GET
/
calendar
/
ratings
/
analysts

Authorizations

token
string
queryrequired

Query Parameters

fields
string

Default fields:

  • id
  • name_first
  • name_last
  • name_full
  • firm_id
  • firm_name
  • ratings_accuracy
  • updated
analyst
string

A comma separated list of analyst (person) ID's to bring back. Omitting will bring back all available analysts.

firm
string

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

firm_name
string

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

analyst_name
string

A comma separated list of analyst names to bring back. Omitting will bring back all available analysts.

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
removed
object[]