Ganaka
DefaultGeneral
DefaultGeneral
  1. Groww APIs
  • Groww APIs
    • Instruments (Groww)
      GET
    • Portfolio (Groww)
      GET
    • Historical Candles (Groww)
      GET
    • Order list (Groww)
      GET
    • Quote (Groww)
      GET
  • NSE
    • Get Instrument Details
      GET
  • WebShare Proxy
    • IP List
      GET
  • Neon
    • Create Branch
      POST
    • Restore Branch
      POST
DefaultGeneral
DefaultGeneral
  1. Groww APIs

Historical Candles (Groww)

Production
Production
GET
/v1/historical/candles

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/historical/candles?exchange=NSE&segment=CASH&groww_symbol=NSE-HINDCOPPER&start_time=2026-01-16T09:15:00&end_time=2026-01-16T09:30:00&candle_interval=5minute' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Modified at 2026-01-31 13:45:04
Previous
Portfolio (Groww)
Next
Order list (Groww)
Built with