Skip to main content
GET
/
api
/
v2.1
/
calendar
/
ratings
/
firms
Ratings Firms
curl --request GET \
  --url 'https://api.benzinga.com/api/v2.1/calendar/ratings/firms?token='
{
  "analyst_ratings_firm": [
    {
      "id": "692d37e208782e0001f054f2",
      "name": "konik capital partners llc"
    },
    {
      "id": "691f0b6521a45000013bb706",
      "name": "BNP Paribas Exane"
    },
    {
      "id": "6916bad521a450000139dde8",
      "name": "Galaxy Digital"
    },
    {
      "id": "690d8c8ed8a7a50001a7ca17",
      "name": "Blue Diamond Securities of America LLC"
    },
    {
      "id": "690907ab6d699e0001d02d93",
      "name": "Aletheia Capital"
    }
  ]
}
{
  "analyst_ratings_firm": [
    {
      "id": "692d37e208782e0001f054f2",
      "name": "konik capital partners llc"
    },
    {
      "id": "691f0b6521a45000013bb706",
      "name": "BNP Paribas Exane"
    },
    {
      "id": "6916bad521a450000139dde8",
      "name": "Galaxy Digital"
    },
    {
      "id": "690d8c8ed8a7a50001a7ca17",
      "name": "Blue Diamond Securities of America LLC"
    },
    {
      "id": "690907ab6d699e0001d02d93",
      "name": "Aletheia Capital"
    }
  ]
}

Authorizations

token
string
query
required

Query Parameters

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. Default is 0

pageSize
integer
default:100

Number of results returned. Limit 1000

fields
string

Fields

firm
string

Firm

updated
integer

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

Response

Ratings Firms

analyst_ratings_firm
object[]