latestOpenAPI 3.0.02026-08-10233809957.8 KB

5cdfae3fa1fa

Benchmarking

Gets financial benchmarks within the Railz cohort based on age of business, industry code and region.

get/financialBenchmarking

Query parameters

industryCodestring
regionstring
timeInBusiness1 | 2 | 3 | 4 | 5 | 10 | 99
offsetnumber
limitnumber
orderBystring

Response

countnumber required

Example response

{
  "count": 1,
  "reports": [
    {
      "meta": {
        "industryCode": "54",
        "timeInBusiness": 5,
        "region": "CA",
        "numberOfBusinesses": 282,
        "createdAt": "2020-11-30T01:02:03Z"
      },
      "data": [
        {
          "section": {
            "min**": 301.5,
            "max**": 22012.5,
            "mean**": 6279.7,
            "median**": 3739.89,
            "sdev**": 21764.54,
            "quantile5**": 301.5,
            "quantile25**": 301.5,
            "quantile75**": 6710.61,
            "quantile95**": 7649.75
          },
          "subSection": {
            "min**": 301.5,
            "max**": 22012.5,
            "mean**": 6279.7,
            "median**": 3739.89,
            "sdev**": 21764.54,
            "quantile5**": 301.5,
            "quantile25**": 301.5,
            "quantile75**": 6710.61,
            "quantile95**": 7649.75
          },
          "group": {
            "min**": 301.5,
            "max**": 22012.5,
            "mean**": 6279.7,
            "median**": 3739.89,
            "sdev**": 21764.54,
            "quantile5**": 301.5,
            "quantile25**": 301.5,
            "quantile75**": 6710.61,
            "quantile95**": 7649.75
          },
          "subGroup": {
            "min**": 301.5,
            "max**": 22012.5,
            "mean**": 6279.7,
            "median**": 3739.89,
            "sdev**": 21764.54,
            "quantile5**": 301.5,
            "quantile25**": 301.5,
            "quantile75**": 6710.61,
            "quantile95**": 7649.75
          },
          "ratios": {
            "min**": 301.5,
            "max**": 22012.5,
            "mean**": 6279.7,
            "median**": 3739.89,
            "sdev**": 21764.54,
            "quantile5**": 301.5,
            "quantile25**": 301.5,
            "quantile75**": 6710.61,
            "quantile95**": 7649.75
          }
        }
      ]
    }
  ]
}