---
title: "GET /benzinga/v1/bulls-bears-say"
method: GET
path: "/benzinga/v1/bulls-bears-say"
tags: ["benzinga"]
---

# GET /benzinga/v1/bulls-bears-say

`GET /benzinga/v1/bulls-bears-say`

A comprehensive database of analyst bull and bear case summaries for publicly traded companies, providing concise summaries of both bullish and bearish investment arguments to help investors see both sides of the story before making investment decisions.

## Query parameters

- `ticker` string
- `ticker.any_of` string
- `ticker.gt` string
- `ticker.gte` string
- `ticker.lt` string
- `ticker.lte` string
- `benzinga_id` string
- `benzinga_id.any_of` string
- `benzinga_id.gt` string
- `benzinga_id.gte` string
- `benzinga_id.lt` string
- `benzinga_id.lte` string
- `last_updated` string
- `last_updated.gt` string
- `last_updated.gte` string
- `last_updated.lt` string
- `last_updated.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.
    - `bear_case` string — A concise summary of the bearish investment thesis, highlighting potential risks, challenges, and reasons why the stock could decline in value.
    - `benzinga_id` string — The unique identifier used by Benzinga for this bull/bear case record.
    - `bull_case` string — A concise summary of the bullish investment thesis, highlighting positive aspects, growth opportunities, and reasons why the stock could appreciate in value.
    - `last_updated` string, date-time — The timestamp (formatted as an ISO 8601 timestamp) when the bull/bear case was last updated in the system.
    - `ticker` string — The stock ticker symbol for the company associated with the bull and bear case summaries.
  - `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)
