Financials
Get Annual Financial Ratios
Fetches the 10 most recent annual financial ratios for a given company stock symbol.
get/financials/ratios/{symbol}
Path parameters
symbolstring required
The stock symbol of the company (e.g., AAPL).
Query parameters
period'annual' | 'quarter'
The period of financial data to retrieve (annual or quarter).
datatype'json' | 'csv'
The format of the returned data (json or csv).
limitnumber
The maximum number of records to return.
Response
Successful response with financial ratios data (keys in kebab-case).
Example response
[
{
"date": "2024-09-28",
"symbol": "AAPL",
"calendar-year": "2024",
"period": "FY",
"current-ratio": 0.8673,
"quick-ratio": 0.826,
"cash-ratio": 0.1698,
"days-of-sales-outstanding": 61.8326,
"days-of-inventory-outstanding": 12.6426,
"operating-cycle": 74.4751,
"days-of-payables-outstanding": 119.6585,
"cash-conversion-cycle": -45.1833,
"gross-profit-margin": 0.4621,
"operating-profit-margin": 0.3151,
"pretax-profit-margin": 0.3158,
"net-profit-margin": 0.2397,
"effective-tax-rate": 0.2409,
"return-on-assets": 0.2568,
"return-on-equity": 1.6459,
"return-on-capital-employed": 0.6534,
"net-income-per-ebt": 0.7591,
"ebt-per-ebit": 1.0022,
"ebit-per-revenue": 0.3151,
"debt-ratio": 0.2922,
"debt-equity-ratio": 1.8723,
"long-term-debt-to-capitalization": 0.6009,
"total-debt-to-capitalization": 0.6519,
"cash-flow-to-debt-ratio": 1.109,
"company-equity-multiplier": 6.4088,
"receivables-turnover": 5.903,
"payables-turnover": 3.0503,
"inventory-turnover": 28.8707,
"fixed-asset-turnover": 8.5603,
"asset-turnover": 1.0714,
"operating-cash-flow-per-share": 7.707,
"free-cash-flow-per-share": 7.0913,
"cash-per-share": 4.2474,
"payout-ratio": 0.1625,
"operating-cash-flow-sales-ratio": 0.3024,
"free-cash-flow-operating-cash-flow-ratio": 0.9201,
"cash-flow-coverage-ratios": 1.109,
"short-term-coverage-ratios": 5.6638,
"capital-expenditure-coverage-ratio": 12.5176,
"dividend-paid-and-capex-coverage-ratio": 4.7913,
"dividend-payout-ratio": 0.1625,
"price-book-value-ratio": 61.3724,
"price-to-book-ratio": 61.3724,
"price-to-sales-ratio": 8.9382,
"price-earnings-ratio": 37.2873,
"price-to-free-cash-flows-ratio": 32.1226,
"price-to-operating-cash-flows-ratio": 29.5564,
"price-cash-flow-ratio": 29.5564,
"price-earnings-to-growth-ratio": -45.9379,
"price-sales-ratio": 8.9382,
"dividend-yield": 0.0044,
"enterprise-value-multiple": 26.5247,
"price-fair-value": 61.3724
}
]