Get Fiscal Dates by Fiscal Year
Stock
Get Fiscal Dates by Fiscal Year
OpenAPI JSON Spec Retrieve fiscal date information for a specific stock by fiscal year and quarter
Feature Overview Get fiscal dates including calendar end dates and public dates for stocks based on fiscal year and quarter.
Main Use Cases
- Financial Analysis: Understand fiscal calendar for earnings analysis
- Earnings Tracking: Track fiscal quarters and their corresponding calendar dates
- Investment Planning: Plan investments around fiscal reporting periods
- Data Alignment: Align financial data with correct fiscal periods
Response Data Structure
Each fiscal date record includes:
- symbol: Stock symbol (e.g., “AAPL”)
- fiscalYear: Fiscal year (e.g., 2024)
- fiscalQuarter: Fiscal quarter (Q1/Q2/Q3/Q4/FY)
- calendarEnd: End date of the fiscal quarter or year covered by the earnings report (YYYY-MM-DD format)
- publicDate: Date when the earnings report was publicly released (YYYY-MM-DD format, empty string if not available)
GET
Get Fiscal Dates by Fiscal Year
Authorizations
API Key authentication. Example: "your-api-key-here"
Query Parameters
Stock symbol (e.g., AAPL)
Fiscal year (e.g., 2024)
Fiscal quarter (Q1/Q2/Q3/Q4/FY)

