Calendar
GET Firms
Returns the available firms providing analyst ratings
GET
/
calendar
/
ratings
/
firms
Authorizations
token
string
queryrequiredQuery 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: 0Page 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
analyst_ratings_firm
object[]
Was this page helpful?