Finance
Groww logo

Groww API

https://groww.in

Groww - India's retail investing platform public market data.

Actions
3
Category
Finance
Login
Not required
Output
JSON

Call the Groww API

Submit a task, then poll the job until it settles. This example runs gw_etf_details.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "gw_etf_details",
    "params": {
      "search_id": "nippon-india-etf-nifty-it"
    }
  }'

3 actions on https://groww.in

Read

  • ETF Details

    gw_etf_detailsread1 credit / call

    Returns a full ETF profile with fundamentals, performance, returns, allocation, and holdings.

    search_id
    string · required
  • ETF List

    gw_etf_listread1 credit / call

    Returns ETFs optionally filtered by category with price, NAV, AUM, and trailing returns.

    category
    string
  • ETF Price History

    gw_etf_price_historyread1 credit / call

    Returns historical price candles for an ETF with daily, weekly, or monthly windows.

    search_id
    string
    symbol
    string
    exchange
    string
    range
    string
    interval_minutes
    number
    minimal
    boolean

Groww API questions

Is there an API for Groww?
Groww does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for https://groww.in. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Groww data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when https://groww.in changes its markup, Anakin updates the action.
Do I need a Groww account?
No. Every Groww action listed here runs anonymously — no account and no credentials required.
What does the Groww API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Finance APIs

All Finance sites