cgoldberg / ystockquote

Fetch stock quote data from Yahoo Finance
534 stars 181 forks source link

Resolution to Issue #12 #20

Open rarmknecht opened 10 years ago

rarmknecht commented 10 years ago

Resolved Issue 12 where get_all() values were not consistent with dict key names. This was due to a typo in the ids list and certain ids returning values such as "100,000,000" which caused problems when split(',') was applied. Updated the unittest to confirm that get_all() is valid.