Skip to content

Get Yahoo Financial Quotes using stored cookies (in mozilla format). The purpose is to use in Openoffice calc sheets.

Notifications You must be signed in to change notification settings

thborges/ygetquote

Repository files navigation

ygetquote

Get Yahoo Financial Quotes using yours stored cookies (in mozilla format). The purpose is to use in Open Office Calc sheets.

Howto (Mac OSX):

  • Install an extension in your browser to export cookies in Mozilla format. cookies.txt works ok in Chrome: https://chrome.google.com/webstore/detail/cookiestxt/njabckikapfpffapmjgojcnbfjonfjfg

  • Login into your yahoo account and export the cookies for yahoo site

  • Change yahoogetquote.py line 10 with the file path of cookies.txt saved from previous step (exported from your browser)

  • Put yahoogetquote.py into '/Users/uname/Library/Application Support/OpenOffice/4/user/Scripts/python', or equivalent if not OSX (search for OpenOffice.org's user directory)

  • Check if the python macro was loaded in Openoffice, opening Tools -> Macros -> Organize Macros -> Python. It should appears as show in the image below:

    get_quotes loaded

  • In a new/one spreadsheet, go to Tools -> Macros -> Organize Macros -> Openoffice Basic

  • Select My Macros -> Standard and clique New

  • Put the content of openoffice_module.basic file in the window opened (Open Office Basic), save and close the window

  • Put in any cell: =YAHOO_GETQUOTE("SYMBOL")

  • The SYMBOL quote for today (default yahoo delay applies!) should appear in the cell. Examples:

    quote

About

Get Yahoo Financial Quotes using stored cookies (in mozilla format). The purpose is to use in Openoffice calc sheets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages