curl --location -g --request POST 'https://api.ganaka.live/{{api_version}}/developer/collector/quotes' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"timestamp": "2025-12-31T09:15:00",
"timezone": "etc/UTC",
"quotes": [
{
"nseSymbol": "RELIANCE",
"quoteData": {
"status": "SUCCESS",
"payload": {
"average_price": 2450.75,
"bid_quantity": 150,
"bid_price": 2448.5,
"day_change": 25.3,
"day_change_perc": 1.05,
"upper_circuit_limit": 2800,
"lower_circuit_limit": 2100,
"ohlc": {
"open": 2425,
"high": 2475.5,
"low": 2410.25,
"close": 2450.75
},
"depth": {
"buy": [
{
"price": 2448.5,
"quantity": 150
},
{
"price": 2447.25,
"quantity": 200
},
{
"price": 2446,
"quantity": 175
},
{
"price": 2444.75,
"quantity": 300
},
{
"price": 2443.5,
"quantity": 125
}
],
"sell": [
{
"price": 2450,
"quantity": 180
},
{
"price": 2451.25,
"quantity": 220
},
{
"price": 2452.5,
"quantity": 160
},
{
"price": 2453.75,
"quantity": 190
},
{
"price": 2455,
"quantity": 140
}
]
},
"high_trade_range": null,
"implied_volatility": null,
"last_trade_quantity": 50,
"last_trade_time": 1704038400000,
"low_trade_range": null,
"last_price": 2450.75,
"market_cap": null,
"offer_price": null,
"offer_quantity": null,
"oi_day_change": 1250,
"oi_day_change_percentage": 2.35,
"open_interest": 54250,
"previous_open_interest": null,
"total_buy_quantity": 950,
"total_sell_quantity": 890,
"volume": 125000,
"week_52_high": 2650,
"week_52_low": 1850.25
}
}
}
]
}
}'