Skip to main content
POST
/tradingview/screener

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required
Required range: x >= 1
timeout
integer
default:300
Required range: 20 <= x <= 1500
region
enum<string>
default:america
Available options:
america,
australia,
canada,
germany,
india,
uk
exchange
enum<string> | null
Available options:
NASDAQ,
NYSE,
AMEX,
OTC
sector
string | null
analyst_rating
enum<string> | null
Available options:
StrongBuy,
Buy,
Neutral,
Sell,
StrongSell
min_market_cap
number | null
Required range: x >= 0
max_market_cap
number | null
Required range: x >= 0
min_price
number | null
Required range: x >= 0
max_price
number | null
Required range: x >= 0
min_price_earnings
number | null
max_price_earnings
number | null
min_dividend_yield
number | null
Required range: x >= 0
sort_by
enum<string>
default:market_cap
Available options:
market_cap,
volume,
change,
price,
price_earnings,
dividend_yield
sort_order
enum<string>
default:desc
Available options:
asc,
desc

Response

Successful Response

symbol
string
required
@type
string
default:TradingViewScreenerStock
name
string | null
image
string | null
close
number | null
change
number | null
change_abs
number | null
volume
number | null
market_cap
number | null
price_earnings_ttm
number | null
earnings_per_share_ttm
number | null
dividend_yield
number | null
sector
string | null
industry
string | null
country
string | null
exchange
string | null
currency
string | null
analyst_rating
string | null
technical_rating
number | null
type
string | null
typespecs
string[]