Firm Details
GET
/benzinga/v1/firms
Retrieve structured data on analyst firms, including firm names and identifiers. Each record can be linked to associated analysts and ratings to provide context around the sources of equity research. This dataset helps map coverage across institutions and supports analysis of firm-level activity in the market.
Use Cases: Research coverage mapping, institutional analysis, source attribution.
Plan AccessIncluded in select Benzinga expansion plans
Plan
Recency
Updated every 2 hours
Updated every 2 hours
Updated every 2 hours
Updated every 2 hours
Plan RecencyUpdated every 2 hours
Plan HistoryNot applicable to this endpoint
Query Parameters
benzinga_id
string
The identifer used by Benzinga for this record.
limit
integer
Limit the maximum number of results returned. Defaults to '100' if not specified. The maximum allowed limit is '50000'.
sort
string
A comma separated list of sort columns. For each column, append '.asc' or '.desc' to specify the sort direction. The sort column defaults to 'name' if not specified. The sort order defaults to 'asc' if not specified.
Response Attributes
next_url
string
optional
If present, this value can be used to fetch the next page.
request_id
string
A request id assigned by the server.
results
array (object)
The results for this request.
benzinga_id
string
optional
The identifer used by Benzinga for this record.
currency
string
optional
Primary currency used by the financial firm, with some entries having null values.
last_updated
string
optional
Timestamp indicating when the firm's information was last modified or verified in the database.
name
string
optional
The name of a research firm or investment bank which issues ratings.
status
enum (OK)
The status of this request's response.
Code Examples
Query URL
GET
Run query unavailable
Create account or sign in to Polygon
Scroll to see updated query response
Response Object