Skip to main content

SECURITY INFO

This API returns detailed security information for a specific scrip/contract, including symbol details, ISIN, instrument type, lot size, margin information, corporate action dates, and related market data.

🔗 Path Parameters

ParameterTypeRequiredDescriptionExample
tenantidstringYesUnique id provided for the tenant by SIPL"tenant001"

🔍 Query Parameters

ParameterTypeRequiredDescriptionExample
userIdstringYesUser ID (UCC)"{{user_id}}"

🔑 Header Parameters

HeaderTypeDescriptionExample
Content-TypestringRequest payload formatapplication/json
AuthorizationstringAccess token for authenticated requests{{access_token}}
x-api-keystringAPI key used to authorize request{{x-api-key}}

📑 Request Body Parameters

FieldTypeRequiredDescriptionExample
mktSegmentIdstringYesMarket Segment ID of the scrip/contract"NSE_EQ"
tokenstringYesScrip token available in exchange scrip master"22"

🟢 Success Response - 200 OK

Content-Type: application/json

FieldTypeDescription
statusbooleanStatus of API call
resultobjectSecurity information details

📦 Security Information (secInfo)

FieldTypeDescription
nTokenintegerScrip token
sSymbolstringTrading symbol
sSeriesstringSeries code
sSecurityDescstringSecurity description
sISINCodestringISIN code
nInstrumentTypestringInstrument type
nRegularLotintegerMarket lot size
nPriceTickintegerTick size
nIssuedCapitalintegerIssued capital
nFreezePercentintegerFreeze percentage
nFaceValueintegerFace value
nAVMBuyMarginintegerAVM buy margin
nAVMSellMarginintegerAVM sell margin
nBookClosureEndDateintegerBook closure end date
nBookClosureStartDateintegerBook closure start date
nNoDeliveryStartDateintegerNo-delivery start date
nNoDeliveryEndDateintegerNo-delivery end date
sRemarksstringExchange remarks
nRecordDateintegerRecord date
nExDateintegerEx-date
nIntrinsicValueintegerIntrinsic value
nMarginMultiplierintegerMargin multiplier
nPriceQuotFactorintegerPrice quotation factor
nNormal_SecurityStatusstringSecurity status
SPOSintegerPosition information
SPOSTYPEintegerPosition type
CouponRateintegerCoupon rate (for debt instruments)
DaysInYearintegerDays considered in a year
DaysInMonthintegerDays considered in a month
CouponFrequencystringCoupon payment frequency
MathcingTypeintegerMatching type
ValueMethodstringValuation method
LastInterestPaymentDatestringLast interest payment date
NextInterestPaymentDatestringNext interest payment date
MaturityDatestringInstrument maturity date
InstrumentCodeintegerInstrument code
StatusstringInstrument status
SettlementTypeintegerSettlement type
CreditRatingstringCredit rating

📊 Pivot Data

Historical/reference price information associated with the security.

FieldTypeDescription
sSymbolstringTrading symbol
nMarketSegmentIdstringMarket segment ID
nTokenstringScrip token
PrevOpenstringPrevious open price
PrevHighstringPrevious high price
PrevLowstringPrevious low price
PrevClosestringPrevious close price