| Since: |
Friday, December 07, 2007 |
| Pricing: |
Requests against this operation count as one hit per fundamental data item returned. |
| Inputs: |
| Name |
Description |
Required |
Example |
| Type |
The type of fundamental you are looking for. |
Yes |
Name |
| Identifiers |
The comma-delimited list of identifiers for the companies or secruities as determined by the IdentifierType parameter. |
Yes |
MSFT,GOOG,AAPL |
| IdentifierType |
The identifier type. Valid values are: - CIK: Identifier is the Central Index Key for the companies, which is a number used on SEC systems to identify companies and other registered entities.
Use the LookupCIK operation to find the CIK for a company. - CUSIP: Identifier is the CUSIP for the companies.
CUSIPs are unique security identifiers managed by The CUSIP Service Bureau. - Symbol: Identifier is the symbol for the company, e.g. MSFT, DELL, or ORCL.
Thie field supports multiple symbologies, check here for details. - ISIN: Identifier is the ISIN 12-character alpha numeric code identifying a security.
- Valoren: Identifier is the Valoren number assigned to a Swiss financial instrument.
- SEDOL: Identifier is the Stock Exchange Daily Official List 7-digit number assigned to a financial instrument by the London Stock Exchange.
|
Yes |
Symbol |
|
| Outputs: |
| Name |
Description |
Always Present |
| Array of Fundamentals |
Returns an array of fundamentals. |
Yes |
| Instance of Description |
Each instance represents a description of a fundamental. |
Yes |
| Instance of Security |
Each instance represents a security. |
Yes |
| CIK |
The CIK for the security. |
No |
| CUSIP |
The CUSIP for the security. |
No |
| Symbol |
The symbol for the security. |
Yes |
| ISIN |
The ISIN for the security. |
No |
| Valoren |
The Valoren for the security. |
No |
| Name |
The name for the security. |
Yes |
| Market |
The market for the security. |
Yes |
| CategoryOrIndustry |
The Category Or Industry for the security. |
Yes |
| Type |
The type of fundamental. |
Yes |
| Name |
The name of the fundamental. This is helpful to dynamically display names in an applicaion. |
Yes |
| ValueType |
The type of value (Text, Numeric, Date or a Boolean result). Note that all values are returned using a string type. You can use ValueType to format that value dynamically. |
Yes |
| Unit |
The unit of the fundamental (for Numeric value types). |
Yes |
| Decimals |
The number of decimals to show when displaying the value in an application. The value can be negative (rounding to millions or billions) or positive (showing decimals). |
Yes |
| Source |
The source of the fundamental data. |
Yes |
| Reference |
A specific reference for the data (i.e. source document). |
Yes |
| Description |
A description of the fundamental value. |
Yes |
|