FundamentalItem Object

The FundamentalItem object represents a single instance of a fundamental data point.

BuyAtMarket

Bar Property

int Bar

Returns the bar number of the chart to which the FundamentalItem is synchronized.

Example (see FundamentalDataItems)

BuyAtMarket

Date Property

DateTime Date

Returns the report Date corresponding to the FundamentalItem.

Example (see FundamentalDataItems)

BuyAtMarket

FormatValue Method

string FormatValue

Returns a string containing a summary of the FundamentalItem's data.

Example (see FundamentalDataItems)

BuyAtMarket

GetDetail Method

string GetDetail(string detailName);

Returns a string value of the specified detailName. Valid detailNames for the various fundamental types are as follows:

Analyst Ratings:
"firm name"; "normalized rating"; "action code"; "prev normalized rating"; "analyst name";

Economics
"period"; "observation date"; "ref id";
"period"; can be: "annual"; "yearly"; "monthly"; "quarterly"; "semi-annual"; "weekly";

Estimated Earnings
"period"; "current quarter"; "fiscal year"; "calendar year"; "current qtr month"; "sum TTM mean value"; "sum FTM mean value";
"period"; can be: "annual"; "yearly"; "monthly"; "quarterly"; "semi-annual"; "weekly";

Fundamentals
"period"; "current quarter"; "fiscal year";
"period"; can be: "annual"; "yearly"; "monthly"; "quarterly"; "semi-annual"; "weekly";

Earnings per Share
"period"; "current quarter"; "fiscal year";
"period"; can be: "annual"; "yearly"; "monthly"; "quarterly"; "semi-annual"; "weekly";

Insider Transactions
"transaction type"; "count"; "shares"; "insider"; "title";
"transaction type" can be: "B"; "S"; "N";
Since multiple transactions are stored per each item, if "transaction type" equals "B" or "S", then a count is appended to "shares", "insider", and "title"; e.g. "shares1", "insider1", and "title1"; up to "count". For "net insider transactions", "transaction type" has the same treatment.

Splits and Dividends:
"DPC"

Example (see FundamentalDataItems)

BuyAtMarket

Name Property

string Name

Returns a string containing the itemName of the FundamentalItem.

BuyAtMarket

Value Property

double Value

Returns a unit-less floating point value associated with the FundamentalItem. (Most FundamentalItem values are expressed in millions.)

Example (see FundamentalDataItems)