Data must be downloaded using AmiQuote FIRST. If you use betas you need to make a habit of reading the READ ME documents.
AmiQuote READ ME DOCUMENT SAYS: WHAT'S NEW IN VERSION 1.90? a.. Implemented Yahoo Fundamental - Basic data source (free basic fundamental data, 200 symbols in one request). Data are retrieved from the following URL: http://finance.yahoo.com/q?s={Ticker} (Download data link). The following fundamental data fields are available: EPS (ttm) EPS Est Current Year EPS Est Next Year EPS Est Next Quarter PEG Ratio Book Value EBITDA Sales Revenue Dividend Pay date Ex Dividend date Dividend Per Share 1yr Target Price Shares Float Shares Outstanding Explanation of values: http://help.yahoo.com/help/us/fin/quote/quote-03.html You have to use AmiBroker 4.81 or higher to use automatic import feature of fundamental data. b.. Implemented Yahoo Fundamental - Extra data source (extended fundamental data, 1 symbol in one request, more data - available in registered version only). Data are retrieved from the following URL: http://finance.yahoo.com/q/ks?s={Ticker} (Key Statistics page) The following fundamental data fields are downloaded: Forward P/E PEG Ratio Profit Margin Operating Margin Return on Assets Return on Equity Revenue (ttm) Qtrly Revenue Growth Gross Profit EBITDA (Diluted) EPS Qtrly Earnings Growth Book Value Per Share Operating Cash Flow Levered Free Cash Flow Beta Shares Outstanding Float % Held by Insiders % Held by Institutions Shares Short (prior month) Shares Short Forward Annual Dividend Rate Trailing Annual Dividend Rate Dividend Date Ex-Dividend Date Last Split Factor Last Split Date Explanation of values: http://help.yahoo.com/help/us/fin/research/research-12.html Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: "davelansing2004" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, December 18, 2006 6:58 PM Subject: [amibroker] Re: Yahoo Fundamental Data > Tomasz, > > Thank you. However, when I imput the following code into AA: > > Filter = C>5 AND C<50 AND MA(V,20) >75000; > AddColumn(C,"Close",1.2); > AddColumn(GetFnData("EPS"), "EPS", 1.2); > > > the "EPS" column returns zero for all 400+ stocks in my watchlist. > Any suggestions? > > Thanks. > > Dave > > > > --- In [email protected], "Tomasz Janeczko" <[EMAIL PROTECTED]> > wrote: >> >> Hello, >> >> Look into "READ ME" file. This feature is present only in BETA, >> and BETA docs are in READ ME. Official guide (F1) covers official > versions >> only (4.80). >> >> Best regards, >> Tomasz Janeczko >> amibroker.com >> ----- Original Message ----- >> From: "davelansing2004" <[EMAIL PROTECTED]> >> To: <[email protected]> >> Sent: Monday, December 18, 2006 4:11 PM >> Subject: [amibroker] Yahoo Fundamental Data >> >> >> > Hi, >> > >> > I've searched the AB web page for this question but couln't find > the >> > answer or a description of the AFL code "GetFnData"... the "F1" > link >> > is broken... so how do you access the Yahoo Financial Data using >> > the "GetFnData" code, and how do you call it up on a chart? I'd > like >> > to rank my filtered stocks based on PE and PEG ratios. >> > >> > Thanks. >> > >> > Dave >> > >> > >> > >> > Please note that this group is for discussion between users only. >> > >> > To get support from AmiBroker please send an e-mail directly to >> > SUPPORT {at} amibroker.com >> > >> > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: >> > http://www.amibroker.com/devlog/ >> > >> > For other support material please check also: >> > http://www.amibroker.com/support.html >> > >> > Yahoo! Groups Links >> > >> > >> > >> > >> > >> > > > > > Please note that this group is for discussion between users only. > > To get support from AmiBroker please send an e-mail directly to > SUPPORT {at} amibroker.com > > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > http://www.amibroker.com/devlog/ > > For other support material please check also: > http://www.amibroker.com/support.html > > Yahoo! Groups Links > > > > >
