Skip to main content
GET
/
bulls_bears_say
Get the latest bull and bear cases for a given ticker symbol.
curl --request GET \
  --url https://api.benzinga.com/api/v1/bulls_bears_say
[
  {
      "bear_case": "Apple faces a concerning outlook primarily due to declining sales in the Greater China region, which reported a year-over-year drop of 3.6% for F4Q25, reflecting a significant area of inconsistency for the company. Despite stable gross margins forecasted at around 47% for F1Q26, the company's increasing operating expenses (Opex) raise concerns about profitability amid stagnant revenue growth. Furthermore, there are indications that Apple's favorable valuation may come under pressure if its growth trajectory continues to falter or if the company's reputation diminishes in the competitive market.",
      "bull_case": "Apple's financial performance for F4Q25 demonstrated a solid 8% sales increase to $102.5 billion, closely aligning with estimates and reflecting robust operating income growth projected at 8.9% year-over-year for F1Q26. The iPhone continues to be a major driver, with expected double-digit sales growth, supported by a strong services sector that grew 15.1% year-over-year, thereby enhancing overall gross margin. Additionally, management anticipates total revenue growth of 10-12% year-over-year in F1Q26, highlighting the company's strategic focus on expanding services and the successful launch of new hardware.",
      "id": "691be38f0a3e36370c179140",
      "securities": [
        {
          "cik": "0000320193",
          "exchange": "NASDAQ Global Select Consolidated",
          "isin": "US0378331005",
          "name": "APPLE INC",
          "symbol": "AAPL"
        }
      ],
      "ticker": "AAPL",
      "updated": 1763435407
  }
]
[
  {
      "bear_case": "Apple faces a concerning outlook primarily due to declining sales in the Greater China region, which reported a year-over-year drop of 3.6% for F4Q25, reflecting a significant area of inconsistency for the company. Despite stable gross margins forecasted at around 47% for F1Q26, the company's increasing operating expenses (Opex) raise concerns about profitability amid stagnant revenue growth. Furthermore, there are indications that Apple's favorable valuation may come under pressure if its growth trajectory continues to falter or if the company's reputation diminishes in the competitive market.",
      "bull_case": "Apple's financial performance for F4Q25 demonstrated a solid 8% sales increase to $102.5 billion, closely aligning with estimates and reflecting robust operating income growth projected at 8.9% year-over-year for F1Q26. The iPhone continues to be a major driver, with expected double-digit sales growth, supported by a strong services sector that grew 15.1% year-over-year, thereby enhancing overall gross margin. Additionally, management anticipates total revenue growth of 10-12% year-over-year in F1Q26, highlighting the company's strategic focus on expanding services and the successful launch of new hardware.",
      "id": "691be38f0a3e36370c179140",
      "securities": [
        {
          "cik": "0000320193",
          "exchange": "NASDAQ Global Select Consolidated",
          "isin": "US0378331005",
          "name": "APPLE INC",
          "symbol": "AAPL"
        }
      ],
      "ticker": "AAPL",
      "updated": 1763435407
  }
]

Authorizations

token
string
query
required

Query Parameters

symbols
string
required

Stock ticker symbol to query for bull/bear cases.

token
string
required

Authentication token for the API access.

page
integer
default:0

Page offset number.

pagesize
integer
default:100

Number of results to be returned. Limit 200

Required range: x <= 200
parameters[updated]
integer

Records last Updated Unix timestamp (UTC). This will force the sort order to be Greater Than or Equal to the timestamp indicated.

Response

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

bear_case
string

Description of the bear case scenario.

bull_case
string

Description of the bull case scenario.

id
string<uuid>

Unique identifier for the bull/bear case.

ticker
string

Stock ticker symbol related to the bull/bear case.

securities
object[]

Company securities

updated
integer

Timestamp of when the case was last updated.