GENKA 原価 · Docs / Ecosystem

Ecosystem All ecosystem services INDstocks API docs ↗

INDmoney / INDstocks — wealth + cheap broker

A consumer wealth aggregator paired with a developer-side discount brokerage. Different shapes, same family.

What they're great at. The INDmoney consumer app is the cleanest cross-asset wealth aggregator in India — US stocks (fractional), Indian stocks, MFs, FDs, insurance, loans, EPF tracking, all in one user-facing app. The INDstocks API is the developer broker layer: ₹5 flat per order regardless of size, MF investments brokerage-free. Account-tied (KYC + F&O onboarding required, SEBI rule). No first-party MCP yet. Compose with Genka for the research that runs across any portfolio, not just the user's holdings.

Decision matrix

If you needPick
Place orders on an INDmoney account (cheap ₹5/order)INDstocks API
Aggregate wealth view for one user (US + IN stocks, MFs, loans)INDmoney consumer app
Holdings, positions on the user's INDmoney accountINDstocks API
Quarterly XBRL fundamentals for Nifty 500 (FY17+)Genka
Search 23,000 concall transcripts with cited LLM Q&AGenka
Mutual fund screener (4,700 funds, SEBI taxonomy)Genka
Pre-computed indicator panel for any NSE symbolGenka
Cross-broker / no INDmoney accountGenka

What INDmoney / INDstocks is great at

Where Genka complements INDstocks

Compose them

Genka does the research, INDstocks places the order:

# 1. Wire Genka to Claude Code:
claude mcp add genka --transport http https://genka.dev/mcp \
  -H "X-API-Key: $GENKA_API_KEY"

# 2. Use INDstocks REST for execution (Python):
import os, requests
INDS = "https://api.indstocks.com"
HDR = {"x-api-key": os.environ["INDS_TOKEN"]}

# Genka decides via Claude/MCP, Python sends the order:
requests.post(f"{INDS}/orders", headers=HDR, json={
  "symbol": "TCS",
  "side":   "BUY",
  "type":   "MARKET",
  "qty":    5,
  "product": "CNC",
})

Relevant Genka endpoints

Full catalog: /llms.txt

Working with INDstocks API — gotchas

Other ecosystem services