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

GetFinRatioEOD

GET
https://test.lisuns.com:4532/GetFinRatioEOD
▶️ 'Try It' now ! Actual data is returned as on 27th February 2025
pointer.gif
The GetFinRatioEOD API provides key financial ratios and end-of-day (EOD) metrics for a given company/instrument on a specific date. It is used for retrieving consolidated or standalone financial performance indicators of a listed security.

What is returned?#

Year, LastQ, MarketCap, EODClosePrice, Week52High, Week52Low, EPS, PeRatio, BookValuePerShare, DividendYield, EBIT, InterestCoverageRatio, FaceValue, PriceSalesRatio, ProfitAfterTax, EnterpriseValue, Debt
For details, please see glossary

Sample Response#

JSON
XML
CSV
CsvContent
{
"EODClosePrice": 3604.45,
"Year": 2024,
"LastQ": "QM",
"MarketCap": 1304121.56,
"Week52High": 4585.9,
"Week52Low": 3060.25,
"EPS": 134.19,
"PeRatio": 26.8587928464978,
"BookValuePerShare": 261.756906077348,
"DividendYield": 119296.980121794,
"EBIT": 661270000000,
"InterestCoverageRatio": 83.0741206030151,
"FaceValue": 1,
"PriceSalesRatio": 5.11041226050038,
"ProfitAfterTax": 487970000000,
"EnterpriseValue": 12957795600000,
"Debt": 0
}
}

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/GetFinRatioEOD?accessKey=30bd31ff-fb7e-4d6c-a76e-06750e3eeb09&exchange=BSE&instrumentIdentifier=TCS&natureOfReport=Standalone&date=1740594600&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
GetFinancialResults
Next
GetFinRatioQuarterly
Built with