Market data · Rates
Chart-ready rate series
key optionalget
A compact one-point-per-day series for a currency, ready to plot. With a bank filter it is that bank’s own rate; without one it tracks the best rate across banks each day. Open to anonymous callers over a limited recent window; supplying a key extends that to your plan’s history depth. For bulk or arbitrary-range access, use /rates/history, which is key-only.
Query parameters
currencyrequiredstringbankstring- Restrict the series to one bank. Omit to track the best rate across all banks each day.
type"cash" | "transactional"- default transactional · cash · transactional
side"buy" | "sell"- Caller perspective.
selltracks the bank buying rate (the usual "1 unit = N ETB" headline);buytracks the bank selling rate.default sell · buy · sell fromstringtostring
Responses
- 200
- Chart-ready rate series
- 400
- Invalid request —
VALIDATION_ERROR. - 401
- Missing, invalid, revoked or expired credential.
- 403
- Authenticated but not entitled — the plan does not include this endpoint or feature.
- 429
- Rate limit or monthly quota exceeded —
RATE_LIMIT_EXCEEDEDorQUOTA_EXCEEDED. HonourRetry-After. - 500
- Unexpected server error.
Example response
Try it
Request URL