Skip to main content
POST
/
api
/
tradingview
/
quotes
/
technicals
/tradingview/quotes/technicals
curl --request POST \
  --url https://api.anysite.io/api/tradingview/quotes/technicals \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "symbol": "<string>",
  "timeout": 300
}
'
[
  {
    "symbol": "<string>",
    "@type": "@trading_view_technicals",
    "summary_rating": "<string>",
    "summary_value": 123,
    "moving_averages_rating": "<string>",
    "moving_averages_value": 123,
    "oscillators_rating": "<string>",
    "oscillators_value": 123,
    "rsi": 123,
    "stoch_k": 123,
    "stoch_d": 123,
    "cci20": 123,
    "adx": 123,
    "awesome_oscillator": 123,
    "momentum": 123,
    "macd_level": 123,
    "macd_signal": 123,
    "ema10": 123,
    "sma10": 123,
    "ema20": 123,
    "sma20": 123,
    "ema50": 123,
    "sma50": 123,
    "ema100": 123,
    "sma100": 123,
    "ema200": 123,
    "sma200": 123,
    "ichimoku_base_line": 123,
    "vwma": 123,
    "hull_ma9": 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"

"NASDAQ:TSLA"

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_technicals
summary_rating
string | null
summary_value
number | null
moving_averages_rating
string | null
moving_averages_value
number | null
oscillators_rating
string | null
oscillators_value
number | null
rsi
number | null
stoch_k
number | null
stoch_d
number | null
cci20
number | null
adx
number | null
awesome_oscillator
number | null
momentum
number | null
macd_level
number | null
macd_signal
number | null
ema10
number | null
sma10
number | null
ema20
number | null
sma20
number | null
ema50
number | null
sma50
number | null
ema100
number | null
sma100
number | null
ema200
number | null
sma200
number | null
ichimoku_base_line
number | null
vwma
number | null
hull_ma9
number | null