GET: Industry Statistics

https://api.bitsighttech.com/ratings/v1/companies/company_guid/industries/statistics

Get a company's average performance for the Compromised Systems risk category to compare with its industry average. The information includes:

  • The number of times an event occurred.
  • The average event duration.
  • The period of time an event occurred.

This path can be used in conjunction with the GET: Statistics path [/v1/companies/company_guid/observations/statistics?fields=risk_types] to perform an industry comparison of a specific company.

Example Request

curl https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3/industries/statistics -u api_token:

Example Response

{
  "risk_vectors": {
    "spam_propagation": {
      "count": 14,
      "average_duration_days": 2,
      "count_period": "year"
    },
    […]
}

Response Attributes

Field Description
risk_vectors

Object

Statistical information of a Compromised Systems risk vector.
 

Risk Vector Slug Name

Object

A Compromised Systems risk vector and its statistical information. See risk types.
 
count

Integer

The average number of events for this risk vector.
average_duration_days

Decimal

The average number of days that issues persist.
count_period

String

The unit of time measurement.
  • February 6, 2020: Published.
Was this article helpful?
0 out of 1 found this helpful

Comments

0 comments

Please sign in to leave a comment.