curl --request GET \
--url https://api.aries.com/v1/signals/bull-bear \
--header 'Authorization: Bearer <token>'Retrieve AI-generated bullish and bearish investment arguments for a specific stock. Review both sides of the investment thesis for balanced decision-making.
Use Case: Show pros and cons analysis card with 3 bull points and 3 bear points for Tesla.
curl --request GET \
--url https://api.aries.com/v1/signals/bull-bear \
--header 'Authorization: Bearer <token>'OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Comma-separated list of ticker symbols
"AAPL,MSFT"
Page number for pagination (0-based)
x >= 0Number of results per page (1-200)
1 <= x <= 200Bull and bear cases.
Array of bull and bear investment cases for securities
Show child attributes
Was this page helpful?