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.
https://financialdata.net/api/v1/solvency-ratios?identifier=MSFT&period=year| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The 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 |
| period | string | (Optional) The accounting period for which the entity's financial statements are prepared. By default, statements are returned for all accounting periods. | year, quarter |
| offset | integer | (Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0. | 50 |
| format | string | (Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON. | json, csv |
[
{
"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
},
...
]Get your API key instantly and start pulling data into your application.
Get Your API KeyOur robust architecture guarantees 99.9% uptime for uninterrupted API access.
Native Python SDK and REST support make data integration seamless.
The official MCP server delivers financial data directly to your AI agents.