bretbouchard / yahoo-finance-managed

Automatically exported from code.google.com/p/yahoo-finance-managed
0 stars 0 forks source link

Not getting correct historical quotes #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Accessing the monthly historical quotes for some of the symbols using 
HistQuotesDownload. Got wrong quotes. Please see the attached code and output 
window screenshot. Quotes for SUZLON.NS and UNITECH.NS are wrong. YHOO quotes 
are not coming up in the output. Am I missing something in the code ?

Do you have other informations?

Suggestions to fix the defect?

Original issue reported on code.google.com by koranne....@gmail.com on 19 Nov 2010 at 7:27

Attachments:

GoogleCodeExporter commented 8 years ago
Yahoo finance 52Wk's quotes are corrupted for more than a month, and although 
alerted and they were promissing to fix again and again, they did nothing till 
today to fix it... don't believe them anymore

Original comment by dzilber2...@gmail.com on 18 Dec 2010 at 9:30

GoogleCodeExporter commented 8 years ago
Hi koranne,
Sorry for the late response!

The problem is IDEA.NS. There doesn't exist any quotes for IDEA.NS. You started 
the download with 7 IDs and the result are 6 chains. The origin of the failed 
ID allocation is that Yahoo! doesn't return the IDs with the historic quotes 
data. So the converter can't make a difference between the downloaded chains.
If you want to have everytime secure data, you have to prove that the started 
IDs count and the result chains count are the same.

best regards

Maas

Original comment by Maas...@gmail.com on 23 Feb 2011 at 4:48