Get the detailed quarterly/annual income statement for a Stock. Find out the revenue, expenses and profit or loss over the last fiscal year. Usefull for these data: income statement, gross profit, revenue, operating expenses, operating income, net income, earning, earning per share
Request
Authorization
Add parameter in header
x-rapidapi-key
Example:
x-rapidapi-key: ********************
Query Params
symbol
string
required
Stock symbol
Example:
TSLA
frequency
string
optional
Frequency data. Available options: annual or quarterly. Defauls to quarterly
Example:
annual
region
string
optional
Get data based on region. Available region codes: FR|IN|HK|DE|CA|ES|IT|US|AU|GB|BR|NZ|SG|TW. Defaults to 'US'.
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://live-stock-market.p.rapidapi.com/v1/stock/income-statement?symbol=TSLA&frequency=annual®ion' \
--header'x-rapidapi-key;'