Four Products. One API.

Financial intelligence delivered through purpose-built products.

1-3s

News Intelligence

Market-moving news with AI analysis. Get what matters, skip the noise.

POST /api/products/news
Relevance scoring
Investment implications
Source verification
Learn more →
10-45s

Stock Analysis

Professional equity analysis. Single stock deep-dive or head-to-head comparison.

POST /api/products/stock-report
Financial metrics
Investment thesis
Risk assessment
Learn more →
Real-time

Interactive Chat

Conversational research assistant. Ask follow-ups, explore ideas, get instant answers.

POST /api/chat
Streaming responses
Context retention
Multi-turn dialogue
Learn more →
30-90s

Custom Analysis

Your questions, structured answers. Portfolio analysis, sector research, anything.

POST /api/analysis
Custom prompts
Structured output
Multi-asset support
Learn more →

Start in 60 Seconds

1

Get API Key

Generate your key in the portal. Takes 10 seconds.

Get key →
2

Make Request

curl -X POST https://partner.rize.capital/api/products/news \
-H "X-API-Key: YOUR_KEY" \
-d '{"symbols": ["AAPL"], "n": 3}'
3

Get Results

Instant results from cache, or wait 5-90s for fresh analysis.

Try playground →

Integration Examples

Python

requests.post(url,
headers={"X-API-Key": key},
json={"symbols": ["AAPL"]})

JavaScript

fetch(url, {
headers: {"X-API-Key": key},
body: JSON.stringify(...)

cURL

curl -X POST $URL \
-H "X-API-Key: $KEY" \
-d '{"symbols": ["AAPL"]}'

Capabilities

10+
Data Sources
7 day
Cache Duration
Real-time
Streaming
Multi
Language

API Playground

Test endpoints live with Swagger UI

API Reference

Technical details and schemas

Usage Dashboard

Monitor your API consumption

Need Help?

Technical support for integration and optimization.

hello@rize.capital