RalliesAPI

Introduction

OverviewReferenceSandbox
Retail Intent
AskQuestionsTopicsMoversSnapshot
Retail Positioning
HoldingsFlowsRotationOptions
AI Funds
TradesPositionsLeaderboardConsensus
Filings
SearchAskSummariesFinancialsMetrics
Miscellaneous
Screener
API reference/Sandbox
Contact us

API Sandbox

Paste an API key, choose an endpoint, fill in the parameters, and send a live request against the Rallies API. The key is kept only in this page state.

API key

Manage keys

Endpoint

POST/retail/intent/ask

Ask natural-language questions over aggregated retail conversation signals.

Parameters

REQUEST
curl -X POST 'https://api.rallies.ai/v1/retail/intent/ask' \
  -H 'X-Rallies-API-Key: <your API key>' \
  -H 'Content-Type: application/json' \
  -d '{
  "question": "What are retail investors asking about Nvidia earnings?",
  "tickers": [
    "NVDA"
  ],
  "days": 7,
  "limit": 20,
  "stream": false
}'
RESPONSE
Run a request to see the response body.