davidgaldon / yahoo-finance-managed

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

Share results error (Float, Outstanding, Owned) for CSV download #79

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
First off, thanks so much for developing this! I have just started a new 
project and this is helping enormously!

What steps will reproduce the problem?
1. Use the QuotesDownload.Download for BRK-B and specify any of the following 
QuoteProperties:
                QuoteProperty.SharesFloat
                QuoteProperty.SharesOutstanding                      
                QuoteProperty.SharesOwned

What is the expected output? What do you see instead?
I expect to see the values in the Result.Items but
instead the Result.Items list is empty.

Do you have other information?
After doing some investigation it looks as if the values for these
fields include naked commas (e.g.1,277,100). Since it is CSV stream,
the splitting in ImportExport.ToQuotesData fails.

Suggestions to fix the defect?
I see some information on the YQL request format. I'm not sure if this would 
solve the issue but I'm trying to test is but having a hard time finding how to 
force the download to a YQL with in your classes.

Original issue reported on code.google.com by alvahd...@gmail.com on 31 Mar 2014 at 10:43

Attachments: