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 | Type | Description | Notes |
---|---|---|---|
identifier | String | A Company identifier (Ticker, CIK, LEI, Intrinio ID) | |
statement_code | String | The statement code | |
fiscal_year | Integer | The fiscal year | |
fiscal_period | String | The fiscal period |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID of the Fundamental |
statement_code | String | The code of the financial statement that the Fundamental represents |
fiscal_year | Float | The fiscal year |
fiscal_period | String | The fiscal period |
type | String | The type of Fundamental |
start_date | Date | The period start date |
end_date | Date | The period start date |
filing_date | DateTime | The date and time when the Fundamental was filed with the SEC |
is_latest | BOOLEAN | 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 | CompanySummary | The Company that the Fundamental was belongs to |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID of the company |
ticker | String | The stock market ticker symbol associated with the company's common stock securities |
name | String | The company's common name |
lei | String | The Legal Entity Identifier (LEI) assigned to the company |
cik | String | The Central Index Key (CIK) assigned to the company |