Stock IPO Information API Interface New Stock Issuance and Listing Data Inquiry free stock APIs REST API Provide professional stock IPO information API interface, covering global market data including A-shares, US stocks, and Hong Kong stocks. Obtain real-time information on new stock subscription codes, issue prices, winning rates, listing dates, fundraising amounts, and key information from prospectuses to assist your new stock subscription strategies and market research.

Please select

Stock IPO

GET
/stock/ipo

Request Parameters

typeenumRequired
upcoming
Type (upcoming - stocks about to be listed, recent - recently listed stocks)
regionenumRequired
Hong Kong
Market code, supports HK(Hong Kong)、SH(Shanghai)、SZ(Shenzhen)、US(US stocks)、SG(Singapore)、JP(Japan)、TW(Taiwan)、IN(India)、TH(Thailand)、DE(Germany)、MX(Mexico)、MY(Malaysia)、TR(Turkey)、ES(Spain)、NL(Netherlands)、GB(Great Britain)etc.

Response Parameters

codenumber
Response code
msgstring
Response description
dataobject
Response result
dtnumber
IPO Listing Timestamp (ms)
cnstring
Stock company name
scstring
Stock code
exstring
Exchange name
mcstring
Market capitalization
prstring
Price
ctstring
Country code
bsnumber
Subscription Commencement Time (s)
esnumber
Subscription Cut-off Time (s)
ronumber
Allotment Result Release Time (s)

Code Examples

import requests

url = "https://api.itick.org/stock/ipo?type=upcoming&region=HK"

headers = {
"accept": "application/json"
"token": "Your Token"
}

response = requests.get(url, headers=headers)

print(response.text)

Query URL

GET
https://api.itick.org/stock/ipo?type=upcoming&region=HK

Response Result

{
  "code": 0,
  "msg": "ok",
  "data": {
    "content": [
      {
        "dt": 1755820800000,
        "cn": "Picard Medical Inc",
        "sc": "PMI",
        "ex": "NYSE",
        "mc": "19.1M",
        "pr": "3.50-4.50",
        "ct": "US",
        "bs": 1648403200,
        "es": 1648998400,
        "ro": 1649001600
      },
      {
        "dt": 1755734400000,
        "cn": "Elite Express Holding Inc",
        "sc": "ETS",
        "ex": "NASDAQ",
        "mc": "16.0M",
        "pr": "4.00",
        "ct": "US",
        "bs": 1648403200,
        "es": 1648998400,
        "ro": 1649001600
      }
    ],
    "page": 0,
    "totalElements": 28,
    "totalPages": 14,
    "last": false,
    "size": 2
  }
}
  1. Stock InformationStock Market

    Provide stable and reliable stock information API interface, covering multiple markets including A-shares, US stocks, and Hong Kong stocks. Free and paid interfaces support real-time quotes, historical data, intraday K-lines, financial data, and company fundamentals. Fast integration with free trial available.

  2. Stock MarketAdjustment Factor

    Our Stock Adjustment Factor API delivers accurate, global adjusted closing prices and capital adjustment factors for backtesting and analysis. Access clean, reliable data for US, Hong Kong, A-shares, and other markets via a single, easy-to-integrate REST API.