---
title: "GET /benzinga/v1/firms"
method: GET
path: "/benzinga/v1/firms"
tags: ["benzinga"]
---

# GET /benzinga/v1/firms

`GET /benzinga/v1/firms`

A comprehensive database of financial firms, tracking unique identifiers, names, and basic metadata for various financial institutions and research firms.

## Query parameters

- `benzinga_id` string
- `benzinga_id.any_of` string
- `benzinga_id.gt` string
- `benzinga_id.gte` string
- `benzinga_id.lt` string
- `benzinga_id.lte` string
- `limit` integer
- `sort` string

## Response `200`

A list of results.

- object
  - `next_url` string — If present, this value can be used to fetch the next page.
  - `request_id` string, required — A request id assigned by the server.
  - `results` object[], required — The results for this request.
    - `benzinga_id` string — The identifier used by Benzinga for this record.
    - `currency` string — Primary currency used by the financial firm, with some entries having null values.
    - `last_updated` string — Timestamp indicating when the firm's information was last modified or verified in the database.
    - `name` string — The name of a research firm or investment bank which issues ratings.
  - `status` 'OK', required — The status of this request's response.

## Other responses

- `400` — An error message.

---

[API](https://skmtc.net/massive/apis/polygon-api.md) · [All operations](https://skmtc.net/massive/apis/polygon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/massive/polygon-api/revisions/ad6f143e43aa/schema)
