Discover/ticker.finology.in API
live

ticker.finology.in APIticker.finology.in

Access Indian stock financials, price history, peer comparisons, IPO listings, and sector data from ticker.finology.in via a single REST API.

Endpoints
10
Updated
28d ago
Try it
Company name or ticker symbol (e.g., 'TATASTEEL', 'Reliance')
api.parse.bot/scraper/2d091d5f-c3e8-474c-8700-16c0ecc613a7/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/2d091d5f-c3e8-474c-8700-16c0ecc613a7/search_company?query=TATASTEEL' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 10 totalclick to expand

Search for a company by name or ticker symbol to get identifiers like fincode, scripcode, and symbol. Returns all matching companies.

Input
ParamTypeDescription
queryrequiredstringCompany name or ticker symbol (e.g., 'TATASTEEL', 'Reliance')
Response
{
  "type": "array",
  "fields": {
    "SYMBOL": "string — BSE/NSE ticker symbol",
    "FINCODE": "integer — Finology internal company code",
    "compname": "string — full company name",
    "SCRIPCODE": "integer — BSE scrip code"
  },
  "sample": {
    "data": [
      {
        "SYMBOL": "TATASTEEL",
        "brands": "Tata Agrico, TATA Tiscon",
        "FINCODE": 100470,
        "compname": "Tata Steel Ltd.",
        "SCRIPCODE": 500470,
        "productlist": null,
        "searchterms": ""
      }
    ],
    "status": "success"
  }
}

About the ticker.finology.in API

The Ticker Finology API covers 10 endpoints that expose Indian equity market data including company financials, historical BSE price charts, peer comparisons, IPO listings, and real-time market dashboard snapshots. Starting with search_company, you can resolve any company name or ticker symbol into a FINCODE, SCRIPCODE, and SYMBOL — identifiers required by most other endpoints. Data spans standalone and consolidated financial statements, quarterly P&L, cash flow, and sector-level company lists.

Company Lookup and Overview

Use search_company with a company name or NSE/BSE ticker (e.g., TATASTEEL, Reliance) to retrieve the FINCODE, SCRIPCODE, and SYMBOL fields that nearly every other endpoint requires. Once you have those, get_company_overview returns valuation multiples (pe, pb), profitability metrics (roe, roce), balance sheet snapshots (cash, debt), and intraday reference data like today_low — all keyed by ticker symbol.

Price History and Financial Statements

get_price_chart_data accepts symbol, fincode, and scripcode and returns an array of { Date, price } pairs representing BSE closing prices in INR. The count parameter controls how many years of history to fetch; only yearly granularity is supported. For fundamental data, get_financial_tables takes a ticker and an optional mode parameter (S for Standalone, C for Consolidated) and returns four arrays: quarterly P&L periods, cash_flow annual statements, annual_pl, and balance_sheet. Some arrays may be empty depending on what the company has filed.

Peer, Sector, and Market Data

get_peer_comparison accepts a fincode and returns competing companies in the same sector with fields including PE, PB, ROE, ROCE, mcap, and CLOSE_PRICE. To browse sectors, call get_sector_list (no parameters) to get a list of { name, slug } pairs, then pass a sector_slug to get_sector_details to retrieve every company in that sector along with MCAP, PE, PB, PerChange, and closing price. get_market_dashboard (no parameters) returns today's top_gainers, top_losers, and a featured indices array with intraday high data.

IPO and News

get_ipo_list returns IPO entries segmented into upcoming, current, and listed categories when data is available. get_company_news accepts a fincode and returns recent articles with Heading, Newsdate, NewsTime, and full HTML Details content — useful for event-driven analysis or news feed construction.

