Returns a specific fundamental with unique fundamental ID associated with a particular company, year, period and statement. Useful for pulling the unique fundamental ID and reference data for a specific fundamental.
Name | Description | Example |
---|---|---|
identifier
* required
|
A Company identifier (Ticker, CIK, LEI, Intrinio ID) | AAPL |
statement_code
* required
|
The statement code
Options:
income_statement
balance_sheet_statement
cash_flow_statement
calculations
show more
show less
|
income_statement |
fiscal_year
* required
|
The fiscal year | 2017 |
fiscal_period
* required
|
The fiscal period
Options:
Q1TTM
Q2TTM
Q3TTM
FY
Q1
Q2
Q3
Q4
Q2YTD
Q3YTD
show more
show less
|
FY |
identifier
* required
A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
||
statement_code
* required
The statement code
|
||
fiscal_year
* required
The fiscal year
|
||
fiscal_period
* required
The fiscal period
|
Name | Description | Type |
---|---|---|
id | The Intrinio ID of the Fundamental | string |
statement_code | The code of the financial statement that the Fundamental represents | string |
fiscal_year | The fiscal year | number |
fiscal_period | The fiscal period | string |
type | The type of Fundamental | select |
start_date | The period start date | date |
end_date | The period start date | date |
filing_date | The date and time when the Fundamental was filed with the SEC | string |
is_latest | Is this the latest fundamental available based on the company's most recent filings? Use the Lookup Fundamental endpoint to find the latest fundamental (reference) | boolean |
company | The Company that the Fundamental was belongs to | object |
id
|
The Intrinio ID of the company | string |
ticker
|
The stock market ticker symbol associated with the company's common stock securities | string |
name
|
The company's common name | string |
lei
|
The Legal Entity Identifier (LEI) assigned to the company | string |
cik
|
The Central Index Key (CIK) assigned to the company | string |
id
The Intrinio ID of the Fundamental
|
||
statement_code
The code of the financial statement that the Fundamental represents
|
||
fiscal_year
The fiscal year
|
||
fiscal_period
The fiscal period
|
||
type
The type of Fundamental
|
||
start_date
The period start date
|
||
end_date
The period start date
|
||
filing_date
The date and time when the Fundamental was filed with the SEC
|
||
is_latest
Is this the latest fundamental available based on the company's most recent filings? Use the Lookup Fundamental endpoint to find the latest fundamental (reference)
|
||
company
The Company that the Fundamental was belongs to
|