API Operational
<20ms globally
300+ edge locations

Changelog

Changelog

Product updates, new features, and improvements — shipped in the open.

Latest: v0.3.0 — June 2026
3 releases · 14 changes
Jun 2026
v0.3.0
Webhooks, 5-minute updates & timeseries
Released June 5, 2026
New features
  • New
    Webhook support (Pro tier) — subscribe to rate-change events and receive signed HTTP POST payloads when any configured currency pair moves beyond your threshold. Configure up to 10 webhooks per key from the dashboard.
  • New
    5-minute rate updates via FastForex — Pro tier keys now receive rates refreshed every 5 minutes, sourced from FastForex in addition to the existing ECB + FRED pipeline. Latency from source to edge is under 90 seconds.
  • New
    /v1/timeseries endpoint — query a currency pair across a date range in a single call. Supports up to 366 days per request on Pro, 90 days on Starter. Returns an array of { date, rate } objects.
  • Security
    HMAC-SHA256 payload signing for webhooks — every webhook delivery includes an X-Xchangr8-Signature header so you can verify the payload origin. See the webhooks documentation for verification examples in Node, Python, and Go.
Improvements
  • Improved
    Rate alert delivery latency reduced from ~8s to under 2s by moving to Cloudflare Queues rather than cron-based polling.
  • Improved
    Dashboard webhook log now shows the last 50 delivery attempts with status codes, payload previews, and retry history.
Release stats
4new endpoints / features
2improvements
<2swebhook delivery p99
May 2026
v0.2.0
Public beta launch
Released May 12, 2026
Launch highlights
  • New
    xchangr8 public beta — the API is now open to all developers. Sign up at xchangr8.com and get your free API key in under 60 seconds.
  • New
    31 currencies across all major global trading pairs — USD, EUR, GBP, JPY, AUD, CAD, CHF, CNY, HKD, SGD, and 21 more. Every currency supports any base via on-the-fly cross-rate calculation.
  • New
    ECB eurofxref + FRED DEXJPUS dual sourcing — two independent official data feeds are reconciled on every update cycle. If one source is delayed, the other keeps the API current. No single point of data failure.
  • New
    Cloudflare edge delivery across 300+ PoPs — responses are served from the closest Cloudflare location to the caller. Average global response time at beta launch: 17ms.
  • New
    Free tier: 10,000 req/month, no credit card — permanent free tier available to all developers. Includes sandbox key, any base currency, and 7-day historical data.
  • New
    Developer dashboard — key management, usage graphs, request logs, and billing all in one place. View per-key usage breakdowns and set budget alerts.
Beta launch stats
31currencies at launch
300+edge locations
17msavg response time
Apr 2026
v0.1.0
Private alpha
Released April 3, 2026 · Invite only
Alpha foundations
  • New
    Private alpha launch — the core API is live for a small group of invited developers. Focus is on stability and data accuracy before public opening.
  • New
    Core API endpoints — four foundational routes: /v1/latest, /v1/convert, /v1/historical, and /v1/currencies. All return JSON with consistent envelope shape.
  • New
    Durable Objects burst rate limiting — per-key rate limiting enforced at the Cloudflare edge using Durable Objects. Burst windows of 1s and 60s are tracked independently to prevent abuse without penalising bursty but well-behaved clients.
  • New
    D1 + KV hybrid storage — historical rates stored in Cloudflare D1 (SQLite at the edge) for queryable range access; latest rates cached in KV for sub-millisecond hot reads. Cache TTL aligns with update frequency tier.
Alpha scope
4core endpoints
2storage layers
Inviteonly access