1. Other Data 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
    • GetLimitation
    • GetInstruments
  • Glossary
    • Glossary
  • Diagnostic API Responses
    • Diagnostic API Responses
  • Release Notes
    • 📢Release Notes
  1. Other Data APIs

GetIndexDetail

GET
https://test.lisuns.com:4532/GetIndexDetail
▶️ 'Try It' now ! Actual data is returned as on 27th February 2025
pointer.gif
GetIndexDetail returns Bhavcopy of stock market indices, providing data such as index value, open, high, low, close (OHLC) levels, traded volume, and turnover. This information helps investors and analysts track index performance, market trends, and overall economic sentiment.

What is returned?#

Date, IndexCode, IndexName, Opening, High, Low, Closing, Change, PerChange, LastDay, WeekAgo, MonthAgo, YearAgo, ReceivedAt, SavedAt
For details, please see glossary

Sample Response#

Response TypeSample Response
JSONDownload JSON Response
XMLDownload XML Response
CSVDownload CSV Response
CSVContentThe file containing values in CSV format will be returned
For details, please see glossary

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/GetIndexDetail?accessKey=30bd31ff-fb7e-4d6c-a76e-06750e3eeb09&exchange=BSE_IDX&instrumentIdentifiers=BSE 100+BSE 200&from=1736978400&to=1737064800&dTFormat=String&format=Json'

Responses

🟢200OK
text/plain
Success
Body

Example
{
    "value": [
        {
            "date": "02-25-2025",
            "indexCode": "string",
            "indexName": "string",
            "opening": 0,
            "high": 0,
            "low": 0,
            "closing": 0,
            "change": 0,
            "perChange": 0,
            "lastDay": 0,
            "weekAgo": 0,
            "monthAgo": 0,
            "yearAgo": 0,
            "receivedAt": "02-25-2025 18:00:00",
            "savedAt": "02-25-2025 18:00:00"
        }
    ],
    "count": 0
}
Modified at 2025-05-12 11:03:54
Previous
GetFuturesAndOptions
Next
GetCircuitFilterDetails
Built with