---
title: "Latest bull and bear cases for a given ticker symbol"
method: GET
path: "/api/v1/bulls_bears_say"
tags: ["Bulls Say Bears Say"]
---

# Latest bull and bear cases for a given ticker symbol

`GET /api/v1/bulls_bears_say`

Returns the latest bullish and bearish investment cases for a given stock ticker symbol. Bull cases present positive arguments for buying a stock, while bear cases present negative arguments against it.

## Query parameters

- `symbols` string, required
- `page` integer
- `pagesize` integer
- `parameters[updated]` integer

## Response `200`

An array of bull and bear cases for the requested ticker symbol

- ApiBullsSayBearsSayResponse — API response containing an array of bulls say bears say records
  - `bulls-say-bears-say` GitlabBenzingaIoBenzingaBzgoPkgModelsCalendarApiBullsSayBearsSay[]
    - `analyst_firms_referenced` integer
    - `bear_case` string
    - `bull_case` string
    - `created` integer
    - `exchange` string
    - `id` string
    - `latest` boolean
    - `securities` object[]
      - `cik` string
      - `exchange` string
      - `isin` string
      - `name` string
      - `symbol` string
    - `ticker` string
    - `updated` integer

## Other responses

- `400` — Bad Request
- `401` — Authentication information is missing or invalid
- `404` — A bull/bear case for the provided ticker symbol was not found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/benzinga/apis/data-api-proxy.md) · [All operations](https://skmtc.dev/benzinga/apis/data-api-proxy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/benzinga/data-api-proxy/revisions/ea334a9e2e05/schema)
