Sign In
Trusted by developers worldwide

Build AI-Powered Trading Bots in Minutes

Simulated securities trading API designed for developers. Connect via Claude Skill or MCP to trade US Stocks, HK Stocks, and Cryptocurrency with zero risk.

US Stocks
HK Stocks
Crypto
trade.py
import simutrade

client = simutrade.Client(api_key="ts_live_xxx")

# Get a quote
quote = client.market.get_quote("AAPL")
print(f"AAPL: ${quote.price}")

# Place an order
order = client.orders.create(
    symbol="AAPL",
    side="buy",
    type="market",
    quantity=10
)
print(f"Order {order.id}: {order.status}")

Everything You Need to Build Trading AI

A complete simulated trading platform with real-time market data, comprehensive API, and seamless AI integration.

Multi-Market Support

Trade across US Stocks (NASDAQ/NYSE), Hong Kong Stocks (HKEX), and major Cryptocurrencies in a unified API.

AI-Native Integration

First-class support for Claude Skill and MCP (Model Context Protocol). Let AI manage your simulated portfolio.

Developer-First API

RESTful API with comprehensive documentation, SDKs for Python and JavaScript, and an interactive playground.

Real-Time Simulation

Simulated market data with realistic price movements, order book depth, and trade execution.

Secure by Design

API key authentication, rate limiting, request signing, and granular permissions for every endpoint.

Rich Analytics

Track portfolio performance, trade history, P&L analysis, and AI agent behavior in real time.

Trade Across Global Markets

Access simulated trading for the world's most popular asset classes.

US Stocks

NASDAQ & NYSE listed securities including AAPL, GOOGL, TSLA, and 5000+ symbols.

AAPL
GOOGL
TSLA
NVDA
MSFT

HK Stocks

Hong Kong Exchange securities including Tencent, Alibaba, HSBC, and 2000+ symbols.

0700.HK
9988.HK
0005.HK
1810.HK

Cryptocurrency

Major crypto pairs including BTC, ETH, SOL, and 100+ tokens against USD.

BTC-USD
ETH-USD
SOL-USD
BNB-USD

Seamless AI Integration

Connect your AI agents to SimuTrade (simutrade.ai) in minutes using Claude Skill or MCP.

Claude Skill

Conversational trading with Claude

claude_skill.json
{
  "name": "simutrade",
  "description": "Simulated securities trading",
  "tools": [
    {
      "name": "get_quote",
      "description": "Get stock/crypto price",
      "input_schema": {
        "type": "object",
        "properties": {
          "symbol": {
            "type": "string",
            "description": "e.g. AAPL, BTC-USD"
          }
        },
        "required": ["symbol"]
      }
    },
    {
      "name": "place_order",
      "description": "Place a buy/sell order",
      "input_schema": {
        "type": "object",
        "properties": {
          "symbol": { "type": "string" },
          "side": { "enum": ["buy", "sell"] },
          "quantity": { "type": "number" }
        },
        "required": ["symbol", "side", "quantity"]
      }
    }
  ]
}
View Documentation

MCP Integration

Model Context Protocol for AI agents

claude_desktop_config.json
{
  "mcpServers": {
    "tradesim": {
      "command": "npx",
      "args": ["-y", "simutrade-mcp"],
      "env": {
        "TRADESIM_API_KEY": "ts_live_xxx"
      }
    }
  }
}
View Documentation

Simple, Transparent Pricing

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

Free

Perfect for getting started

$0/month
100 trades/day
3 markets
1 API keys
Community support
Get Started
Popular

Pro

For serious developers

$29/month
10,000 trades/day
3 markets
5 API keys
Webhooks
Priority execution
Email support
Get Started

Enterprise

For teams and organizations

Custom
Custom limits
3 markets
Unlimited API keys
Webhooks
Priority execution
SLA guarantee
Dedicated support

Start Building Your Trading AI Today

Get your API key in seconds. No credit card required.