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

GetFinancialResults

GET
https://test.lisuns.com:4532/GetFinancialResults
▶️ 'Try It' now ! Actual data is returned as on 27th February 2025
pointer.gif
GetFinancialResults returns company's periodic financial performance reports, including revenue, profit/loss, expenses, earnings per share (EPS), and key financial ratios. These results, typically released quarterly or annually, help investors and analysts assess a company's profitability, growth, and overall financial health.
To use this function, you will need year, name of the company and other details related to Financial Result which you can obtain from GetFinancialResultsItems function.

What is returned?#

Label, UnitId, Decimals, Value, Description, Key
For details, please see glossary
Financial Result Period as follows:
Financial PeriodNotation
QJQuarter June
QSQuarter September
QDQuarter December
QMQuarter March
M6Six Months (April to September)
M9Nine Months
M1212 Months / Annual

Sample Response#

Response TypeSample Response
JSONDownload JSON Response
XMLDownload XML Response
CSVDownload CSV Response
CSVContentThe file containing values in CSV format will be returned

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/GetFinancialResults?accessKey=30bd31ff-fb7e-4d6c-a76e-06750e3eeb09&exchange=BSE&instrumentIdentifier=ABB&year=2024&natureOfReport=Standalone&type=ProfitLoss&period=QD&format=Json'

Responses

🟢200OK
text/plain
Success
Body

Example
{
    "value": [
        {
            "label": "string",
            "unitId": "string",
            "decimals": 0,
            "value": "string",
            "description": "string",
            "key": "string"
        }
    ],
    "count": 0
}
Modified at 2025-09-23 08:27:08
Previous
GetFinancialResultsItems
Next
GetFinRatioEOD
Built with