Discover/chittorgarh.com API
live

chittorgarh.com APIchittorgarh.com

Access IPO listings, subscription data, SME stock prices, financials, and news from Chittorgarh.com via 6 structured endpoints.

Endpoints
6
Updated
14d ago
Try it
Calendar year to filter IPOs (e.g. '2026', '2025').
IPO category filter. Accepted values: 'all', 'mainboard', 'sme'.
Financial year filter in format 'YYYY-YY' (e.g. '2025-26', '2024-25').
api.parse.bot/scraper/e6270ab7-61e4-49fe-87c1-1c6e1126807e/<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/e6270ab7-61e4-49fe-87c1-1c6e1126807e/get_ipo_list?category=mainboard' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Get list of Mainboard and SME IPOs from Chittorgarh. Returns paginated results with company name, issue details, pricing, and listing information. Supports filtering by category and financial year.

Input
ParamTypeDescription
yearstringCalendar year to filter IPOs (e.g. '2026', '2025').
categorystringIPO category filter. Accepted values: 'all', 'mainboard', 'sme'.
fin_yearstringFinancial year filter in format 'YYYY-YY' (e.g. '2025-26', '2024-25').
Response
{
  "type": "object",
  "fields": {
    "items": "array of IPO records, each containing Company, Issue Category, Opening Date, Closing Date, Issue Price, Listing at, and related URLs",
    "total_pages": "integer total number of pages",
    "current_page": "string current page number",
    "total_records": "integer total number of matching IPO records"
  },
  "sample": {
    "data": {
      "items": [
        {
          "Company": "OnEMI Technology Solutions Ltd.O",
          "Listing at": "BSE, NSE",
          "Company_url": "https://www.chittorgarh.com/ipo/onemi-technology-ipo/2576/",
          "Closing Date": "05-May-2026",
          "Lead Manager": "JM Financial",
          "Listing Date": "",
          "Opening Date": "30-Apr-2026",
          "Issue Category": "Mainboard",
          "Pricing Method": "Bookbuilding",
          "Lead Manager_url": "https://www.chittorgarh.com/report/ipo-lead-manager-review/99/all/18/",
          "Issue Price (Rs.)": "162.00 to 171.00",
          "Total Issue Amount (Incl.Firm reservations) (Rs.cr.)": "925.92"
        }
      ],
      "total_pages": 1,
      "current_page": "1",
      "total_records": 20
    },
    "status": "success"
  }
}

About the chittorgarh.com API

The Chittorgarh API provides access to Indian IPO and SME market data across 6 endpoints, covering mainboard and SME IPO listings, detailed prospectus financials, live subscription dashboards, and SME stock prices on NSE and BSE. The get_ipo_detail endpoint alone returns price band, lot size, issue type, listing exchange, and multi-period financial rows including revenue, EBITDA, net worth, and KPIs for a given IPO.

IPO Listings and Detail

The get_ipo_list endpoint returns paginated IPO records filterable by year, fin_year (e.g. '2025-26'), and category ('mainboard' or 'sme'). Each record includes company name, opening and closing dates, issue price, listing exchange, and a URL that encodes both the slug and numeric IPO ID needed for downstream calls. For a specific IPO, get_ipo_detail accepts a slug and ipo_id and returns a details object with structured key-value pairs covering IPO Date, Price Band, Issue Price, Lot Size, Issue Type, and Listing At, plus a financials array of multi-period rows with assets, revenue, profit, EBITDA, and net worth.

Dashboard and Subscription Data

get_ipo_dashboard surfaces live summary data across five views — iposubscription, ipoperformance, ipoprospectus, ipoboa, and ipocalendar — for either mainline or sme category. The response includes a panel title, a relative link for more details, and an IpoSubscriptionList array with company name, slug, and bid date and value fields useful for tracking open subscriptions in near-real time.

SME Stock Prices and Search

get_stock_prices returns all SME stocks on a chosen exchange (nse or bse) with open, high, low, last traded price, volume, and total turnover. Results are paginated and include a total_records count. To find an IPO by name, search_ipo accepts a partial case-insensitive query and returns matching records with id and urlrewrite_folder_name that feed directly into get_ipo_detail and get_ipo_news.

IPO News

get_ipo_news accepts a numeric ipo_id and returns an array of news articles, each with title, URL, date, summary, and source. The total field indicates how many articles are available for that IPO.

Common use cases
  • Track open IPO subscriptions and bid values using get_ipo_dashboard with type iposubscription
  • Build an IPO calendar filtered by financial year using get_ipo_list with the fin_year parameter
  • Pull multi-period revenue, EBITDA, and net worth data from get_ipo_detail for fundamental analysis
  • Monitor NSE and BSE SME stock prices including LTP, volume, and turnover via get_stock_prices
  • Aggregate IPO-specific news articles by numeric ID using get_ipo_news to feed a research dashboard
  • Look up IPO slugs and IDs by partial company name with search_ipo before fetching full detail
  • Compare mainboard versus SME IPO performance data using category filters across listing endpoints
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 Chittorgarh have an official developer API?+
Chittorgarh.com does not publish an official developer API or documentation for external programmatic access to its IPO and market data.
What does `get_ipo_detail` return and how do I get the required identifiers?+
It returns a details object with structured fields (IPO Date, Price Band, Lot Size, Issue Type, Listing At) and a financials array with multi-period rows covering revenue, EBITDA, assets, profit, and net worth. Both required inputs — slug and ipo_id — can be obtained from get_ipo_list (the Company_url field encodes both) or from search_ipo which returns urlrewrite_folder_name and id directly.
Does `get_ipo_dashboard` cover both mainboard and SME categories?+
Yes. The category parameter accepts 'mainline' for mainboard IPOs or 'sme' for SME IPOs. The type parameter selects the view: iposubscription, ipoperformance, ipoprospectus, ipoboa, or ipocalendar. The IpoSubscriptionList array in the response always reflects the selected combination.
Are GMP (grey market premium) or allotment status data available?+
Not currently. The API covers IPO listings, subscription dashboards, detail financials, SME stock prices, and news. You can fork it on Parse and revise to add an endpoint targeting GMP or allotment status data.
Is historical SME stock price data available, or only current prices?+
The get_stock_prices endpoint returns current session data — open, high, low, last traded price, volume, and turnover — for all SME stocks on a given exchange. Historical OHLCV series are not currently returned. You can fork the API on Parse and revise it to add a historical price endpoint.
Page content last updated . Spec covers 6 endpoints from chittorgarh.com.
Related APIs in FinanceSee all →
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
13f.info API
13f.info API
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.