Alligator API — Jaw, Teeth, Lips on Demand
All three Alligator lines (Jaw 13/8, Teeth 8/5, Lips 5/3) as JSON. Build Bill Williams' trend strategies without writing the smoothed-MA logic.
No credit card. $2.50 PAYG credit on sign up.
What is the Williams Alligator API?
The Williams Alligator uses three smoothed moving averages — Jaw (13-period, shifted 8), Teeth (8-period, shifted 5), and Lips (5-period, shifted 3) — to identify trend direction and strength. When the lines are intertwined, the market is ranging (sleeping). When the Lips cross above Teeth and Jaw, the alligator's mouth opens upward — a bullish trend signal. Our API delivers all three values in a single call so your bot can determine market state instantly.
One Request. Instant Data.
curl -X GET \
"https://tickatlas.com/v1/indicator?symbol=EURUSD&indicator=Alligator_jaw&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
Frequently Asked Questions
What are the exact parameters for each Alligator line?
Jaw: 13-period SMMA shifted 8 bars forward. Teeth: 8-period SMMA shifted 5 bars forward. Lips: 5-period SMMA shifted 3 bars forward. These are Bill Williams' original settings as used industry-wide.
How do I detect when the Alligator is 'sleeping'?
The lines will be close together or intertwined. The API returns a signal value of 'sleeping' when the spread between all three lines is below a threshold — no additional comparison needed in your code.
Can I get historical Alligator values for backtesting?
Yes — use GET /v1/indicator/history with indicator=Alligator. The response includes all three line values per bar, making it straightforward to replay Alligator states over any historical period.
Is the Alligator useful for AI market analysis?
Yes. The three numeric values and signal classification are ideal for AI prompts. Pass the values to a ChatGPT Custom GPT or Claude Tool and let the model reason about trend state, entry timing, and trade management in context.
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.