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

GetCircuitBreakers

GET
https://test.lisuns.com:4532/GetCircuitBreakers
▶️ 'Try It' now ! Actual data is returned as on 27th February 2025
pointer.gif
The Circuit breakers function gives the list of symbols with its series that have halt or limit trading when prices move beyond predefined thresholds. Their purpose is to prevent excessive volatility, protect investors, and maintain orderly market functioning.

What is returned?#

Date, ScripId, ScripName, Series, Band
For details, please see glossary

Sample Response#

JSON
XML
CSV
CsvContent
{
"Value": [
{
"Date": "07-03-2025",
"ScripId": "21STCENMGM",
"ScripName": "21ST CENTURY MGMT SERVICE",
"Series": "EQ",
"Band": "H"
},
{
"Date": "07-03-2025",
"ScripId": "AARTECH",
"ScripName": "AARTECH SOLONICS LIMITED",
"Series": "EQ",
"Band": "L"
},
{
"Date": "07-03-2025",
"ScripId": "ABHAPOWER.ST",
"ScripName": "ABHA POWER N STEEL LTD",
"Series": "ST",
"Band": "H"
},
{
"Date": "07-03-2025",
"ScripId": "ABMINTLLTD.BE",
"ScripName": "ABM INTERNATIONAL LTD",
"Series": "BE",
"Band": "L"
}]
}

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/GetCircuitBreakers?accessKey=30bd31ff-fb7e-4d6c-a76e-06750e3eeb09&exchange=NSE&date=1740594600&band=H&dTFormat=String&format=Json'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-08-03 04:28:05
Previous
GetNewHL
Next
GetServerInfo
Built with