Financials

Returns a company's financial data such as the balance sheet, income statement, or cash flow statement.

Parameters

NameTypeDescription
symbolstringThe ticker symbol of the company (e.g. AAPL, MSFT).
isinstringThe ISIN of the company (e.g. US0378331005).
statementstringType of financial statement.
Accepted values:
- bs (Balance Sheet)
- ic (Income Statement)
- cf (Cash Flow)
frequencystringReporting frequency.
Accepted values:
- annual
- quarterly
limitintegerNumber of periods to return (e.g. 4 for last 4 quarters). Optional.
currencystringDesired currency for the values (e.g. USD, EUR). Optional.

API Status Codes

Here are the common HTTP status codes you may encounter when using our API:

Status CodeMeaningDescription
200OKThe request was successful, and the expected data was returned.
401UnauthorisedYour API key is missing or invalid. Please authenticate properly.
403ForbiddenYou are authenticated but do not have access to this resource.
404Not FoundThe requested endpoint or resource could not be found.
500Server ErrorAn unexpected error occurred on our servers. Please try again later.
Language
Credentials
Header
Click Try It! to start a request and see the response here!