| Name | Type | Description |
|---|---|---|
| id | str | The Intrinio ID of the Fundamental |
| statement_code | str | The code of the financial statement that the Fundamental represents |
| fiscal_year | float | The fiscal year |
| fiscal_period | str | The fiscal period |
| type | str | 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 | bool | Is this the latest fundamental available based on the company's most recent filings? Use the Lookup Fundamental endpoint to find the latest fundamental (<a href="https://docs.intrinio.com/documentation/web_api/lookup_fundamental_v2\" target="_blank">reference</a>) |
| updated_date | datetime | The date and time when the fundamental was last updated |
| first_calculable | datetime | The date and time when the fundamental was first calculable |
| earnings_disclosed_at | datetime | The date and time when the earnings information was first disclosed via 8-K filing |
| standardized_signature | str | A hash signature for standardized financials. This value is used to identify when standardized financials have changed between updates. |
| reported_signature | str | A hash signature for reported financials. This value is used to identify when reported financials have changed between updates. |
| company | CompanySummary | The Company that the Fundamental was belongs to |