API Documentation
⌘K
API Key
Get free key GET
/api/1/fundamentals/financials/{identifier}/income-statementIncome Statement
Returns income statement items (revenue, net income, EPS, gross profit, operating expenses) from SEC XBRL filings.
Parameters
3fiscal_periodstringFilter by fiscal period (FY, Q1, Q2, Q3, Q4)
formstringFilter by SEC form type (10-K, 10-Q)
identifierstringrequiredSecurity identifier: ISIN, ticker, CUSIP, SEDOL, or WKN (e.g. US0378331005, AAPL, 037833100)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/fundamentals/financials/US0378331005/income-statement' \
-H 'Accept: application/json'200 Response
[
{}
]