Skip to main content
GET
/
trading-view
/
feeds-data
Get Feeds Data
curl --request GET \
  --url https://history.oraclesecurity.org/trading-view/feeds-data
{
"data": {
"queryType": "1",
"interval": "24h",
"result": [
{
"time": 1752069600000,
"open": 109202.25,
"high": 109220.55,
"low": 109173.53,
"close": 109202.2,
"avg": 109199.41,
"volume": 26658.339358
}
]
}
}
Learn how to integrate feed data with TradingView in the TradingView Integration Guide.

Query Parameters

feedids
string
required

A comma-separated list of feed IDs to fetch data for.

feed
string
required

The feed symbol to fetch data for.

type
integer
default:1
required

The query type (e.g., 1 for standard OHLCV data).

interval
string
default:24h
required

The time interval for the data (e.g., 24h).

Response

Successful response

data
object
I