Skip to main content
GET
Get financial statements for a specified stock
This API provides income statements, balance sheets, and cashflow statements. The data points are presented as name value pairs. The names are consistent across all items. Not all reports have the same data points, in this case the name still presents in the array but the value is null.

Income statements

Cashflow statements

Balance sheets

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your key. Get the key here

Query Parameters

ticker
string
required

US stock market ticker symbol, e.g. AAPL, TSLA, etc.

period
enum<integer>
required

The requested statement period. Possible values:

Available options:
0,
1,
2,
3,
4

Response

Successful response in standard envelope.

data
object
status_code
number

Status code, 0 for success

status_msg
string

Status message, success for success