1. Sectoral Classification
  • 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
        GET
      • GetSectors
        GET
      • GetMei
        GET
      • GetIndustries
        GET
      • GetBasicIndustries
        GET
    • 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. Sectoral Classification

GetSectoralClassification

GET
https://test.lisuns.com:4532/GetSectoralClassification
▶️ 'Try It' now ! Actual data is returned as on 27th February 2025
pointer.gif
The GetSectoralClassification retrieves the industry and sector categorization of listed companies, including details like sector name, industry group, and sub-industry classification. This function helps investors and analysts group companies by business domain and compare performance within or across sectors.
Note: User must provide at least one filter like instrumentIdentifiers, sector, industry, basicIndustry or from-to parameters

What is returned?#

Symbol, ScripCode, CompanyName, AllotedFrom, MeiCode, MacroEconomicIndicator, SectCode, Sector, IndustryCode, Industry, BasicIndustryCode, BasicIndustry, ISIN, ReceivedAt, SavedAt
For details, please see glossary

Sample Response#

JSON
XML
CSV
CsvContent
{
"Value":[
{ "Symbol": "TCS",
"ScripCode": 532540,
"CompanyName": "Tata Consultancy Services Ltd.",
"AllotedFrom": "03-31-2022",
"MeiCode": ""IN08"",
"MacroEconomicIndicator": "Information Technology",
"SectCode": "IN0801",
"Sector": "Information Technology",
"IndustryCode": "IN080101",
"Industry": "IT - Software",
"BasicIndustryCode": "IN080101001",
"BasicIndustry": "Computers - Software & Consulting",
"ISIN": "INE467B01029",
"ReceivedAt": "05-07-2025 16:56:40",
"SavedAt": "05-07-2025 16:56:52"}
]}

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/GetSectoralClassification?accessKey=30bd31ff-fb7e-4d6c-a76e-06750e3eeb09&exchange=BSE&instrumentIdentifiers=ABB&sector=Capital Goods&industry=Electrical Equipment&basicIndustry=Heavy Electrical Equipment&dTFormat=String&format=Json'

Responses

🟢200OK
text/plain
Success
Body

Example
{
    "value": [
        {
            "symbol": "string",
            "scripCode": 0,
            "companyName": "string",
            "allotedFrom": "02-25-2025",
            "meiCode": "string",
            "macroEconomicIndicator": "string",
            "sectCode": "string",
            "sector": "string",
            "industryCode": "string",
            "industry": "string",
            "basicIndustryCode": "string",
            "basicIndustry": "string",
            "isin": "string",
            "receivedAt": "02-25-2025 18:00:00",
            "savedAt": "02-25-2025 18:00:00"
        }
    ],
    "count": 0
}
Modified at 2025-09-23 08:27:08
Previous
GetFinRatioSnapshot
Next
GetSectors
Built with