India IPO Tracker – GMP, Subscription & Listing Data avatar

India IPO Tracker – GMP, Subscription & Listing Data

Pricing

from $3.00 / 1,000 ipo report rows

Go to Apify Store
India IPO Tracker – GMP, Subscription & Listing Data

India IPO Tracker – GMP, Subscription & Listing Data

Live Indian IPO data as clean JSON: current & upcoming IPOs, grey market premium (GMP), real-time QIB/NII/Retail subscription from BSE & NSE, listing-day performance, event calendar and full IPO detail pages. No login, no proxy, pay per record.

Pricing

from $3.00 / 1,000 ipo report rows

Rating

0.0

(0)

Developer

Daemon Data

Daemon Data

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

India IPO Tracker – GMP, Subscription, Listing Performance (Mainboard & SME)

Get live Indian IPO data as clean, structured JSON in seconds. One run gives you every current and upcoming IPO on BSE and NSE, the live grey market premium (GMP), real-time QIB / NII / Retail subscription figures, listing-day gains, the IPO event calendar, and optionally the full IPO detail page (price band, lot size, timetable, reservation, anchor investors, financials, objects of the issue).

No login, no proxies, no browser. Pay only for the records you get.

What you can extract

reportTypeDescriptionTypical rows
currentIposCurrent, upcoming and recently listed IPOs with status, price, lot size, P/E and all key dates~200
gmpLive grey market premium with GMP ₹ and %, rating, subscription, dates and anchor flag~30
subscriptionReal-time subscription multiples (QIB, sNII, bNII, NII, Retail, Employee, Shareholder, Total) and application counts from BSE/NSE~200
ipoListEvery mainboard and SME IPO in the financial year with pricing method, dates, issue size, fresh/OFS split, lead manager, ISIN and symbols~200
listingPerformanceIssue price vs listing-day close and current price on BSE/NSE, gain/loss %~200
gmpPerformanceGMP before listing vs actual listing price, listing-day close and last traded price~190
calendarDay-by-day event calendar: which IPOs open, close, allot, refund and list on each date~30
ipoDetailFull detail page per IPO: IPO details, issue size, reservation, lot size, anchor investors, financials, KPIs, valuation, shareholding, objects of the issue1 per IPO

Use the IPO category filter to restrict to Mainboard or SME issues, and Financial year (e.g. 2025-26) to pull historical years for year-scoped reports.

Who uses this

  • Fintech and broker apps that need an IPO calendar, GMP feed or subscription widget without maintaining scrapers.
  • Telegram / WhatsApp alert bots for IPO openings, GMP moves and allotment dates.
  • Analysts and researchers studying subscription vs listing gains across hundreds of IPOs.
  • Content sites and newsletters publishing daily IPO updates.
  • AI agents – this Actor works as an MCP tool, so an agent can ask "which IPOs are open today and what is their GMP?" and get structured answers.

Input

{
"reports": ["currentIpos", "gmp", "subscription"],
"category": "all",
"financialYear": "",
"includeIpoDetails": false,
"maxItems": 0
}
FieldTypeDescription
reportsarrayAny of currentIpos, gmp, subscription, ipoList, listingPerformance, gmpPerformance, calendar. Default: the first three.
categorystringall (default), mainboard or sme.
financialYearstringIndian financial year such as 2025-26. Empty = current year.
includeIpoDetailsbooleanAlso fetch each IPO's detail page and emit one ipoDetail record per IPO.
maxItemsintegerStop after this many records. 0 = no limit.
proxyConfigurationobjectOptional. Not required; the sources do not block datacenter IPs.

Output examples

Live GMP record:

{
"reportType": "gmp",
"ipoName": "Veegaland Developers",
"slug": "veegaland-developers-ipo",
"category": "Mainboard",
"status": "U",
"gmp": 18,
"gmpPercent": 12.86,
"rating": "🔥🔥🔥",
"issuePrice": 140,
"issueSizeCr": 210,
"lotSize": 107,
"priceToEarnings": 17.74,
"openDate": "2026-09-10",
"closeDate": "2026-09-15",
"allotmentDate": "2026-09-16",
"listingDate": "2026-09-18",
"anchorInvestors": true,
"updatedOn": "3-Sep 20:36"
}

Live subscription record:

{
"reportType": "subscription",
"ipoName": "Rays of Belief Ltd.",
"slug": "rays-of-belief-ipo",
"url": "https://www.chittorgarh.com/ipo/rays-of-belief-ipo/2787/",
"category": "Mainboard",
"openDate": "2026-09-01",
"closeDate": "2026-09-03",
"issueSizeCr": 125,
"qibX": 9.06,
"sNiiX": 229.7,
"bNiiX": 303.82,
"niiX": 279.11,
"retailX": 195.86,
"totalX": 107.71,
"applications": 1556764,
"subscriptionAsOn": "03-Sep-2026 18:54"
}

Every record also carries fields (all visible columns, cleaned) and meta (hidden machine-readable columns such as ISIN, NSE symbol and sortable dates) so nothing from the source is lost, plus scrapedAt.

ipoDetail records contain a sections object keyed by the page headings, for example "IPO Details", "Issue Reservation", "IPO Lot Size", "Company Financials (Restated)", "IPO Objects of the Issue", "Key Performance Indicator (KPI)", "IPO Valuation" and "Shareholding Structure".

Pricing

Pay per event:

  • Report row – one charge per record from any report.
  • IPO detail page – one charge per ipoDetail record when includeIpoDetails is on.

A default run (current IPOs + GMP + subscription, ~450 rows) costs a few cents. There is no platform compute cost beyond the tiny run time (typically under 30 seconds without details, about a minute with details).

Tips

  • Schedule the Actor every 15–30 minutes during market hours to get a live subscription and GMP feed. Combine with the Apify webhook or the Google Sheets integration.
  • Use reports: ["calendar"] for a lightweight daily "what happens today" digest.
  • Join records across reports on slug (e.g. veegaland-developers-ipo), which is stable across both sources.
  • status in gmp records uses the source shorthand: U upcoming, O open, C closed, L listed.

FAQ

How much does it cost to get Indian IPO GMP and subscription data?

A default run (current IPOs, live GMP, live subscription, about 450 rows) costs about $1.35 at $0.003 per row. Adding full IPO detail pages costs $0.015 per IPO.

How often is the data updated?

Every run reads the sources live. Schedule it every 15–30 minutes during IPO bidding hours for a real-time feed.

Does it cover SME IPOs?

Yes. Set category to sme, mainboard or all.

Do I need a proxy or login?

No. The sources answer plain HTTP requests, so runs finish in seconds.

Support

Found a bug or need another field or source? Open an issue on the Issues tab; issues are usually answered within a day. Custom variants of this Actor are available on request.

Data is collected from publicly available IPO reports published by Chittorgarh.com and InvestorGain.com and is provided for informational purposes only. It is not investment advice. Please respect the source websites' terms of use.