Thanks Joe, that works very nicely. Now I guess this is reading from Yahoo Finance database I downloaded using Amiquote, How often does one have to update Yahoo finance data via Amiquote though? Thanks
--- In [email protected], "Joe Landry" <[EMAIL PROTECTED]> wrote: > > These functions will get you fundamental data. > > GetFnData("field") > > Some of the fields > > "OneYearTargetPrice" > a.. "ReturnOnAssets" > a.. "ReturnOnEquity" > a.. "QtrlyRevenueGrowth" > a.. "GrossProfitPerShare" > a.. "SalesPerShare" > a.. "EBITDAPerShare" > a.. "QtrlyEarningsGrowth" > a.. "InsiderHoldPercent" > a.. "InstitutionHoldPercent" > a.. "SharesShort" > > Run this clip in the Automatic Analyzer choosing the watchlist or filter. > // Start of Explore Example > ROE = GetFnData("ReturnOnEquity"); > filter = ROE > 15; > addcolumn(ROE,"Return on Equity"); > > HTH > Joe > > ----- Original Message ----- > From: ftstrades > To: [email protected] > Sent: Monday, February 19, 2007 10:25 PM > Subject: [amibroker] Exploring fundamental data in AB 4.90 > > > I see that I can download fundamental data from Yahoo finance via > AmiQuote. I dowloaded all the data took a few hours. > Is there a way to explore stocks say for example stocks with Return on > Equity higher than 15 using the explorer? If so how? > Thanks >
