API Documentation

⌘K
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

1
tickerstringrequired
path

Stock 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
[
  {}
]