Sign in

Get sentiment chart

documented

Retrieve sentiment chart data for a symbol.

GET /external/sentiment/v2/{symbol}/chartFirestreamno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api-gw-prd.stocktwits.com/api-middleware/external/sentiment/v2/{{$symbol}}/chart" \
  -X GET \
  -u "{{STOCKTWITS_USERNAME}}:{{STOCKTWITS_PASSWORD}}" \
  -H "Accept: application/json"