Get Fiscal Dates by Date Range
Stock
Get Fiscal Dates by Date Range
OpenAPI JSON Spec Retrieve fiscal date information for a specific stock by calendar end date range
Feature Overview Get fiscal dates within a specified calendar end date range for stocks.
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 Date Range
Authorizations
API Key authentication. Example: "your-api-key-here"
Query Parameters
Stock symbol (e.g., AAPL)
Start time (Unix timestamp)
End time (Unix timestamp)

