Today while trying to download extended fundamental data through Amiquote, I am getting error message ‘Yahoo Fianance offers no key statistcs for this symbol’. Thsi includes AAPL also .
You need to use Yahoo Fundamental BASIC.
There is NO API for key statistics and once Yahoo changes their site it may break “Extended” mode that just reads the HTML.
Yahoo Finance offers no key statistics for this symbol
I remember it worked before. I saw similar post about it two days ago.
In addition, the share number from GetFnData(“SharesOut”) is not right for some stocks, e.g., AAL, AMP. It always returns a very big negative number. But function GetFnData(“SharesFloat”) seems ok. Some other financial data for some stocks are not right too which may be caused by statistic data are not available.
So why do you think you need to spam the forum by creating duplicate topics on the same subject???
The answer has been given already.
Update September 7: Yahoo changed their web site yet again, but AmiQuote 3.24 (upcoming) has “Extended” mode fixed already to accommodate for Yahoo changes.
@Tomasz,
My question is related to my previous post regarding Market Cap and your recommendation was to use (share outstanding x price). I am using AmiQuote 3.25. I tried downloading Yahoo Fundamental Basic and I noticed that some symbols with shares outstanding of zero e.g. A, AAL, AAN, AAOI. The shares float numbers are OK. Sorry, I couldn’t locate the post to fix this.
3. Update the import.types file e.g. Shares Outstanding (*.*)|*.*|shares_out.format
4. The shares outstanding data from Yahoo finance should be ticker separate by comma and follow by
shares outstanding. Please note the number from Yahoo Finance is the actual number so it may be
advisable convert it to million.
5. In Amibroker, File > ASCII Import.... select the import file name and file of type.
@Tomasz,
Thanks.
I remembered I did try both and it didn’t work. Amazing, now it works. Why I know ? AAAP shares outstanding download from Yahoo Finance using the j2 tag, returned a “N/A”. AmiQuote gets the correct AAAP shares outstanding. Great!
Minor issue. But if you have time, please look into it. For example, ^DJI Name becomes N/A. I would like to keep my Dow Jones Industrial Average.
Yahoo's enforcing pacing violations for Key Statistics now. I've not managed to download anything succesfully using any threads other than 1 and even that is up for debate since it's so slow. A violation will return a 404 error embedded in the URL and redirect to the home page. It probably needs that popup delay dialog like history has.