Efficiency ratios, also known as activity financial ratios, are used to evaluate how effectively a company uses its assets and resources. The API endpoint provides key efficiency ratios calculated using data obtained from the company's financial statements. There is a limit of 50 records per API call.
https://financialdata.net/api/v1/efficiency-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",
"asset_turnover_ratio": 0.478601538963182,
"inventory_turnover_ratio": 122.705298013245,
"accounts_receivable_turnover_ratio": 4.05029783788696,
"accounts_payable_turnover_ratio": 3.17218166901571,
"equity_multiplier": 1.90766061897295,
"days_sales_in_inventory": 2.97460668699571,
"fixed_asset_turnover_ratio": 1.55308101463922,
"days_working_capital": 51.2949470059807,
"working_capital_turnover_ratio": 7.11571063632141,
"days_cash_on_hand": null,
"capital_intensity_ratio": 2.08942077822472,
"sales_to_equity_ratio": 0.913009308059908,
"inventory_to_sales_ratio": 0.00246407911162605,
"investment_turnover_ratio": 0.77653066719888,
"sales_to_operating_income_ratio": 2.23992762694982
},
...
]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.