Financials
Get Annual Income Statement
Fetches the 10 most recent annual income statements for a given company stock symbol.
get/financials/income-statement/{symbol}
Path parameters
symbolstring required
The stock symbol of the company (e.g., AAPL).
Query parameters
period'annual' | 'quarter'
The period of financial data to retrieve (annual or quarter).
datatype'json' | 'csv'
The format of the returned data (json or csv).
limitnumber
The maximum number of records to return.
Response
Successful response with income statement data (keys in kebab-case).
Example response
[
{
"date": "2024-09-28",
"symbol": "AAPL",
"reported-currency": "USD",
"cik": "0000320193",
"filling-date": "2024-11-01",
"accepted-date": "2024-11-01 06:01:36",
"calendar-year": "2024",
"period": "FY",
"revenue": 391035000000,
"cost-of-revenue": 210352000000,
"gross-profit": 180683000000,
"gross-profit-ratio": 0.4620634982,
"research-and-development-expenses": 31370000000,
"selling-general-and-administrative-expenses": 26097000000,
"operating-expenses": 57467000000,
"cost-and-expenses": 267819000000,
"depreciation-and-amortization": 11445000000,
"ebitda": 134661000000,
"ebitdaratio": 0.3443707085,
"operating-income": 123216000000,
"operating-income-ratio": 0.3151022287,
"total-other-income-expenses-net": 269000000,
"income-before-tax": 123485000000,
"income-before-tax-ratio": 0.3157901467,
"income-tax-expense": 29749000000,
"net-income": 93736000000,
"net-income-ratio": 0.2397125577,
"eps": 6.11,
"epsdiluted": 6.08,
"weighted-average-shs-out": 15343783000,
"weighted-average-shs-out-dil": 15408095000,
"link": "https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/0000320193-24-000123-index.htm",
"final-link": "https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/aapl-20240928.htm"
}
]