Skip to main content

IPO Details

This API provides detailed information about a specific IPO based on the provided IPO code. The response includes key details such as pricing, offer period, bidding window, and category-wise application information.

🛣️Path Parameters

ParameterTypeDescriptionExample/ENUM
ipocodestringUnique code representing the IPOVERANDA

🔑Header Parameters

HeaderTypeDescriptionExample/ENUM
AuthorizationstringBearer token for accessaccess-token
Content-typestringFormat of the requestapplication/json
x-api-keystringAPI provided for accessx-api-key

🟢Success Response - 200 Ok

FieldTypeDescriptionExample/ENUM
statusstringIndicates the status of the API request"success"
codestringA Response code indicating the result of the API call"s-101"
messagestringDescriptive message of the result"IPO details fetched successfully"
dataobjectIPO deatils objectSee below details

📑IPO Details Object Info Fields

FieldTypeDescriptionExample
IPOCodestringUnique IPO codeVERANDA
NamestringFull name of the IPO entityVeranda Learning Solutions
OfferTypestringType of offerIPO
seriesstringTrading seriesEQ
MinPriceintegerMinimum bid price125
MaxPriceintegerMaximum bid price135
IssueTypestringType of IPO issueFresh Issue
StartDatestringStart Date of the IPO2025-06-01
EndDatestringEnd Date of the IPO2025-06-10
IssueSizestringTotal issue size in INR/Crores200Cr
FaceValueintegerNominal share values10
LotSizestringSize of a lot100 Shares
MinOrderQtyintegerMinimum Quantity that can be ordered100
TickSizeintegerMinimum Tick size in price movement1
DailyBiddingStartTimestringTime bidding starts daily10:00
DailyBiddingEndTimestringTime bidding ends daily17:00
RegisterNamestringName of the registrar of the IPOKfin Technologies
RatingsstringCredit Rating GivenA+
ProspectusLinkstringURL to IPO prospectus"[link]"
RTAlinkstringRegistrar and Transfer Agent Link"[link]"
BrokerRecostringBroker Recommendations , If anyBuy
SymbolstringIPO Symbol listed on exchangeVERANDA
CategoryWisearray of objectCategory wise bidding detailsSee details below

🧭Category wise Bidding Object Fields

FieldTypeDescriptionExample
AppCatgoryCodestringApplication Category Code"NIB"
AppCategoryNamestringApplication Category Name"Non-Institutional Bidder"
MinPriceintegerMinimum bid price allowed130
MaxPriceintegerMaximum bid price allowed140
StartDateTimestringDate and Time when bidding opens2025-06-01T10:00:00Z
EndDateTimestringDate and Time when bidding closes2025-06-03T17:00:00Z
MaxBidLotsstringMaximum Bid lots allowed15
MinAmountintegerMinimum Bid amount in INR15000
MaxAmountintegerMaximum Bid amount in INR179000
DiscountTypestringType of Discount1
DiscountValueintegerValue of Discount based on Type10
BidCutOffLagbooleanIndicates if cutt of bid is allowedtrue
get/transactional/v1/ipo/details/:ipocode