ZMW to CRC exchange rate API
Zambian Kwacha to Costa Rican Colon · quoted 2026-09-26
23.1930
▼ +5.76% over 6M
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 6 months, ZMW/CRC traded between 22.7079 and 26.3025, averaged 24.2686 and fell 5.76%. 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 6M: show the values
| Point | ZMW/CRC |
|---|---|
| 2026-03-30 | 24.6098 |
| 2026-04-06 | 24.1425 |
| 2026-04-13 | 24.3269 |
| 2026-04-20 | 23.9719 |
| 2026-04-27 | 24.0473 |
| 2026-05-04 | 24.3448 |
| 2026-05-11 | 24.1461 |
| 2026-05-19 | 23.9532 |
| 2026-05-27 | 24.0263 |
| 2026-06-03 | 25.3984 |
| 2026-06-12 | 26.3025 |
| 2026-06-19 | 25.2067 |
| 2026-06-26 | 25.1261 |
| 2026-07-03 | 24.8753 |
| 2026-07-10 | 24.9837 |
| 2026-07-17 | 24.8763 |
| 2026-07-24 | 24.4641 |
| 2026-07-31 | 24.1207 |
| 2026-08-07 | 23.8286 |
| 2026-08-14 | 23.9872 |
| 2026-08-22 | 23.9469 |
| 2026-08-29 | 23.7207 |
| 2026-09-05 | 23.4485 |
| 2026-09-12 | 23.2276 |
| 2026-09-19 | 22.7079 |
High
26.3025
Low
22.7079
Average
24.2686
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.