Get earnings data
Get earnings per share (EPS) and revenue data for a specific stock symbol. Actual revenue and earnings per share (EPS) assess a company’s financial health. Comparing them to market estimates reveals whether performance exceeded expectations.
Documentation Index
Fetch the complete documentation index at: https://docs.fcontext.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Stock symbol (e.g., AAPL, NASDAQ:AAPL)
1 - 20^[A-Z0-9:.-]+$"AAPL"
Query Parameters
Filter by earnings period
Q1, Q2, Q3, Q4, FY "Q3"
Filter by earnings year
2000 <= x <= 21002023
Filter by earnings status
scheduled, reported, estimated, revised "reported"
Filter by earnings type
actual, estimate, guidance "actual"
Include earnings guidance
false
Sort by field
date, period, year, createdAt, updatedAt "date"
Sort order
asc, desc "desc"
Start date, format YYYY-MM-DD
^\d{4}-\d{2}-\d{2}$"2023-01-01"
End date, format YYYY-MM-DD
^\d{4}-\d{2}-\d{2}$"2023-12-31"
Page number, starting from 1
-9007199254740991 <= x <= 90071992547409911
Number of items per page, range 1-100
-9007199254740991 <= x <= 900719925474099110
Response
Earnings data retrieved successfully
Single earnings record response
Indicates successful API response
Earnings data
ISO 8601 timestamp of the response
Pagination information for paginated responses
Optional success message
Optional metadata including pagination, statistics, and additional context