Institutional stock analysis via API. 3 lines of code.
Embed AI-powered equity research, valuation models, and risk analytics into your trading platform, robo-advisor, or research tool.
-H "Authorization: Bearer sk_live_..." \
-d '{"symbol": "AAPL", "depth": "full"}'
"status": "success",
"rating": "Strong Buy",
"fair_value": 214.50,
"sentiment": 0.84
}
Trusted by quantitative and institutional teams
Everything you need to build
Six API domains covering the full analysis lifecycle
AI Analysis Reports
Comprehensive narrative research generated in milliseconds for any global ticker.
Six Valuation Models
DCF, Multiples, Dividend Discount, Graham, and more via a single endpoint.
Stock Screener API
Query 100+ fundamental and technical filters with complex logic operators.
Global Coverage
Full coverage of US, EU, and Asian markets including OTC and Pink Sheets.
Real-Time Streaming
Push market sentiment and research updates via Server-Sent Events (SSE).
Sensitivity Heatmaps
Calculate and visualize risk across interest rate and inflation scenarios.
Simple, transparent pricing
Growth
- 50,000 requests / day
- All Valuation Models
- Global Stock Screener
- Standard Support
Enterprise
- Unlimited volume
- Dedicated account node
- White-label rights
- 24/7 SLA Guarantee
Try it now
curl --request POST \
--url https://api.sma.ai/v1/analysis-pack \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"symbol": "TSLA",
"include": ["dcf", "sentiment", "peer_comparison"],
"timeframe": "1y"
}'Interactive API Reference
Full OpenAPI 3.1 specification. Explore every endpoint, parameter, and response schema in our comprehensive live-testing environment.