Features Status Demo Docs Pricing Sign In Get API Keys
Home Stats Features Integrations Experience Pricing Get Started Sitemap
Now supporting 100+ exchanges & brokers

The unified API for
every trading platform

One normalized REST + WebSocket API for stocks, crypto, and more. Connect any exchange, broker, wallet, or journal — and ship in days, not months.

100+
Exchanges & Brokers
Low Latency
10+ Global Regions
99.99%
Uptime SLA
1M+
API calls / day
quick-start.ts
import { TradegrubClient } from '@tradegrub/sdk';

// One client — all brokers, all exchanges
const tg = new TradegrubClient({
  apiKey: process.env.TRADEGRUB_API_KEY,
  secretKey: process.env.TRADEGRUB_SECRET_KEY,
});

// Normalized response — same shape everywhere
const positions = await tg.positions.list({ broker: 'alpaca' });

Everything you need to build trading apps

Stop reinventing the wheel. We've lived through the pain of integrating broker APIs one by one — each with its own auth flow, data format, and quirks. TradeGrub.io eliminates that friction so your team can focus entirely on your product.

Unified REST API

One standardized interface for all exchanges, brokers, and wallets. No more juggling multiple SDKs or authentication flows.

Real-time WebSocket

Stream live market data, order updates, and portfolio changes with our normalized WebSocket — consistent schema everywhere.

Auto Normalization

We translate every broker's proprietary format into one consistent response shape. Write your logic once, run it anywhere.

Low Latency, Global Infrastructure

Infrastructure across 10+ geographic regions, close to major exchanges and brokers worldwide. Your API calls are routed to the nearest server for minimal latency.

Enterprise Security

ISO 27001 certified, AES-256 encryption at rest, and OAuth 2.0. SOC 2 Type II in progress. Your users' credentials never touch our servers.

Comprehensive Docs

Interactive API reference, quickstart guides, and SDK documentation for TypeScript, Python, Go, and more.

100+ integrations, one interface

Connect to the entire trading ecosystem — exchanges, brokers, wallets, journals, and banking — through a single unified API.

Don't see your integration? Request it here

Clean, intuitive API

Full TypeScript support, consistent patterns, and SDK coverage for every major language.

 
View Full Documentation

Simple, transparent pricing

Start free, scale as you grow. No hidden fees, no surprises.

Developer
Free
No credit card required
  • 5,000 API calls / month
  • 2 users
  • REST API access
  • Community forum support
  • Sandbox environment
Start Free
Pay as you go
$1/user/month
No commitments / hidden fees
  • Unlimited API calls
  • Unlimited users
  • REST + WebSocket access
  • Email/Webex Support
  • 99.9% uptime SLA
Get Started
Enterprise
Custom
High-volume and institutional
  • No Rate Limits
  • Dedicated infrastructure
  • Custom integrations
  • 24/7 support
  • Enterprise SLA
Contact Sales

Ready to build with TradeGrub?

Join hundreds of developers building the next generation of trading applications.

Get API Keys — Free View Docs