https://api.bitsighttech.com/ratings/v1/industries
Retrieve information about industries, along with their most recent ratings.
Parameters
Parameter | Description | Values |
---|---|---|
expandQuery |
Additional rating details, including risk vector letter grades. |
[String] rating_details
|
show_allQuery |
Include industries that are independent from your portfolio. |
[Boolean] true = Show all industries. |
add_sub_industriesQuery |
Filter by sub-industries. |
[Boolean] true = Include sub-industries for each industry. |
Example Request
curl https://api.bitsighttech.com/ratings/v1/industries -u api_token:
Example Response
{ "industries":[ { "id":10, "rating":690, "href":"https://api.bitsighttech.com/ratings/v1/industries/Utilities", "name":"Utilities", "slug":"utilities" } ], "rating_date":"2020-01-19" }
Response Attributes
Field | Description | ||
---|---|---|---|
industriesArray |
Industries in your portfolio. | ||
Object | An industry. | ||
idInteger |
The identification number of this industry. | ||
ratingInteger |
The current average security rating of portfolio companies in this industry. | ||
hrefString [ URL ] |
A detailed history of security ratings of this industry. | ||
nameString |
The name of this industry. | ||
slugString [ Slug ] |
The slug name of this industry. | ||
rating_dateString [ YYYY‑MM‑DD ] |
The most recent date for available industry ratings. |
- January 21, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.