luissanchez0305 / 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 9 years ago

GoogleCodeExporter commented 9 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 9 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 9 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