PureBytes Links
Trading Reference Links
|
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: amibroker@xxxxxxxxxxxxxxx
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
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.441 / Virus Database: 268.18.3/693 - Release Date: 2/19/2007 5:01 PM
|