Documentation Index
Fetch the complete documentation index at: https://docs.vectrade.io/llms.txt
Use this file to discover all available pages before exploring further.
API Reference
The VecTrade API is organized around REST. All requests usehttps://api.vectrade.io/v1 as the base URL and return JSON responses.
Base URL
Authentication
All endpoints require a Bearer token. Include your API key in theAuthorization header:
Endpoint Groups
Market Data
Real-time quotes, fundamentals, technicals, news, and screening.
AI & Analysis
GPT-powered analysis, analyst ratings, earnings, and insider activity.
Options & Events
Full options chains with Greeks, plus webhook event delivery.
Developer
API key management, usage tracking, quotas, and billing.
Quick Summary
| Group | Endpoints | Description |
|---|---|---|
| Quotes | GET /vq/quotes/{symbol}, POST /vq/quotes/batch | Real-time and batch price data |
| Fundamentals | GET /vq/fundamentals/{symbol}, /income, /balance-sheet | Financial statements and ratios |
| Technicals | GET /vq/technicals/{symbol} | 50+ indicators with configurable periods |
| News | GET /vq/news, GET /vq/news/{id} | Market news with sentiment scoring |
| Screener | POST /vq/screener | Filter 100K+ instruments with custom rules |
| AI | POST /vq/ai/analyze | Streaming AI analysis with citations |
| Analyst | GET /vq/analyst/{symbol}/consensus, /price-targets, /ratings | Wall Street consensus data |
| Earnings | GET /vq/earnings/{symbol}/history, /calendar | Earnings history and upcoming dates |
| Insider | GET /vq/insider/{symbol}/transactions, /summary | Insider trading activity |
| Options | GET /vq/options/{symbol}, /expirations | Options chains with Greeks |
| Webhooks | GET /vq/webhooks, POST /vq/webhooks, DELETE /vq/webhooks/{id} | Event subscriptions |
| Developer | Keys, usage, plan, quota | Account and API key management |
SDKs
Don’t want to work with raw HTTP? Use our official SDKs:Python
pip install vectradeTypeScript
npm install @vectrade/sdkGo CLI
brew install VecTrade-io/vectrade/vectradeFinKit
pip install vectrade-finkitMCP Server
AI IDE integration
AI Provider
Vercel AI SDK
Rate Limits
| Plan | Requests/min | Requests/day |
|---|---|---|
| Free | 30 | 1,000 |
| Pro | 300 | 50,000 |
| Enterprise | Custom | Custom |