Skip to main content

Scrip by ISIN

This API allows you to retrieve detailed scrip information across multiple exchanges using one or more ISIN codes. It is particularly useful for identifying how a specific security is listed and represented in different market segments.

🛣️Path Parameter

ParameterTypeRequiredDescriptionExample
tenantidstringYesUnique identifier of the tenanttenant_123

🔑Header Parameters

HeaderTypeDescriptionExample
AuthorizationstringBearer token for user authenticationBearer{{access_token}}
x-api-keystringAPI key for security and access control{{x-api-key}}

📦Request Body Schema

FieldTypeDescriptionExample/ENUM
isinarray of stringList of ISIN codes to fetch details[ "INE002A01018", "INE018A01030" ]

🟢Success Response - 200 Ok

FieldTypeDescriptionExample/ENUM
statusbooleanIndicates if request was successfultrue
resultarray of objectsList of scrips matched by ISINs[ { scrip object } ]

📄 Array – Scrip Object Fields

FieldTypeDescriptionExample/ENUM
expstringExpiry info (if applicable)"1980-01-01T00:00:00.000Z"
sSymbolstringSymbol code from the exchange"RELIANCE"
sOptionTypestringOption type (if applicable)"CE"
nStrikePricestringStrike price for options"2500"
nExpiryDateintegerExpiry date (timestamp format)1725072000
nExpiryDate1stringFormatted expiry date"2025-09-30"
nExpiryDate2stringAlternate expiry date format"30-Sep-2025"
nAssetTokenintegerToken ID of the asset1050
nInstrumentTypeintegerInstrument type code1
nMarketSegmentIdintegerSegment ID where the scrip is listed1
nNormal_MarketAllowedintegerWhether normal market trading is allowed1
nPriceBdAttributeintegerPrice band attribute code2
nRegularLotintegerLot size for regular market1
nTokenintegerUnique token ID for the scrip22
sDerivitiveDescstringDerivative description"RELIANCE INDUSTRIES LTD--RELIANCE EQ--EQ--RELIANCE--NSE Eq"
sInstrumentNamestringName of the instrument"EQUITIES"
sSecurityDescstringFull security description"RELIANCE INDUSTRIES LTD",
sSeriesstringSeries code"EQ"
nSPOSintegerSPOS value12
nPOSintegerPOS value0
DecimalLocatorintegerNumber of decimal places allowed2
nNRILimitintegerLimit for NRI investors1000
nFIILimitintegerLimit for FII investors100
nPriceTickintegerMinimum tick size5
nSpreadintegerSpread value10
sISINCodestringISIN code for the security"INE002A01018"
sGlobalNormalFlagstringGlobal flag for normal market availability"Y"
nStrikePrice1stringAlternate strike price format"2500.00"
nFIIFlagintegerIndicates if scrip is available for FII1
nMarginTypeIndicatorintegerType of margin applicable2
nAVMBuyMarginintegerAVM buy margin percent20
nAVMSellMarginintegerAVM sell margin percent25
nPriceNumintegerPrice numerator1
nPriceDenintegerPrice denominator100
nIsAssetintegerWhether this is an asset1
nIntrinsicValueintegerIntrinsic value (for options)15
nIsIndexintegerIs this a stock index?0
nFOExistsintegerWhether Futures & Options exist for this scrip1
nCoCodeintegerCompany code500325
nSectorCodeintegerSector identifier25
nOtherExchTokenintegerToken in another exchange1255
sSectorstringSector name"Energy"
nExpiryMonthintegerExpiry month (numeric)6
nIssueMaturityDateintegerMaturity date of issued instrument (timestamp)1727750400
nIsSIPintegerIs this scrip eligible for SIP?0
nScripInstrumentintegerInstrument ID for the scrip1
sQtyUnitstringQuantity unit for the instrument"Shares"
sSurvMeasureDescriptionstringDescription of survival measure"NA"
nMaxSingleTransactionQtyintegerMax allowed per transaction50000
idstringInternal unique identifier"abc123"
sExchangestringExchange name/code"NSE"
sSearchTextstringText used for scrip search"RELIANCE"
sSymbolnewstringNew or updated symbol name"RELIANCE-NS"
MktSegIdintegerMarket Segment ID (duplicate of nMarketSegmentId)1
ExchangeSegmentstringExchange segment description"NSE_EQ"
post/nontransactional/{tenantid}/v1/getScripbyISIN