Liquidity ratios evaluate how quickly assets can be turned into cash to meet the company's short-term obligations. The API endpoint provides key liquidity ratios calculated based on data obtained from the company's financial statements. There is a limit of 50 records per API call.
https://financialdata.net/api/v1/liquidity-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",
"working_capital": 34448000000.0,
"current_ratio": 1.27495490318152,
"cash_ratio": 0.719497789058634,
"quick_ratio": 1.63062912057213,
"days_of_inventory_outstanding": 2.97460668699571,
"days_sales_outstanding": 90.1168295787404,
"days_payables_outstanding": 117.05619046334,
"cash_conversion_cycle": -23.9647541976042,
"sales_to_working_capital_ratio": 6.77619284569028,
"cash_to_current_liabilities_ratio": 1.17627667895854,
"working_capital_to_debt_ratio": 0.730047047853177,
"cash_flow_adequacy_ratio": 1.06121206695909,
"sales_to_current_assets_ratio": 1.53456371217149,
"cash_to_current_assets_ratio": 0.922602576783903,
"cash_to_working_capital_ratio": 2.61678471899675,
"inventory_to_working_capital_ratio": 0.0344446287388732,
"net_debt": -42957000000.0
},
...
]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.