ZMW to CRC exchange rate API
Zambian Kwacha to Costa Rican Colon · quoted 2026-09-26
23.1930
▲ +9.41% over 1Y
1 ZMW = 23.1930 CRC · 1 CRC = 0.04312 ZMW · Get this rate via the API
1 ZMW buys 23.1930 CRC as of 2026-09-26, so 1 CRC buys 0.04312 ZMW. Over the last year, ZMW/CRC traded between 21.1532 and 26.5829, averaged 23.7796 and rose 9.41%. The API holds daily ZMW/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/CRC over 1Y: show the values
| Point | ZMW/CRC |
|---|---|
| 2025-09-26 | 21.1976 |
| 2025-10-03 | 21.1532 |
| 2025-10-10 | 22.1879 |
| 2025-10-17 | 22.1644 |
| 2025-10-24 | 22.6751 |
| 2025-10-31 | 22.6844 |
| 2025-11-07 | 22.1218 |
| 2025-11-14 | 22.1386 |
| 2025-11-21 | 21.7050 |
| 2025-11-28 | 21.7728 |
| 2025-12-05 | 21.2262 |
| 2025-12-13 | 21.6608 |
| 2025-12-20 | 22.0404 |
| 2025-12-27 | 21.9739 |
| 2026-01-03 | 22.5275 |
| 2026-01-10 | 25.5042 |
| 2026-01-17 | 24.1732 |
| 2026-01-24 | 25.3058 |
| 2026-01-31 | 25.1850 |
| 2026-02-07 | 26.4510 |
| 2026-02-14 | 26.5829 |
| 2026-02-21 | 25.1578 |
| 2026-02-28 | 24.9628 |
| 2026-03-07 | 24.7480 |
| 2026-03-14 | 24.2776 |
| 2026-03-21 | 23.9600 |
| 2026-03-28 | 24.6687 |
| 2026-04-04 | 24.1367 |
| 2026-04-11 | 24.3298 |
| 2026-04-18 | 23.9721 |
| 2026-04-25 | 24.0473 |
| 2026-05-02 | 24.3448 |
| 2026-05-09 | 24.1439 |
| 2026-05-17 | 23.9508 |
| 2026-05-25 | 23.9335 |
| 2026-06-01 | 24.5835 |
| 2026-06-10 | 25.9001 |
| 2026-06-17 | 25.6674 |
| 2026-06-24 | 25.1179 |
| 2026-07-01 | 25.2109 |
| 2026-07-08 | 24.6213 |
| 2026-07-15 | 24.9895 |
| 2026-07-22 | 24.6151 |
| 2026-07-29 | 24.2472 |
| 2026-08-05 | 23.8788 |
| 2026-08-12 | 24.1134 |
| 2026-08-20 | 24.0331 |
| 2026-08-27 | 23.8603 |
| 2026-09-03 | 23.6596 |
| 2026-09-10 | 23.5240 |
| 2026-09-17 | 22.9029 |
| 2026-09-24 | 23.1361 |
High
26.5829
Low
21.1532
Average
23.7796
Get this rate via the API
One GET request returns the ZMW/CRC rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=CRC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=CRC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=CRC").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/CRC API questions
How do I get the ZMW/CRC exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=CRC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/CRC rate in rates.CRC.
How far back does ZMW/CRC historical data go?
Daily ZMW/CRC rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free ZMW/CRC exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.