GENKA 原価 · Docs / Ecosystem

Ecosystem All ecosystem services Screener.in ↗

Screener.in — the human fundamentals desk

Gold standard for fundamentals viewing on Indian markets. Deeper history than anyone, focused on fundamentals.

What it's great at. Screener.in is the most beloved fundamentals viewer in India. The custom-formula screen DSL, peer comparisons, and ~25y data archive (PDFs back to 1997) are unmatched for human readers. Their focus is fundamentals — they don't ship technicals (RSI/MACD/etc.) or concalls, and there's no public API. Genka backfills pre-FY22 balance-sheet totals from them with attribution (screener.in in meta.sources[]). Compose with Genka when an agent needs the same data plus concalls and technicals, addressable from code.

Decision matrix

If you needPick
A human-readable fundamentals page (browser)Screener.in
Custom-formula screener UI for stocksScreener.in
Pre-FY17 historicals via PDF archivesScreener.in
Quarterly XBRL fundamentals as a JSON APIGenka
Concall transcripts with cited LLM Q&AGenka
Mutual fund screener (4,700 funds, SEBI taxonomy)Genka
30y bhavcopy with corp-action-adjusted returnsGenka
MCP-native tool catalog for agentsGenka

What Screener.in is great at

Where Genka complements Screener

Compose them

Screener for the human eye, Genka for the agent loop:

# Pattern: Your dashboard renders the agent's findings,
# and links each company to its Screener page for the human's deep read.

# 1. Agent screens via Genka MCP:
"Find Nifty 500 names where ROE has expanded for 4 consecutive
 quarters and operating margin is above 5y-median."

# 2. Render each hit with two links:
GENKA_DETAILS = f"https://genka.dev/v1/companies/{sym}/ratios"
SCREENER_PAGE = f"https://www.screener.in/company/{sym}/"
#                              ↑ for the human

Note on data lineage

Where Screener has historical data we can't get from primary XBRL (pre-FY22 balance-sheet totals are PDF-only at NSE), we backfill from Screener with attribution. Each affected response shows screener.in in meta.sources[]. We are not a Screener competitor on the consumer surface; we are the API for code that Screener doesn't ship.

Relevant Genka endpoints

Full catalog: /llms.txt

Working with Screener.in — what's available

Other ecosystem services