Simulated securities trading API designed for developers. Connect via Claude Skill or MCP to trade US Stocks, HK Stocks, and Cryptocurrency with zero risk.
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}")A complete simulated trading platform with real-time market data, comprehensive API, and seamless AI integration.
Trade across US Stocks (NASDAQ/NYSE), Hong Kong Stocks (HKEX), and major Cryptocurrencies in a unified API.
First-class support for Claude Skill and MCP (Model Context Protocol). Let AI manage your simulated portfolio.
RESTful API with comprehensive documentation, SDKs for Python and JavaScript, and an interactive playground.
Simulated market data with realistic price movements, order book depth, and trade execution.
API key authentication, rate limiting, request signing, and granular permissions for every endpoint.
Track portfolio performance, trade history, P&L analysis, and AI agent behavior in real time.
Access simulated trading for the world's most popular asset classes.
NASDAQ & NYSE listed securities including AAPL, GOOGL, TSLA, and 5000+ symbols.
Hong Kong Exchange securities including Tencent, Alibaba, HSBC, and 2000+ symbols.
Major crypto pairs including BTC, ETH, SOL, and 100+ tokens against USD.
Connect your AI agents to SimuTrade (simutrade.ai) in minutes using Claude Skill or MCP.
Conversational trading with Claude
{
"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"]
}
}
]
}Model Context Protocol for AI agents
{
"mcpServers": {
"tradesim": {
"command": "npx",
"args": ["-y", "simutrade-mcp"],
"env": {
"TRADESIM_API_KEY": "ts_live_xxx"
}
}
}
}Start free, scale as you grow. No hidden fees.
Perfect for getting started
For serious developers
For teams and organizations
Get your API key in seconds. No credit card required.