Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.62 KB

Fundamental.md

File metadata and controls

55 lines (30 loc) · 1.62 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>)  
company CompanySummary The Company that the Fundamental was belongs to  

Enum: TypeEnum

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