1. Financial Results
  • 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
        GET
      • GetFinancialResultsItems
        GET
      • GetFinancialResults
        GET
      • GetFinRatioEOD
        GET
      • GetFinRatioQuarterly
        GET
      • GetFinRatioSnapshot
        GET
    • 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. Financial Results

GetFinancialResultsItems

GET
https://test.lisuns.com:4532/GetFinancialResultsItems
▶️ 'Try It' now ! Actual data is returned as on 27th February 2025
pointer.gif
GetFinancialResultsItems returns list of companies along with the respective dates for which they have published their financial results. This function helps investors and analysts track financial disclosures over time, ensuring timely access to company performance data for informed decision-making.
These details are then further used in next function (GetFinancialResults) to get actual Financial Results

What is returned?#

Year, InstrumentIdentifier, NatureOfReport, ResultsType, ResultPeriod
For details, please see glossary

Sample Response#

JSON
XML
CSV
CsvContent
{
"Value": [
{
"Year": 2024,
"Instrument": "INDRANIB",
"NatureOfReport": "Standalone",
"ResultsType": "ProfitLoss",
"ResultPeriod": "QD"
},
{
"Year": 2024,
"Instrument": "INDRANIB",
"NatureOfReport": "Standalone",
"ResultsType": "ProfitLoss",
"ResultPeriod": "M9"
},
{
"Year": 2024,
"Instrument": "INDRANIB",
"NatureOfReport": "Consolidated",
"ResultsType": "ProfitLoss",
"ResultPeriod": "QD"
},
{
"Year": 2024,
"Instrument": "INDRANIB",
"NatureOfReport": "Consolidated",
"ResultsType": "ProfitLoss",
"ResultPeriod": "M9"
}
]
}

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/GetFinancialResultsItems?accessKey=30bd31ff-fb7e-4d6c-a76e-06750e3eeb09&exchange=BSE&Year=2024&instrumentIdentifiers=ACC+ABB&natureOfReports=Standalone+Consolidated&types=ProfitLoss+BalanceSheet+CashFlow&periods=QM+M12+QJ+QS+M6+QD+M9&format=Json'

Responses

🟢200OK
text/plain
Success
Body

Example
{
    "value": [
        {
            "year": 0,
            "instrument": "string",
            "natureOfReport": "Standalone",
            "resultsType": "ProfitLoss",
            "resultPeriod": "QM"
        }
    ],
    "count": 0
}
Modified at 2025-09-23 08:27:08
Previous
GetResultsCalendar
Next
GetFinancialResults
Built with