Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 2.63 KB

EarningsRecord.md

File metadata and controls

32 lines (28 loc) · 2.63 KB

EarningsRecord

Properties

Name Type Description Notes
quarter str The letter “Q” followed by the quarter number the earnings information applies to [optional]
time_of_day str Indicates the time of the announcement [optional]
broadcast_url str Link for Conference Call recording [optional]
transcript_url str Link to the earnings release transcript [optional]
transcript_quarter str The letter “Q” followed by the quarter number the earnings transcript applies to [optional]
transcript_fiscal_year str Fiscal year in YYYY format for the earnings transcript [optional]
conference_call_date date Date of the conference call [optional]
conference_call_time str Published time of the conference call [optional]
conference_call_phone_number str Publicly available phone number for replay conference call [optional]
conference_call_passcode str Passcode for replay conference call [optional]
last_confirmation_date date Date of last earnings date update by a WSH analyst [optional]
board_of_directors_meeting_date date Date of Board/Shareholder Meeting [optional]
board_of_directors_meeting_type str The type of meeting - "B" indicates a Board of Directors meeting and "S" indicates a Shareholder meeting [optional]
company_website str Website link for the company [optional]
q1_date date Earnings Date for 1st quarter [optional]
q2_date date Earnings Date for 2nd quarter [optional]
q3_date date Earnings Date for 3rd quarter [optional]
q4_date date Earnings Date for 4th quarter [optional]
type str The nature of the next reported earnings date - "V" indicates a Verified date, "T" indicates that the date was gathered from the company, but is still considered Tentative, and "I" indicates that the date is forecased or Inferred [optional]
next_earnings_date date Next earnings date [optional]
next_earnings_quarter str The quarter of the next earnings release [optional]
next_earnings_fiscal_year int The fiscal year associated with next earnings date and next earnings quarter [optional]
security SecuritySummary [optional]

[Back to Model list] [Back to API list] [Back to README]