get-yahoo-quotes icon indicating copy to clipboard operation
get-yahoo-quotes copied to clipboard

A script to download Yahoo quotes using the new cookie authorized site.

Results 5 get-yahoo-quotes issues
Sort by recently updated
recently updated
newest added

Every once a while i get the follow error when running "./get-yahoo-quotes.sh spy" ``` { "finance": { "error": { "code": "Unauthorized", "description": "Invalid cookie" } } } ``` Sometime it...

Downloading dltr to dltr.csv Traceback (most recent call last): File "get-yahoo-quotes.py", line 91, in download_quotes(symbol) File "get-yahoo-quotes.py", line 78, in download_quotes cookie, crumb = get_cookie_crumb(symbol) File "get-yahoo-quotes.py", line 56, in...

Changing Tr to tr makes the script work on CentOS 7