Programmatic access to everything we build.
Real-time data, narrative intelligence and Rocky AI - accessible via REST and WebSockets. Designed for the people building on top.
Sub-100ms latency
Edge-cached read endpoints, p99 under 100ms globally.
Bulk historical access
Pull years of price, sentiment and narrative data in single requests.
Stable, versioned
v1 frozen for 24 months minimum. Migration guides for breaking changes.
Rocky included
Cite-first AI access on Builder and above. Same model your users see.
Endpoints
- GET
/v1/quotesReal-time quote for any symbol or batch.
curl https://api.rockstarmarkets.com/v1/quotes?symbols=AAPL,NVDA
- GET
/v1/chart/:symbolCandle data with configurable range and interval.
curl https://api.rockstarmarkets.com/v1/chart/AAPL?range=1y
- GET
/v1/newsEditorial news feed with filters by category, ticker, importance.
curl https://api.rockstarmarkets.com/v1/news?ticker=NVDA
- GET
/v1/trends/socialAggregated social mention scores per asset, time-windowed.
curl https://api.rockstarmarkets.com/v1/trends/social?window=24h
- GET
/v1/trends/narrativesActive narrative clusters with momentum, sentiment, related assets.
curl https://api.rockstarmarkets.com/v1/trends/narratives
- POST
/v1/rocky/queryCite-first AI research over the RockstarMarkets corpus.
curl -X POST https://api.rockstarmarkets.com/v1/rocky/query \ -d '{"query": "AI capex outlook"}' - WS
/v1/stream/quotesWebSocket stream of live quote ticks for subscribed symbols.
wscat -c wss://api.rockstarmarkets.com/v1/stream/quotes
Pricing
Building something? We want to hear about it.
Tell us what you're building. We're selective with partners but generous with credits.
partners@rockstarmarkets.com