Skip to main content
POST
/
api
/
tradingview
/
quotes
/
financials
/tradingview/quotes/financials
curl --request POST \
  --url https://api.anysite.io/api/tradingview/quotes/financials \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "symbol": "<string>",
  "timeout": 300
}
'
[
  {
    "symbol": "<string>",
    "@type": "@trading_view_financials",
    "total_revenue_fy": 123,
    "total_revenue_ttm": 123,
    "gross_profit_fy": 123,
    "oper_income_fy": 123,
    "net_income_fy": 123,
    "net_income_ttm": 123,
    "ebitda_fy": 123,
    "total_assets_fy": 123,
    "total_debt_fy": 123,
    "total_equity_fy": 123,
    "free_cash_flow_fy": 123,
    "earnings_per_share_basic_fy": 123,
    "earnings_per_share_diluted_ttm": 123,
    "return_on_equity_fy": 123,
    "return_on_assets_fy": 123,
    "gross_margin_fy": 123,
    "net_margin_fy": 123,
    "operating_margin_fy": 123,
    "debt_to_equity_fy": 123,
    "current_ratio_fy": 123,
    "quick_ratio_fy": 123,
    "price_book_fq": 123,
    "price_sales": 123,
    "price_earnings_ttm": 123,
    "dividend_payout_ratio_fy": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
symbol
string
required

Ticker in EXCHANGE:SYMBOL form

Minimum string length: 1
Examples:

"NASDAQ:AAPL"

"NYSE:KO"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

symbol
string
required
@type
string
default:@trading_view_financials
total_revenue_fy
number | null
total_revenue_ttm
number | null
gross_profit_fy
number | null
oper_income_fy
number | null
net_income_fy
number | null
net_income_ttm
number | null
ebitda_fy
number | null
total_assets_fy
number | null
total_debt_fy
number | null
total_equity_fy
number | null
free_cash_flow_fy
number | null
earnings_per_share_basic_fy
number | null
earnings_per_share_diluted_ttm
number | null
return_on_equity_fy
number | null
return_on_assets_fy
number | null
gross_margin_fy
number | null
net_margin_fy
number | null
operating_margin_fy
number | null
debt_to_equity_fy
number | null
current_ratio_fy
number | null
quick_ratio_fy
number | null
price_book_fq
number | null
price_sales
number | null
price_earnings_ttm
number | null
dividend_payout_ratio_fy
number | null