Finance
TradingView logo

TradingView API

tradingview.com

TradingView - market data, quotes, news, technicals, and earnings/IPO calendars.

Actions
12
Category
Finance
Login
Not required
Output
JSON

Call the TradingView API

Submit a task, then poll the job until it settles. This example runs act_tradingview_crypto_hotlist_market_cap.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_tradingview_crypto_hotlist_market_cap",
    "params": {
      "range": [0,6]
    }
  }'

12 actions on tradingview.com

Read

  • Crypto Market Listing

    act_tradingview_crypto_market_listing_ssrread1 credit / call

    Returns cryptocurrencies with rank, price, change, market cap, and volume.

  • Market News Feed

    act_tradingview_news_flow_marketread2 credits / call

    Returns news headlines for an asset class like crypto, stocks, or forex.

    lang
    string · required
    market
    string · required
  • Market Overview

    act_tradingview_homepage_ssrread1 credit / call

    Returns the homepage market overview with symbol cards across asset classes.

  • Symbol Key Statistics

    act_tradingview_symbol_keystatsread2 credits / call

    Returns key statistics like market cap, value traded, and shares outstanding for a symbol.

    symbol
    string · required
    fields
    string · required
  • Symbol News Feed

    act_tradingview_symbol_news_feedread2 credits / call

    Returns recent news headlines and sources for a given ticker.

    lang
    string · required
    symbol
    string · required
  • Symbol Performance

    act_tradingview_symbol_performanceread2 credits / call

    Returns multi-period performance returns like 5d, 1m, YTD, and 1y for a symbol.

    symbol
    string · required
  • Symbol Quote

    act_tradingview_symbol_detail_ssrread2 credits / call

    Returns the latest quote with OHLC and price change for a symbol.

    symbol_slug
    string · required
    exchange
    string · required
  • Symbol Technicals

    act_tradingview_symbol_technicalsread2 credits / call

    Returns technical analysis ratings and buy/sell summaries for a symbol.

    symbol
    string · required
  • Top Stories News

    act_tradingview_news_flow_top_storiesread2 credits / call

    Returns top financial news headlines across major asset classes.

    lang
    string · required

Write

Write actions change state on tradingview.com and run as the account you connect.

  • Crypto Market Cap Hotlist

    act_tradingview_crypto_hotlist_market_capwrite2 credits / call

    Returns top cryptocurrencies ranked by market capitalization.

    range
    array · required
    lang
    string
  • Earnings Calendar

    act_tradingview_markets_earnings_calendarwrite2 credits / call

    Returns US earnings releases with dates, EPS actuals, and forecasts.

    filter_date_start
    integer · required
    filter_date_end
    integer · required
  • Upcoming IPO Calendar

    act_tradingview_ipo_calendar_upcomingwrite2 credits / call

    Returns upcoming IPOs with offer windows, status, and price ranges.

    filter_date_start
    integer · required
    filter_date_end
    integer · required

TradingView API questions

Is there an API for TradingView?
TradingView does not offer a public data API for this, but Anakin Wire provides 12 maintained endpoints for tradingview.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape TradingView data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when tradingview.com changes its markup, Anakin updates the action.
Do I need a TradingView account?
No. Every TradingView action listed here runs anonymously — no account and no credentials required.
What does the TradingView API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Finance APIs

All Finance sites