Claude Market Data — REST + Tool Use
Define TickAtlas endpoints as Claude tools in the Anthropic SDK. Claude can then call /v1/indicator, /v1/summary, and /v1/screener autonomously when reasoning about markets.
No credit card. $2.50 PAYG credit on sign up.
One Request. Instant Data.
import anthropic, requests
client = anthropic.Anthropic()
tools = [{
"name": "get_indicator",
"description": "Live technical indicator value for a symbol/timeframe.",
"input_schema": {
"type": "object",
"properties": {
"symbol": {"type": "string"},
"indicator": {"type": "string"},
"timeframe": {"type": "string"}
},
"required": ["symbol", "indicator", "timeframe"]
}
}]
response = client.messages.create(
model="claude-sonnet-4-20250514",
max_tokens=1024,
tools=tools,
messages=[{"role": "user", "content": "Analyze EURUSD on H1."}]
) Why Use TickAtlas?
Pre-Calculated, Sub-100ms
Indicator values are computed server-side on every new candle. Your app queries the result — no TA library, no candle history needed.
7 Timeframes
M1, M5, M15, M30, H1, H4, D1 — the same endpoint serves scalpers and position traders alike.
Forex, Crypto, Commodities
EURUSD, GBPUSD, XAUUSD, BTCUSD, USDJPY — data available for all symbols active on connected broker terminals.
Plug into any stack
- ChatGPT Custom GPTs
- Claude Tools
- Python / pandas
- Node.js
- Discord bots
- Slack webhooks
- n8n
- Zapier
- Google Sheets
How to Connect Claude to Live Market Data
The TickAtlas REST API returns JSON that any AI assistant can consume — indicators, OHLCV, spread, and AI market summaries. Configure Claude with your API key and it can query live data during a conversation or analysis session.
Paste the endpoint URL into a Claude custom tool, ChatGPT Custom Action, or call it from a Python script that feeds Claude the response. The data is there — any HTTP call gets you live values.
API Examples
Query live market data from any AI tool, script, or custom action.
AI Summary Get bias score + narrative — ideal for Claude tool calls
All Indicators 42 indicators in one call — no TA library required
Custom Tool / Script Works from any HTTP client — paste into Claude custom tools
10 REST Endpoints Available
get_indicators
All 42 indicators for a symbol + timeframe
get_indicator
Single indicator value with signal classification
get_quote
Live bid/ask price and spread
get_ohlc
Candlestick history, up to 1000 bars
get_summary
AI market bias score and narrative
get_heatmap
Currency strength heatmap across 8 currencies
get_calendar
Upcoming economic events with impact levels
get_screener
Filter all symbols by indicator value range
get_symbols
List all available symbols by category
get_spread
Historical spread stats for a symbol
Frequently Asked Questions
How do I connect TickAtlas to Claude?
The current approach is REST: call our API from a Python script and pass the response to Claude as context, or configure it as a Claude Custom Integration (available on Claude.ai Pro/Team). A native MCP server for one-click integration is in development.
What data can I feed Claude?
42 pre-calculated indicators (RSI, MACD, Bollinger Bands, ADX, ATR and more), live OHLCV candlesticks, bid/ask tick data, currency strength heatmap, economic calendar events, and AI market bias summaries. All available via REST, all returnable as JSON for Claude to reason over.
Does this work with ChatGPT too?
Yes. The REST API works equally well as a ChatGPT Custom Action. Point it at any of our endpoints with your API key and GPT can call it during a conversation. Same data, same latency, any AI platform.
Is there a rate limit on how often Claude can call the API?
Rate limits depend on your plan. Pay-as-you-go has lower limits suitable for occasional Claude sessions. Starter and Pro have higher limits for frequent automated queries. Each call is also cached for 2 seconds on our side, so rapid repeated calls return the same data without extra charge.
Start Building in 5 Minutes
Sign up, grab your API key, make your first request.
Every new account gets $2.50 in free PAYG credits. No card required.