Skip to content

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

ZMW/CRC over 1Y: show the values
PointZMW/CRC
2025-09-2621.1976
2025-10-0321.1532
2025-10-1022.1879
2025-10-1722.1644
2025-10-2422.6751
2025-10-3122.6844
2025-11-0722.1218
2025-11-1422.1386
2025-11-2121.7050
2025-11-2821.7728
2025-12-0521.2262
2025-12-1321.6608
2025-12-2022.0404
2025-12-2721.9739
2026-01-0322.5275
2026-01-1025.5042
2026-01-1724.1732
2026-01-2425.3058
2026-01-3125.1850
2026-02-0726.4510
2026-02-1426.5829
2026-02-2125.1578
2026-02-2824.9628
2026-03-0724.7480
2026-03-1424.2776
2026-03-2123.9600
2026-03-2824.6687
2026-04-0424.1367
2026-04-1124.3298
2026-04-1823.9721
2026-04-2524.0473
2026-05-0224.3448
2026-05-0924.1439
2026-05-1723.9508
2026-05-2523.9335
2026-06-0124.5835
2026-06-1025.9001
2026-06-1725.6674
2026-06-2425.1179
2026-07-0125.2109
2026-07-0824.6213
2026-07-1524.9895
2026-07-2224.6151
2026-07-2924.2472
2026-08-0523.8788
2026-08-1224.1134
2026-08-2024.0331
2026-08-2723.8603
2026-09-0323.6596
2026-09-1023.5240
2026-09-1722.9029
2026-09-2423.1361

High

26.5829

Low

21.1532

Average

23.7796

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=CRC"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=CRC");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=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&currencies=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.