Groww

Groww is an Indian fintech company offering investing and trading in stocks, futures & options, mutual funds, ETFs, IPOs and more through its consumer app and web platform. Backed by Iconiq Capital, Ribbit Capital and Y Combinator, Groww also operates the Groww Trading API — an official programmatic interface for algorithmic trading that covers order management (place/modify/cancel), portfolio holdings and positions, margin calculation, live market data (LTP, full quote, OHLC, option chain and greeks) and historical candle data across the CASH (equity) and FNO (derivatives) segments on Indian exchanges. Requests hit https://api.groww.in, are versioned with the X-API-VERSION header, and are authenticated with a daily Bearer access token generated via an API key + secret checksum, a TOTP flow, or an OAuth2 authorization-code flow.

Groww publishes 1 API on the APIs.io network: Trading API. Tagged areas include Company, Fintech, Trading, Investing, and Stock Broking.

Groww’s developer surface includes documentation, API reference, getting-started guide, pricing, signup flow, support, engineering blog, and 24 more developer resources.

56.1/100 developing Agent 85/100 agent native Full breakdown ↓
scored 2026-07-20 · rubric v0.4
1 APIs 1 MCP Servers 0 Features
CompanyFintechTradingInvestingStock BrokingMarket DataAlgorithmic TradingIndia

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-20 · rubric v0.4
Composite quality — 56.1/100 · developing
Contract Quality 13.7 / 25
Developer Ergonomics 14.8 / 20
Commercial Clarity 13.2 / 20
Operational Transparency 5.1 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 85/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 9 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/groww: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs

Groww Trading API

Official Groww Trading API for algorithmic trading: place/modify/cancel orders, track order status and trades, read holdings and positions, compute margin, and fetch live (LTP/q...

MCP Servers

groww-mcp.yml

MCP SERVER

Pricing Plans

Groww Plans

1 plans

PLANS

Rate Limits

Groww Rate Limits

7 limits

RATE LIMITS

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 5

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: groww
name: Groww
description: Groww is an Indian fintech company offering investing and trading in stocks, futures & options, mutual funds,
  ETFs, IPOs and more through its consumer app and web platform. Backed by Iconiq Capital, Ribbit Capital and Y Combinator,
  Groww also operates the Groww Trading API — an official programmatic interface for algorithmic trading that covers order
  management (place/modify/cancel), portfolio holdings and positions, margin calculation, live market data (LTP, full quote,
  OHLC, option chain and greeks) and historical candle data across the CASH (equity) and FNO (derivatives) segments on Indian
  exchanges. Requests hit https://api.groww.in, are versioned with the X-API-VERSION header, and are authenticated with a
  daily Bearer access token generated via an API key + secret checksum, a TOTP flow, or an OAuth2 authorization-code flow.
url: https://raw.githubusercontent.com/api-evangelist/groww/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- iconiq-capital
- ribbit-capital
- y-combinator
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-19'
tags:
- Company
- Fintech
- Trading
- Investing
- Stock Broking
- Market Data
- Algorithmic Trading
- India
image: https://groww.in/favicon.ico
apis:
- aid: groww:groww-trade-api
  name: Groww Trading API
  humanURL: https://groww.in/trade-api
  baseURL: https://api.groww.in
  tags:
  - Trading
  - Orders
  - Market Data
  - Portfolio
  - Margin
  description: 'Official Groww Trading API for algorithmic trading: place/modify/cancel orders, track order status and trades,
    read holdings and positions, compute margin, and fetch live (LTP/quote/OHLC/option-chain/greeks) and historical market
    data across CASH and FNO segments.'
  properties:
  - type: OpenAPI
    url: openapi/groww-trade-api-openapi.yml
  - type: Documentation
    url: https://groww.in/trade-api/docs
  - type: APIReference
    url: https://groww.in/trade-api/docs/curl
  - type: Overlay
    url: overlays/groww-trade-api-overlay.yaml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DeveloperPortal
  url: https://groww.in/trade-api
- type: Documentation
  url: https://groww.in/trade-api/docs
- type: APIReference
  url: https://groww.in/trade-api/docs/curl
- type: GettingStarted
  url: https://groww.in/trade-api/docs/python-sdk
- type: Pricing
  url: https://groww.in/trade-api
- type: SignUp
  url: https://groww.in/trade-api/api-keys
- type: TermsOfService
  url: https://groww.in/terms-and-conditions
- type: PrivacyPolicy
  url: https://groww.in/privacy-policy
- type: Support
  url: https://groww.in/help
- type: Blog
  url: https://groww.in/blog
- type: OpenAPI
  url: openapi/groww-trade-api-openapi.yml
- type: Authentication
  url: authentication/groww-authentication.yml
- type: OAuthScopes
  url: scopes/groww-scopes.yml
- type: Conventions
  url: conventions/groww-conventions.yml
- type: Idempotency
  url: conventions/groww-conventions.yml
- type: RateLimits
  url: rate-limits/groww-rate-limits.yml
- type: ErrorCatalog
  url: errors/groww-problem-types.yml
- type: Lifecycle
  url: lifecycle/groww-lifecycle.yml
- type: Deprecation
  url: lifecycle/groww-lifecycle.yml
- type: Conformance
  url: conformance/groww-conformance.yml
- type: DataModel
  url: data-model/groww-data-model.yml
- type: DomainSecurity
  url: security/groww-domain-security.yml
- type: AgenticAccess
  url: agentic-access/groww-agentic-access.yml
- type: WellKnown
  url: well-known/groww-well-known.yml
- type: Packages
  url: packages/groww-packages.yml
- type: SDKs
  url: packages/groww-packages.yml
- type: MCPServer
  url: mcp/groww-mcp.yml
- type: LLMsTxt
  url: llms/groww-llms.txt
- type: Overlay
  url: overlays/groww-trade-api-overlay.yaml
- type: AgentSkill
  url: skills/_index.yml
- type: Website
  url: https://groww.in/
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence