API Documentation
⌘K
API Key
Get free key GET
/api/1/sentiment/social/{ticker}Reddit Social Sentiment API
Returns aggregated Reddit and social media sentiment data for a stock from the markets.social_sentiment table. Covers mentions, upvotes, sentiment scores, and trending status.
Parameters
1tickerstringrequiredStock ticker symbol (e.g. AAPL, GME, TSLA)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/sentiment/social/AAPL' \
-H 'Accept: application/json'200 Response
[
{}
]