Solvency Ratios API

Solvency ratios evaluate a company's ability to meet its long-term debts and obligations. The API endpoint returns key solvency ratios calculated using data from the company's financial statements. There is a limit of 50 records per API call.

API Endpoint

https://financialdata.net/api/v1/solvency-ratios?identifier=MSFT&period=year

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for a security, or the central index key (CIK). The latter is assigned to the entity by the United States Securities and Exchange Commission.MSFT, 0000789019
periodstring(Optional) The accounting period for which the entity's financial statements are prepared. By default, statements are returned for all accounting periods.year, quarter
offsetinteger(Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0.50
formatstring(Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON.json, csv

Sample Response

[
  {
    "trading_symbol": "MSFT",
    "central_index_key": "0000789019",
    "registrant_name": "MICROSOFT CORP",
    "fiscal_year": "2024",
    "fiscal_period": "FY",
    "period_end_date": "2024-06-30",
    "equity_ratio": 0.524202255922431,
    "debt_coverage_ratio": null,
    "asset_coverage_ratio": 8.24664095282499,
    "interest_coverage_ratio": null,
    "debt_to_equity_ratio": 0.17575434767224,
    "debt_to_assets_ratio": 0.0921308255379635,
    "debt_to_capital_ratio": 0.149482200954816,
    "debt_to_income_ratio": null,
    "cash_flow_to_debt_ratio": 2.51235535964057
  },
  ...
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.