curl -X GET "https://stocks-dev.up.railway.app/api/v1/fmp/stock/AAPL/financials?statement_type=income&period=annual" \ -H "X-API-Key: your_api_key"
{ "symbol": "AAPL", "statement_type": "income", "period": "annual", "data": [ { "date": "2023-09-30", "symbol": "AAPL", "revenue": 383285000000, "costOfRevenue": 214137000000, "grossProfit": 169148000000, "operatingExpenses": 55013000000, "operatingIncome": 114301000000, "netIncome": 96995000000, "eps": 6.13, "epsdiluted": 6.13, "weightedAverageShsOut": 15812547000, "weightedAverageShsOutDil": 15812547000 }, { "date": "2022-09-24", "symbol": "AAPL", "revenue": 394328000000, "costOfRevenue": 223546000000, "grossProfit": 170782000000, "operatingExpenses": 51345000000, "operatingIncome": 119437000000, "netIncome": 99803000000, "eps": 6.15, "epsdiluted": 6.15, "weightedAverageShsOut": 16215963000, "weightedAverageShsOutDil": 16215963000 } ] }
Get detailed financial statements including income, balance sheet, and cash flow
income
balance
cash
annual
quarter
Show Financial data properties (Income Statement)