kelvinyap2014 / yahoo-finance-managed

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

Yahoo FInance CSV is not working properly #87

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

1. Ask for a quote (which had been working properly) 
with this code:
http://download.finance.yahoo.com/d/quotes.csv?s=IEV&f=s0p0l1p2b2b3a5b6&e=.csv

I get N/A in the symbol (s0) and previous close (p0) fields:
N/A,N/A,43.33,"-2.21%",N/A,N/A,6000,400

Previously, I had no problem using this query.

Suggestions to fix the defect?

Original issue reported on code.google.com by manuel.s...@gmail.com on 10 Mar 2015 at 5:25

GoogleCodeExporter commented 8 years ago
it shoulw be High priority, since it's not working

Original comment by manuel.s...@gmail.com on 10 Mar 2015 at 5:25

GoogleCodeExporter commented 8 years ago
Solved. (I had to eliminate the 0's in s0 and p0).

Original comment by manuel.s...@gmail.com on 10 Mar 2015 at 5:31

GoogleCodeExporter commented 8 years ago
Ciao Maas (used to be i....advancedcomputing.ch),
just modify, according to manuel suggestion, your library in FinaneHelper.cs.
Ciao /// Angelo

Original comment by angelo.c...@quarztech.com on 27 Mar 2015 at 3:20

GoogleCodeExporter commented 8 years ago
I get n/a for most data I call for for in TrailingAnnualDividendYield "d0" and 
Trailing AnnualDividendYieldInPercent "y0".  How can I get this information now?

Original comment by jnars...@telus.net on 30 Mar 2015 at 6:49

GoogleCodeExporter commented 8 years ago
Just replace "d" for "d0" and "y" for "y0". it should work. 

Original comment by manuel.s...@gmail.com on 30 Mar 2015 at 7:06