GENKA 原価 · Docs / Ecosystem

Ecosystem All ecosystem services Tickertape ↗

Tickertape — the human research desk

The cleanest research dashboard for end users on Indian markets — mobile-first, opinionated, fast.

What it's great at. Tickertape is the research UI we send humans to. Mobile + web, MMI (Market Mood Index), scorecards, factor breakdowns, click-through screener, watchlists. The product taste is excellent and the data depth is real — we even cite Tickertape as one of Genka's facts sources for fund TER/AUM (facts_source: tickertape on /mf/{slug}). No public API or MCP. Compose with Genka when the same data needs to be addressable from agent code.

Decision matrix

If you needPick
A human-friendly dashboard with charts and scorecardsTickertape
MMI (Market Mood Index), forecast bars, sentiment widgetsTickertape
Click-through screener with custom filter UITickertape
Programmatic XBRL fundamentals for Nifty 500Genka
Search 23,000 concall transcripts with cited LLM Q&AGenka
MF screener as a JSON API (4,700 funds, SEBI taxonomy)Genka
MCP-native tool catalog for an agentGenka
30y bhavcopy with corp-action-adjusted returnsGenka

What Tickertape is great at

Where Genka complements Tickertape

Compose them

Build a UI for users on top of Tickertape (or your own front end), and run the agent loop on Genka:

# Pattern A: Send humans to Tickertape, give your agent Genka.
# Your app's "View on Tickertape" link sends users to a chart;
# your agent calls Genka for the underlying numbers.

# Pattern B: Watch a Genka saved query, alert the user.
POST /v1/saved-queries
{
  "name": "PPFAS Sharpe drops",
  "endpoint": "/v1/mf/ppfas-parag-parikh-flexi-cap/metrics",
  "webhook_url": "https://your.app/genka-hook",
  "trigger": { "path": "sharpe_absolute", "op": "lt", "value": 1.0 }
}

# When fired, deep-link the user into Tickertape for the visual.

Note on data lineage

Genka uses Tickertape as one of its facts_source values for fund TER, AUM, exit load and similar fund metadata (the SEBI-mandated AMC factsheets remain the legal system of record). Each fund response carries facts_source and facts_updated_on so you can audit. We aren't a Tickertape competitor on the consumer surface; we're an API for code that Tickertape doesn't ship.

Relevant Genka endpoints

Full catalog: /llms.txt

Working around Tickertape — what's available

Other ecosystem services