Skip to content
StockMarketAgent
Developer API

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.

No credit card required
100 free requests/day
REST + SSE streaming
Terminal
Request
curl -X POST https://api.sma.ai/v1/analyze \
-H "Authorization: Bearer sk_live_..." \
-d '{"symbol": "AAPL", "depth": "full"}'
Response
{
"status": "success",
"rating": "Strong Buy",
"fair_value": 214.50,
"sentiment": 0.84
}

Trusted by quantitative and institutional teams

Quant Funds
Hedge Funds
Family Offices
Prop Desks
RIAs
FinTech Startups

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

Free

$0/mo
  • 100 requests / day
  • Core fundamental data
  • US Markets only
Get Started
Most Popular

Growth

$99/mo
  • 50,000 requests / day
  • All Valuation Models
  • Global Stock Screener
  • Standard Support
Start 14-day Trial

Enterprise

Custom
  • Unlimited volume
  • Dedicated account node
  • White-label rights
  • 24/7 SLA Guarantee
Contact Sales

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.

Create a sandbox account and demo key

Instant activation
Sandboxed
Rate limited