Returns the Fundamental for the Company with the given `identifier` and with the given parameters
| Name | Description | Example |
|---|---|---|
|
identifier
* required
|
A Company identifier (Ticker, CIK, LEI, Intrinio ID) | - |
|
statement_code
* required
|
The statement code
Options:
income_statement
balance_sheet_statement
cash_flow_statement
calculations
show more
show less
|
- |
|
fiscal_period
* required
|
The fiscal period
Options:
Q1TTM
Q2TTM
Q3TTM
FY
Q1
Q2
Q3
Q4
Q2YTD
Q3YTD
show more
show less
|
- |
|
fiscal_year
* required
|
The fiscal year | - |
|
identifier
* required
A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
||
|
statement_code
* required
The statement code
|
||
|
fiscal_period
* required
The fiscal period
|
||
|
fiscal_year
* required
The fiscal year
|
| 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 |
| updated_date | The date and time when the fundamental was last updated | string |
| first_calculable | The date and time when the fundamental was first calculable | string |
| earnings_disclosed_at | The date and time when the earnings information was first disclosed via 8-K filing | string |
| 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)
|
||
|
updated_date
The date and time when the fundamental was last updated
|
||
|
first_calculable
The date and time when the fundamental was first calculable
|
||
|
earnings_disclosed_at
The date and time when the earnings information was first disclosed via 8-K filing
|
||
|
company
The Company that the Fundamental was belongs to
|