1. EOD Statistics
  • 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
      GET
    • GetBannedSecurities
      GET
    • ​GetDeliverable
      GET
    • GetVolatality
      GET
    • GetNewHL
      GET
    • GetCircuitBreakers
      GET
  • Helper APIs
    • GetServerInfo
    • GetLimitation
    • GetInstruments
  • Glossary
    • Glossary
  • Diagnostic API Responses
    • Diagnostic API Responses
  • Release Notes
    • 📢Release Notes
  1. EOD Statistics

​GetDeliverable

GET
https://test.lisuns.com:4532/GetDeliverable
▶️ 'Try It' now ! Actual data is returned as on 27th February 2025
pointer.gif
The GetDeliverable retrieves daily trading and delivery statistics for a specific security on a given date from the stock exchange.

What is returned?#

Date, ScripId, ScripName, Open, High, Low, Close, PrevClose, LastTradedPrice, NoOfTrades, Turnover, DelQty, DelQtyPer, Series, AverageTradedPrice, TradedQty
For details, please see the complete glossary.

Sample Response#

JSON
XML
CSV
CsvContent
{
"Value": [
{
"Date": "02-27-2025",
"ScripId": "RELIANCE",
"ScripName": "",
"Open": 1212.8,
"High": 1215,
"Low": 1200.65,
"Close": 1207.1,
"PrevClose": 1204,
"LastTradedPrice": 1208,
"NoOfTrades": 236188,
"Turnover": 138836.37,
"DelQty": 7994875,
"DelQtyPer": 69.46,
"Series": "EQ",
"AverageTradedPrice": 1206.31,
"TradedQty": 11509215
}
]
}

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/GetDeliverable?accessKey=30bd31ff-fb7e-4d6c-a76e-06750e3eeb09&exchange=NSE&date=1740594600&instrumentIdentifier=RELIANCE&dTformat=string&format=Json'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-05-19 07:08:19
Previous
GetBannedSecurities
Next
GetVolatality
Built with