Skip to main content

Overview

The @vectrade/ai-provider package integrates VecTrade financial data as tools in the Vercel AI SDK. This lets any LLM access real-time market data, fundamentals, and AI analysis through function calling.

Installation

Quick Start

Available Tools

The provider exposes 16 VecTrade API endpoints as AI-callable tools:

Configuration

Framework Examples

Next.js Route Handler

With Claude

Requirements

  • Node.js 18+
  • ai package (Vercel AI SDK) v3+
  • VecTrade API key

Resources