Profitability ratios evaluate a company's ability to generate profits from sales or operations, balance sheet assets, or shareholder equity. The API endpoint provides key profitability 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/profitability-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",
"ebit": 114471000000.0,
"ebitda": 136758000000.0,
"profit_margin": 0.35955972944085,
"gross_margin": 0.697644438279714,
"operating_margin": 0.446442995732737,
"operating_cash_flow_margin": 0.483628560471928,
"return_on_equity": 0.328281379782998,
"return_on_assets": 0.172085839859576,
"return_on_debt": 1.86784215657186,
"cash_return_on_assets": 0.231465373328413,
"cash_turnover_ratio": 2.71925718025803
},
...
]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.