Skip to main content

IPO List

Fetch a list of IPOs based on their status (Current, Upcoming, or Past).

🔑Header Parameters

HeaderTypeDescriptionExample
AuthorizationstringBearer Token for authenticationaccess-token
Content-typestringRequest formatapplication/json
x-api-keystringAPI Key provided for accessx-api-key

🔍Query Parameters

ParameterTypeDescriptionExample/ENUM
typestringFilter by IPO statusC = Current, F = Future, P = Past and -1 = All
offerNamestringSearch by offer name (Optional)offername = TATA
offerTypestringFilter by offer type (Optional)offertype = IPO/FPO

🟢Success Response - 200 Ok

FieldTypeDescriptionExample
statusstringIndicates the status of the API request"success"
codestringA Response code indicating the result of the API call"s-101"
messagestringMessage explaining the response"IPO list fetched successfully"
dataobjectContains categorized IPO listSee data object structure
metadatastringMeta information like timestamp etc.,"Fetched at 2025-05-30T12:00Z"

📦Data Object Fields

FieldTypeDescriptionExample
CurrentIPOListArray of objectList of Ongoing IPOsSee IPO item structure below
FutureIPOListArray of objectList of Upcoming IPOsSee IPO item structure below
PastIPOListArray of objectList of completed IPOsSee IPO item structure below

🧾Data Object - IPO Item Structure Fields

FieldTypeDescriptionExample/ENUM
IPOCodestringUnique identifier for the IPO"IPO1234 "
OfferNamestringName of the IPO offering company"Tata Technologies"
OfferTypestringType of offer"IPO" , "FPO"
MinPriceintegerMinimum Bid price120
MaxPriceintegerMaximum Bid price135
StartDatestringIPO subscription start date"2025-05-30"
EndDatestringIPO subscription end date"2025-06-10"
IssueSizestringTotal issue size of the IPO"2000 Cr"
FaceValueintegerFace value per share10
LotSizestringNumber of shares per lot"15"
IssueTypestringType of issue"Book Built" . "Fixed Price"
MinOrderQtyintegerMinimum number of shares that can be bid15
MinAmountintegerMinimum amount required to invest1800
nMarketLotBIDQtystringMarket Lot bid Quantity"15"
nMinimumLotBIDQtystringMinimum Lot bid Quantity"1"
dtStartDatestringSame as Start Date (duplicate field)"2025-05-30"
dtDailyStartTimestringTime when bidding opens daily"10:00"
dtDailyEndTimestringTime when bidding closes daily"17:00"
brokerRecostringBroker's recommendation or notes"Strong Buy"
exchangestringExchange where IPO is listed"NSE" , "BSE"
bidStatusstringCurrent bidding status"Open","Closed", "Upcoming"
placeModifyBidbooleanIndicates if placing/modifying is allowedtrue, false
cardDisplaybooleanWhether to display the IPO card in UItrue, false
get/transactional/v1/ipo/list