Know Where You Are
In the Cycle

Risk analytics for crypto, forex, and stock indices. Identify accumulation zones, detect cycle bottoms, and backtest DCA strategies — all powered by historical data.

30
Assets tracked
15+
Years of data
9
Bottom indicators
AI
Ready

Tools

Works with AI

Built for AI Agents

CycleBottom exposes its risk data through public APIs, designed for AI agents, trading bots, and automated strategies. Ask your AI assistant about market risk and get real-time answers.

Risk API

Public REST endpoints

GET https://cyclebottom.com/api/risk/crypto
GET https://cyclebottom.com/api/risk/indices
{
  "btc": {
    "price": 67140.78,
    "risk": 0.1815,
    "label": "Low risk",
    "ma365": 97484.73,
    "priceToMA": 0.689,
    "date": "2026-03-31"
  },
  ...
}

Returns real-time risk scores (0–1), current price, 365-day MA, and risk labels for all supported assets. Integrate with trading bots, dashboards, or custom workflows.

Claude Code Plugin

AI-native integration

$ /plugin marketplace add cyclebottom/risk-skill
$ /plugin install crypto-risk

Install the CycleBottom skill in Claude Code and ask naturally: “What's the BTC risk level?” or “Is the S&P 500 overvalued?” — your AI gets real-time risk data instantly.

View on GitHub