Returns a list of industry average ratios for the specified period. Optionally includes last year's data for comparison.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
GET
/api-v1/ratios/ratios-report
curl \
--request GET 'https://wyzio.app/api-v1/ratios/ratios-report?startDate=2026-01-01T00%3A00%3A00.000Z&endDate=2026-12-31T00%3A00%3A00.000Z'
Response examples (200)
[
{
"ratioType": "CASH_RATIO",
"ratioGroup": "LIQUIDITY_RATIOS",
"value": 42.0,
"lastYearValue": 42.0,
"industryAverage": 42.0
}
]