← Home

CR24 Score API, CSV exports and embeds

Our composite score, anomaly feed, Fear & Greed reading and weekly digest are available as JSON endpoints, CSV downloads and embeddable widgets. Free for non-commercial use with attribution. Paid tiers cover commercial redistribution and higher rate limits.

Free public endpoints

Rate limit: 60 requests per minute per IP. No key required. Attribution requested: "Data from CryptoRadar24 CR24 Score" with a link back.

GEThttps://crypto-radar24.com/api/score/<coin>

Current CR24 Score + 90-day history for a single coin (by CoinGecko ID).

curl https://crypto-radar24.com/api/score/bitcoin
{
  "current": { "score": 82, "label": "strong", "momentum": 78, "trading": 88, "news": 76, ... },
  "history": [ { "score": 76, "computed_at": "2026-02-01T04:00:00Z" }, ... ]
}
GEThttps://crypto-radar24.com/api/score/rankings

Top 50 coins by CR24 Score. Query params: mode=top|trending|warnings, limit=1..200.

curl "https://crypto-radar24.com/api/score/rankings?mode=trending&limit=20"
GEThttps://crypto-radar24.com/api/anomalies

Recent anomalies detected across our pipeline. Query params: type, limit.

curl "https://crypto-radar24.com/api/anomalies?type=volume_spike&limit=10"
GEThttps://crypto-radar24.com/api/fear-greed

Current Fear & Greed reading plus 30-day daily history.

curl https://crypto-radar24.com/api/fear-greed
GEThttps://crypto-radar24.com/api/weekly

Weekly aggregate — top movers, Score risers, anomaly counts, sentiment shift.

curl https://crypto-radar24.com/api/weekly
GEThttps://crypto-radar24.com/api/fx

Latest USD→fiat rates from ECB feed (20 currencies). Updated daily.

curl https://crypto-radar24.com/api/fx

CSV exports

Historical score data in CSV — suitable for spreadsheets, BI tools, backtests. Each column is one score component over time.

GEThttps://crypto-radar24.com/api/score/<coin>/history.csv

Query parameter ?days=<n> — default 365, max 1825. Column order: timestamp, score, momentum, trading, news, sentiment, development, price, market_cap, volume_24h.

Live example: bitcoin 90d · ethereum 90d

Embeddable score widget

Drop this iframe on any page to show a live CR24 Score badge for an asset. Zero tracking, transparent background, light and dark themes.

<iframe
  src="https://crypto-radar24.com/embed/score/bitcoin"
  width="260" height="160" frameborder="0"
  style="border:0;overflow:hidden"></iframe>

Add ?theme=dark for the dark variant. The widget carries a discrete link back to the coin page on CryptoRadar24.

Commercial & higher-volume access

If you need to embed scores on a production site with real traffic, redistribute the data commercially, or query at higher rates, get in touch: [email protected]. Tiers start at $49/month.

  • Starter — $49/mo · 1 000 req/hour · full JSON + CSV · commercial use with attribution · email support.
  • Pro — $149/mo · 10 000 req/hour · webhook alerts on Score changes · remove attribution · priority email.
  • Enterprise — from $999/mo · dedicated instance · SLA · custom score components · white-label embed · data redistribution rights.

Terms in short

  • Free tier: 60 req/min, non-commercial, attribution required.
  • We can throttle any IP that degrades service for other users.
  • Scores are descriptive metrics, not trade signals. Your users must see our legal disclaimer.
  • No SLA on the free tier. Data may go stale during outages.