Equity
Equity Income Statement
Returns paginated standardized income-statement periods for a US-listed equity. The API passes through available periods and does not synthesize missing periods or financial values.
get/gateway/v1/equity/income-statement
Query parameters
symbolstring required
US equity ticker symbol
Example:AAPL
US equity ticker symbol
period'quarterly' | 'ytd' | 'annual' | 'ttm'
Financial period
Financial period
end_datestring
Inclusive latest period end date in YYYY-MM-DD format
Example:2024-12-31
Inclusive latest period end date in YYYY-MM-DD format
limitinteger
Maximum financial periods to return
Maximum financial periods to return
Response
OK
Example response
{
"$schema": "https://example.com/schemas/DataResponseEquityIncomeStatementItem.json"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.