GetFnDataForeign
|
Information / Categories |
SYNTAX | GetFnDataForeign( ''field'', ''symbol' ) |
RETURNS | NUMBER or STRING |
FUNCTION | GetFnDataForeign allows accessing fundamental data from Information window (Window->Symbol Information)
for specified (non-current) symbol
"field" parameter can be one of the following:
|
EXAMPLE | AddColumn( Foreign( "MSFT",
"C") / GetFnDataForeign( "EPS",
"MSFT" )
, "MSFT Current P/E ratio" );
|
SEE ALSO | GetFnData() function |
The GetFnDataForeign function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.