Returns the Fundamental for the Company with the given `identifier` and with the given parameters
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Company identifier (Ticker, CIK, LEI, Intrinio ID) | |
statementCode | String | The statement code | [enum: income_statement, balance_sheet_statement, cash_flow_statement, calculations] |
fiscalPeriod | String | The fiscal period | [enum: Q1TTM, Q2TTM, Q3TTM, FY, Q1, Q2, Q3, Q4, Q2YTD, Q3YTD] |
fiscalYear | Integer | The fiscal year |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID of the Fundamental |
statementCode | String | The code of the financial statement that the Fundamental represents |
fiscalYear | BigDecimal | The fiscal year |
fiscalPeriod | String | The fiscal period |
type | TypeEnum | The type of Fundamental |
startDate | LocalDate | The period start date |
endDate | LocalDate | The period start date |
filingDate | OffsetDateTime | The date and time when the Fundamental was filed with the SEC |
isLatest | 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 |