“Why is it moving?”
Give users a structured answer that distinguishes observed price action, confirmed news, possible drivers, and uncertainty.
Build stock research, comparison, sentiment, portfolio, and market-move features through one authenticated endpoint. Quan adds finance-specific reasoning and server-verified quote context where a raw data API stops.
curl https://stockup.cc/v1/query \
-H "x-api-key: $STOCKUP_API_KEY" \
-H "content-type: application/json" \
-d '{
"model": "quan-3.0",
"messages": [{
"role": "user",
"content": "Explain today’s TSLA move. Separate\nconfirmed facts from possible drivers."
}],
"stream": false
}'Give users a structured answer that distinguishes observed price action, confirmed news, possible drivers, and uncertainty.
Compare valuation, growth, profitability, margins, catalysts, risks, sentiment, and setup without separate prompts.
Extract the current investor narrative, catalysts, counterarguments, and confidence instead of a context-free score.
Surface concentration, factor overlap, drawdown exposure, key catalysts, and next research priorities.
Explore dollar-cost averaging outcomes while making assumptions and limitations visible.
Review SEC filings for earnings quality and risk, then relate those findings to the investment question.
StockUp is a strong fit when your user wants an explanation, comparison, research brief, or agent tool. Use a dedicated market-data vendor when you need bulk tick history, every asset class, exchange entitlements, or ultra-low-latency ticks.
| Need | Quan | Raw market API |
|---|---|---|
| Explain a move | Built for it | Glue code needed |
| Compare investment cases | Built for it | Not typical |
| Bulk OHLCV | Not the focus | Built for it |
| Agent tool use | MCP + OpenAPI | Varies |
Use Quan if the goal is grounded financial reasoning rather than raw endpoint parity. Read the detailed comparison for where it fits and where it does not.
Start with Quan 3.4 L (quan-3.4-l) and its 100,000-token allowance. Use Quan 3.4 for flagship analysis and Deep Research for longer multi-stage workflows.
Yes. The API uses standard HTTPS and JSON, so any server-side language can call it. Keep your API key out of browser code.
Create a free key and see whether the answer is useful before committing a dollar.
Get my free key →