Developer Resources

API Documentation

Integrate the world's most advanced AI trading engine directly into your applications.

Real-Time Data

Live market data with WebSocket support for instant updates

Secure & Reliable

Enterprise-grade security with 99.9% uptime SLA

AI-Powered

Advanced machine learning models for market analysis

Well Documented

Comprehensive docs, SDKs, and code examples

Endpoints

Market Data

GET

Get real-time market quotes for stocks

/api/v1/market/quote

Parameters

symbol
stringRequired

Stock ticker symbol (e.g., AAPL)

interval
string

1m, 5m, 15m, 1h, 1d

Example Response

{
  "symbol": "AAPL",
  "price": 175.43,
  "change": 2.3,
  "volume": "54.2M",
  "timestamp": "2026-02-14T14:30:00Z"
}

API Pricing Models

Starter

$49/mo
10,000 requests/month
  • Basic market data
  • Email support
  • API documentation
  • Rate limit: 10 req/sec

Professional

Popular
$199/mo
100,000 requests/month
  • All market data
  • Priority support
  • WebSocket access
  • Rate limit: 50 req/sec

Enterprise

Custom
Unlimited requests
  • Custom solutions
  • 24/7 support
  • Dedicated servers
  • Custom rate limits

Quick Start Guide

1

Get your API key

Sign up for an account to receive your unique API key

2

Make your first request

curl -X GET "https://api.tensortrade.com/v1/market/quote?symbol=AAPL" \
  -H "Authorization: Bearer YOUR_API_KEY"
3

Explore the docs

Check out our comprehensive guides and SDKs