TJ --
Thank you. 
GetExtraData() does the trick.
-- Keith

Tomasz Janeczko wrote:

GetFnData retrieves fundamentals stored in AB *local* database (coming from Yahoo finance pages).
To retrieve data from Quotes Plus database you need to use GetExtraData
 

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
Sent: Tuesday, October 03, 2006 6:52 AM
Subject: [amibroker] Can't show QuotesPlus fundamental data

I'm running AB 4.85.0 with QuotesPlus data.  When I try to display fundamental data using code below, I get values of 0.00 for Float and EPS (the only fundamentals I've tried so far) in Symbol Information, Interpretation, and Explore.

What more should I be doing?

sf = GetFnData("SharesFloat")/1000;
eps = GetFnData("EPS")/1000;
"Float =" + WriteVal(sf);
"EPS =" + WriteVal(eps);
AddColumn (sf, "Float" , 1.2);
AddColumn (EPS, "EPS" , 1.2);

TIA.
-- Keith

__._,_.___

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 other support material please check also:
http://www.amibroker.com/support.html






SPONSORED LINKS
Software support Small business finance Business finance online
Business finance training Business finance course

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to