Skip to content

Latest commit

 

History

History
69 lines (38 loc) · 2.48 KB

File metadata and controls

69 lines (38 loc) · 2.48 KB

Fundamental

Properties

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 (<a href=&quot;https://docs.intrinio.com/documentation/web_api/lookup_fundamental_v2\" target=&quot;_blank&quot;>reference</a>)  
updatedDate OffsetDateTime The date and time when the fundamental was last updated  
firstCalculable OffsetDateTime The date and time when the fundamental was first calculable  
earningsDisclosedAt OffsetDateTime The date and time when the earnings information was first disclosed via 8-K filing  
standardizedSignature String A hash signature for standardized financials. This value is used to identify when standardized financials have changed between updates.  
reportedSignature String 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  

Enum: TypeEnum

Name Value
REPORTED "reported"
RESTATED "restated"
CALCULATED "calculated"