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.
Welcome to VecTrade
VecTrade provides institutional-grade financial data through a modern API designed for developers, quants, and AI agents.New here? Follow the Quickstart Guide to make your first API call in under 2 minutes.
What You Can Build
Trading Bots
Build automated trading strategies with real-time quotes, technical indicators, and AI analysis.
Portfolio Dashboards
Create beautiful dashboards with live data, fundamentals, and risk metrics.
AI Agents
Power financial AI agents with structured data and streaming analysis via MCP or Vercel AI SDK.
Screening Tools
Build custom screeners with 50+ filters and real-time webhook alerts.
Platform at a Glance
| Feature | Details |
|---|---|
| Endpoints | 27 REST endpoints across 12 resource groups |
| Coverage | 100K+ global instruments (equities, ETFs, indices) |
| Latency | Sub-100ms p95 response time |
| Streaming | Server-Sent Events for AI analysis |
| SDKs | Python, TypeScript, Go CLI, Vercel AI, MCP |
| Auth | Bearer token with scoped permissions |
| Rate Limits | 30–600 req/min depending on plan |
| Environments | Production, UAT, and Sandbox |
Choose Your SDK
Python
pip install vectradeTypeScript
npm install @vectrade/sdkGo CLI
brew install VecTrade-io/vectrade/vectradeQuick Example
Key Features
| Feature | Description |
|---|---|
| Real-time Quotes | Sub-second market data for 100K+ instruments |
| Fundamentals | Income statements, balance sheets, ratios, and company profiles |
| Technicals | 50+ indicators (RSI, MACD, Bollinger, etc.) with configurable periods |
| AI Analysis | GPT-powered streaming analysis with source citations |
| Screening | Filter the entire market with boolean rules and multi-factor criteria |
| Webhooks | Real-time event delivery with HMAC-SHA256 verification |
| Options | Full chains with Greeks, IV, and historical data |
| Analyst Data | Wall Street consensus, price targets, and rating history |
Open Source
The entire VecTrade ecosystem is open source under the VecTrade-io GitHub organization. See the Ecosystem page for the full architecture and project map.| Repo | Purpose |
|---|---|
| vectrade-python | Python SDK (async, typed, streaming) |
| vectrade-node | TypeScript SDK (zero-dep, edge-ready) |
| vectrade-cli | Go CLI with OAuth and shell completions |
| vectrade-ai-provider | Vercel AI SDK tool provider |
| vectrade-mcp | Model Context Protocol server (27 tools) |
| finkit | Financial analytics (indicators, risk, screening) |
| vectrade-openapi | OpenAPI 3.1 specification |
| vectrade-examples | Runnable examples and templates |
Getting Started
- Create an account and get your API key
- Install your preferred SDK
- Follow the Quickstart Guide
- Explore the API Reference