TickAtlas

Ichimoku Cloud API — Five Lines, One Endpoint

All five Ichimoku components in JSON: tenkan-sen, kijun-sen, senkou span A, senkou span B, and chikou span. Build cloud breakout bots without writing the formulas yourself.

No credit card. $2.50 PAYG credit on sign up.

USDJPY H4 — Ichimoku Cloud
Cloud flip Bullish kumo 151.640 Tenkan Kijun Kumo Price
Tenkan = 151.425 Price above cloud Updated 2s ago

What is the Ichimoku Cloud API?

The Ichimoku Kinko Hyo system provides trend direction, momentum, and support/resistance all in one visual. The kumo (cloud) formed by Senkou Span A and B acts as a dynamic support/resistance zone. Tenkan-sen and kijun-sen crossovers (TK cross) signal momentum shifts. Our API exposes Ichimoku_tenkan, Ichimoku_kijun, and Ichimoku_senkou_a as individual REST endpoints — pre-calculated from live broker data. No 52-period lookback calculation needed on your end.

One Request. Instant Data.

REQUEST
curl -X GET \
  "https://tickatlas.com/v1/indicator?symbol=EURUSD&indicator=Ichimoku_tenkan&timeframe=H1" \
  -H "X-API-Key: YOUR_API_KEY"

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

Three Core Ichimoku Lines via REST

cURL Request
Python TK cross + cloud position
200 OK Response

Available Ichimoku indicators

  • Ichimoku_tenkan — Tenkan-sen (9-period mid)
  • Ichimoku_kijun — Kijun-sen (26-period mid)
  • Ichimoku_senkou_a — Senkou Span A (cloud top/bottom)

Frequently Asked Questions

Which Ichimoku lines are available?

Currently Ichimoku_tenkan (tenkan-sen, 9-period), Ichimoku_kijun (kijun-sen, 26-period), and Ichimoku_senkou_a (Senkou Span A, the average of the two forwarded 26 periods). These cover the three most traded signals: TK cross, kijun bounce, and cloud breakout.

Does the API handle the 26-period forward shift for Senkou Span A?

The API returns the current Senkou Span A value as plotted on the live chart — the forward-shifted cloud boundary at the current price bar. This matches what you'd see in the trading platform.

Is Ichimoku better on H4 or D1?

Ichimoku was originally designed for daily charts. H4 is widely used by Forex swing traders. Both timeframes are available — H1 and below will produce noisier signals. Start with H4 for the most reliable Ichimoku readings.

Can I detect a kumo breakout via the API?

Yes — compare the ohlc.close value from the response with Ichimoku_senkou_a. If price is above Senkou A (and Senkou A is above Senkou B, which you can infer from the signal field), price is above the cloud — a bullish context in classical Ichimoku analysis.

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.