Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yahoo FInance CSV is not working properly #87

Open
GoogleCodeExporter opened this issue Oct 12, 2015 · 5 comments
Open

Yahoo FInance CSV is not working properly #87

GoogleCodeExporter opened this issue Oct 12, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link
Contributor


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 [email protected] on 10 Mar 2015 at 5:25

@GoogleCodeExporter
Copy link
Contributor Author

it shoulw be High priority, since it's not working

Original comment by [email protected] on 10 Mar 2015 at 5:25

@GoogleCodeExporter
Copy link
Contributor Author

Solved. (I had to eliminate the 0's in s0 and p0).

Original comment by [email protected] on 10 Mar 2015 at 5:31

@GoogleCodeExporter
Copy link
Contributor Author

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

Original comment by [email protected] on 27 Mar 2015 at 3:20

@GoogleCodeExporter
Copy link
Contributor Author

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 [email protected] on 30 Mar 2015 at 6:49

@GoogleCodeExporter
Copy link
Contributor Author

Just replace "d" for "d0" and "y" for "y0". it should work. 

Original comment by [email protected] on 30 Mar 2015 at 7:06

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant