-
-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update getQuote.yahoo to use JSON API
Yahoo Finance deprecated the CSV-based quote API in favor of a JSON API (similar to what they did with the historical data API in May, 2017). Create a static matrix of yahoo quote field codes, names, and short names. I did my best to map the old CSV fields to the new JSON fields. Old fields that I could not find a new counterpart for are left as comments, for future reference. See #197.
- Loading branch information
1 parent
b0ab966
commit c44f44f
Showing
1 changed file
with
158 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters