GET
/
calendar
/
ratings
/
firms
curl --request GET \
  --url https://api.benzinga.com/api/v1/calendar/ratings/firms
{
  "analyst_ratings_firm": [
    {
      "id": "string",
      "currency": "string",
      "homepage": "string",
      "name": "string",
      "updated": "integer (int64)"
    }
  ]
}
{
  "analyst_ratings_firm": [
    {
      "id": "string",
      "currency": "string",
      "homepage": "string",
      "name": "string",
      "updated": "integer (int64)"
    }
  ]
}

Authorizations

token
string
query
required

Query Parameters

fields
string

Available fields:

  • id
  • name
  • currency
  • homepage
  • updated

Default fields:

  • id
  • name
firm
string

A comma separated list of analyst firm ID's to bring back. Omitting will bring back all available firms.

page
integer
default:0

Page offset. For optimization, performance and technical reasons, page offsets are limited from 0 - 100000. Limit the query results by other parameters such as date.

pageSize
integer

Number of results returned. Limit 1000. Default 50.

updated
integer

Records removed after Unix timestamp (UTC). This will force the sort order to be Greater Than or Equal to the timestamp indicated.

Response

200
application/json
success
analyst_ratings_firm
object[]