Common use cases
  • Screen Indian equities by PE, PB, ROE, and ROCE across an entire sector using get_sector_details
  • Build a BSE price history chart for any stock by fetching multi-year date-price pairs from get_price_chart_data
  • Compare a company against its sector peers on market cap, return ratios, and valuation multiples via get_peer_comparison
  • Monitor daily market movers by polling get_market_dashboard for top gainers and losers with intraday price data
  • Track upcoming and recently listed Indian IPOs for deal flow monitoring using get_ipo_list
  • Aggregate standalone vs. consolidated quarterly P&L and annual cash flow for financial modeling via get_financial_tables
  • Drive a company news feed with headline, publication date, and full article HTML from get_company_news
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Ticker Finology offer an official developer API?+
Ticker Finology (ticker.finology.in) does not publish an official public developer API or documented REST endpoints for third-party use.
What does `get_financial_tables` return, and how do I get consolidated vs. standalone data?+
The endpoint returns four arrays: quarterly (quarterly P&L periods), cash_flow (annual cash flow statements), annual_pl, and balance_sheet. Pass mode=S for standalone financials or mode=C for consolidated. Note that annual_pl and balance_sheet may be empty arrays for some companies depending on available filings.
Does `get_price_chart_data` support intraday or weekly price granularity?+
No — only yearly granularity is supported. The endpoint returns daily closing prices aggregated over a span of years controlled by the count parameter. Intraday and weekly intervals are not currently available. You can fork this API on Parse and revise it to add an endpoint targeting a different time resolution if the source exposes one.
Is dividend history or shareholding pattern data available through this API?+
Not currently. The API covers valuation metrics, price history, financial statements, peer comparisons, sector lists, IPO data, and company news. You can fork the API on Parse and revise it to add an endpoint for dividend history or shareholding patterns.
Does `get_company_overview` return NSE prices as well as BSE prices?+
The overview fields (pe, pb, eps, roe, cash, debt, roce, today_low) are returned as strings without explicit exchange attribution. Price chart data via get_price_chart_data is documented as BSE-sourced. NSE-specific price feeds are not separately exposed. You can fork the API on Parse and revise it to surface exchange-labeled price fields if they become distinguishable in the source data.
Page content last updated . Spec covers 10 endpoints from ticker.finology.in.
Related APIs in FinanceSee all →
stockanalysis.com API
Access comprehensive stock market data including real-time financials, income statements, statistics, and IPO calendars to research individual stocks and identify market movers. Search stocks, view detailed overviews, and monitor premarket activity all in structured, easy-to-use format.
screener.in API
Search and analyze Indian stocks with real-time financial data, company details, IPO information, price history, and peer comparisons. Get instant access to stock screening results, market listings, and company announcements to make informed investment decisions.
yahoofinance.com API
Access live stock quotes, historical price data, company profiles, and financial news for any ticker symbol. Supports real-time market data, OHLCV history across configurable intervals, detailed company fundamentals, and news aggregation across global exchanges.
chartink.com API
Access real-time and historical stock market data from Indian exchanges (NSE/BSE) to analyze fundamentals, technical indicators, and OHLCV metrics, plus run custom stock screeners to find investment opportunities. Search for specific stocks and browse all listed symbols to build data-driven trading strategies and investment research.
polygon.io API
Access real-time and historical market data for stocks, cryptocurrencies, forex, and commodities—including price aggregates, ticker details, and financial statements—all from a single platform. Get the latest market news, check trading status across exchanges, and retrieve comprehensive ticker information to power your investment analysis and trading decisions.
marketbeat.com API
Track comprehensive stock market data including real-time overviews, analyst ratings, earnings reports, insider trades, and institutional ownership across thousands of companies. Search stocks, analyze financial statements and profitability metrics, monitor short interest, explore options chains, and stay updated with market headlines and competitor analysis.
morningstar.com API
Get comprehensive financial data including stock quotes, company profiles, historical financials, valuation metrics, ownership details, dividends, and market movers from Morningstar. Search securities and access the latest stock news to make informed investment decisions.
dilutiontracker.com API
Track stock dilution events and analyze how company offerings impact share value with access to SEC filings, financial statements, institutional holdings, and market data. Search companies by ticker to get detailed dilution history, pending offerings, and compare performance metrics all in one place.