Skip to content
ANY//
//Source · Business Intelligence

TradingView API — Quotes, Ratings, Screener Runs

TradingView charts for over 60 million traders but ships no official public REST API. These 12 endpoints answer instead — send a ticker, get quotes, technical ratings, fundamentals, screener runs, earnings, trade ideas, and news as clean JSON.

Start for free7-day free trial

What You Can Pull From TradingView

/api/tradingview/quotesFull quote snapshot: price, OHLCV, market cap, P/E, EPS, dividend yield, beta, 52-week range, sector, analyst rating, technical rating.
/api/tradingview/quotes/technicalsTechnical analysis summary (Buy/Sell/Neutral), moving averages and oscillators ratings, plus 20+ indicator values: RSI, MACD, EMA/SMA, Stochastic, CCI, ADX, Ichimoku, VWMA, Hull MA.
/api/tradingview/quotes/financials25+ fundamental metrics: revenue (FY + TTM), gross profit, EBITDA, net income, free cash flow, EPS, ROE, ROA, margins, debt/equity, P/E, P/B, P/S, current ratio, dividend payout ratio.
/api/tradingview/quotes/performancePrice performance across 12 horizons (1d to all-time), plus daily, weekly, and monthly volatility, all-time high/low, 52-week high/low.
/api/tradingview/screenerScreened instruments filtered by region, exchange, sector, analyst rating, market cap range, price range, P/E range, dividend yield minimum — sorted by any field.
/api/tradingview/earningsUpcoming earnings calendar: EPS forecast, revenue forecast, EPS surprise (prior release), market cap, sector, next/last release timestamps.
/api/tradingview/ideasCommunity trade ideas, optionally filtered by ticker: title, author, symbol, strategy, boost count, comment count, image, URL.
/api/tradingview/newsMarket news feed: headline, provider, urgency level, related symbols, exclusive flag, published timestamp, URL.
/api/tradingview/quotes/newsTicker-specific news articles: headline, provider, urgency, related symbols, exclusive flag, published timestamp, URL.
/api/tradingview/quotes/documentsSEC filings, earnings transcripts, and investor reports: title, category, event type, fiscal period and year, provider, report date, file views.
/api/tradingview/quotes/relatedPeer instruments in the same industry: symbol, name, price, change, market cap, sector, country, exchange.
/api/tradingview/quotes/searchInstrument search by name, symbol, ISIN, CUSIP, or CIK: symbol, type, exchange, country, currency, primary listing flag.

Twelve Endpoints, One Market View

Quotes, technicals, fundamentals, screener, earnings, ideas, and news — connect over MCP or API and pull them the moment you ask, on one key across 500+ sources.

Common Questions

No. One Anysite key covers it — session handling happens on our side, so you send a POST with a symbol and get JSON back, with no TradingView account or cookies on your end.