1. Helper APIs
  • Fundamental Data API - Introduction
  • Authentication, Request & Response
  • Code Samples & API Trial
  • List of APIs
  • Type of Corporate Data Available
  • Corporate Data APIs
    • Corporate Announcements
      • GetCorporateAnnouncementsCategories
      • GetCorporateAnnouncements
    • Corporate Announcement Attachment Downloader
      • GetCorporateAnnouncementAttachment
    • Corporate Actions
      • GetCorporateActionsCategories
      • GetCorporateActions
    • Financial Results
      • GetResultsCalendar
      • GetFinancialResultsItems
      • GetFinancialResults
      • GetFinRatioEOD
      • GetFinRatioQuarterly
      • GetFinRatioSnapshot
    • Sectoral Classification
      • GetSectoralClassification
      • GetSectors
      • GetMei
      • GetIndustries
      • GetBasicIndustries
    • Share Holding Patterns
      • GetShpItems
      • GetSHP
      • GetSHPAdvanced
    • Market Capitalization
      • GetScripMCap
      • GetExchangeMCap
    • Voting Results
      • GetVotingItems
      • GetVoting
    • Corporate Governance
      • GetCorporateGovernanceItems
      • GetCorporateGovernance
    • Annual Results (PDF)
      • GetAnnualReports
    • Company Information
      • GetCompanyData
    • Bulk / Block Deals
      • GetBulkDeals
      • GetBlockDeals
    • Delivery Volumes
      • GetDeliveryVolumes
    • Promoter's Pledge
      • GetConsolidatedPledge
  • Other Data APIs
    • Index Constituents
    • GetEODStats
      GET
    • GetBhavCopyCM
      GET
    • GetBhavCopyFO
      GET
    • GetFuturesAndOptions
      GET
    • GetIndexDetail
      GET
    • GetCircuitFilterDetails
      GET
    • GetStatisticsGroupAbCompanies
      GET
    • GetTop5GainersLosers
      GET
    • GetIndexHighlights
      GET
    • GetTotalTradeHighlights
      GET
    • GetScripGroupTradeHighlights
      GET
    • GetTurnoverDetailsOfTop15ScripsofAgroup
      GET
  • EOD Statistics
    • GetSeriesChange
    • GetBannedSecurities
    • ​GetDeliverable
    • GetVolatality
    • GetNewHL
    • GetCircuitBreakers
  • Helper APIs
    • GetServerInfo
      GET
    • GetLimitation
      GET
    • GetInstruments
      GET
  • Glossary
    • Glossary
  • Diagnostic API Responses
    • Diagnostic API Responses
  • Release Notes
    • 📢Release Notes
  1. Helper APIs

GetInstruments

GET
https://test.lisuns.com:4532/GetInstruments
GetInstruments function returns array of instruments for selected exchange.

What is returned ?#

Identifier (Symbol), Name (Instrument Type), Expiry (Expiry Date), StrikePrice, Product, OptionType, ProductMonth, TradeSymbol (ShortIdentifier for same Identifier/Symbol), QuotationLot (Lot Size), When detailedInfo=true, following additional information will be sent (if available from Exchange)TokenNumber (Token number of Symbol), LowPriceRange (Lower circuit limit),HighPriceRange(Upper circuit limit),ISIN code, Series, High52Week, Low52Week.

Sample Response#

JSON
XML
CSV
CsvContent
{
"INSTRUMENTS": [
{
"EXCHANGE": "BSE",
"EXPIRY": "",
"IDENTIFIER": "RELIANCE",
"INDEXNAME": "",
"NAME": "RELIANCE",
"OPTIONTYPE": "",
"PRICEQUOTATIONUNIT": "",
"PRODUCT": "RELIANCE",
"PRODUCTMONTH": "",
"STRIKEPRICE": 0,
"TRADESYMBOL": "RELIANCE",
"UNDERLYINGASSET": "",
"UNDERLYINGASSETEXPIRY": "",
"QUOTATIONLOT": 1,
"DESCRIPTION": "RELIANCE INDUSTRIES LTD.",
"TOKENNUMBER": "500325",
"LOWPRICERANGE": "1284.9",
"HIGHPRICERANGE": "1570.4",
"ISIN": "INE002A01018",
"52WeekHigh": "1608.95",
"52WeekLow": "1115.55",
"SERIES": "A"
}
]
}

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://test.lisuns.com:4532/GetInstruments?accessKey=30bd31ff-fb7e-4d6c-a76e-06750e3eeb09&exchange=BSE&product=RELIANCE&series=A&onlyActive=false&detailedInfo=true&format=Json'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-08-03 14:05:13
Previous
GetLimitation
Next
Glossary
Built with