curl --location -g --request POST 'https://api.ganaka.live/{{api_version}}/developer/collector/nifty' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"timestamp": "2025-12-31T14:40:09",
"timezone": "Etc/UTC",
"quoteData": {
"status": "SUCCESS",
"payload": {
"average_price": null,
"bid_quantity": null,
"bid_price": null,
"day_change": 232.75,
"day_change_perc": 0.8973026946067386,
"upper_circuit_limit": null,
"lower_circuit_limit": null,
"ohlc": {
"open": 25971.05,
"high": 26179.3,
"low": 25969,
"close": 25938.85
},
"depth": null,
"high_trade_range": null,
"implied_volatility": null,
"last_trade_quantity": null,
"last_trade_time": null,
"low_trade_range": null,
"last_price": 26171.6,
"market_cap": null,
"offer_price": null,
"offer_quantity": null,
"oi_day_change": null,
"oi_day_change_percentage": null,
"open_interest": null,
"previous_open_interest": null,
"total_buy_quantity": null,
"total_sell_quantity": null,
"volume": null,
"week_52_high": null,
"week_52_low": null
}
},
"dayChangePerc": 0.8973026946067386
}
}'