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.
Community
awesome-vectrade
A curated list of community projects, tutorials, integrations, and resources for the VecTrade ecosystem.awesome-vectrade
Browse the full list on GitHub — PRs welcome!
Highlights
| Category | Examples |
|---|---|
| Trading Bots | Momentum strategies, mean-reversion, pairs trading |
| Dashboards | Next.js portfolio trackers, Streamlit apps |
| AI Agents | LangChain tools, CrewAI integrations, AutoGPT plugins |
| Notebooks | Quantitative analysis, backtesting, factor models |
| Discord Bots | Price alerts, earnings reminders, watchlist commands |
| Browser Extensions | Inline stock data on any webpage |
Contributing
We welcome contributions to any VecTrade repository:- Bug reports — File an issue on the relevant repo
- Feature requests — Start a GitHub Discussion
- Pull requests — Fork, branch, submit PR
- Examples — Add your project to vectrade-examples
- Community list — Submit a PR to awesome-vectrade
Contribution Guidelines
- Follow the existing code style (enforced by CI)
- Add tests for new functionality
- Update documentation when changing behavior
- Sign the CLA (automated via PR comment)
Support Channels
| Channel | Use Case |
|---|---|
| GitHub Issues | Bug reports, feature requests |
| GitHub Discussions | Questions, ideas, showcases |
| Status Page | API uptime and incident history |
| Email: support@vectrade.io | Enterprise support, billing |
SDKs at a Glance
| SDK | Language | Package | Repo |
|---|---|---|---|
| vectrade-python | Python 3.9+ | pip install vectrade | GitHub |
| vectrade-node | TypeScript/JS | npm install @vectrade/sdk | GitHub |
| vectrade-cli | Go (binary) | brew install VecTrade-io/vectrade/vectrade | GitHub |
| vectrade-ai-provider | TypeScript | npm install @vectrade/ai-provider | GitHub |
| vectrade-mcp | TypeScript | npx @vectrade/mcp | GitHub |
| finkit | Python | pip install finkit | GitHub |