SZL to CRC exchange rate API
Lilangeni to Costa Rican Colon · quoted 2026-09-26
27.8488
▼ +3.75% over 1Y
1 SZL = 27.8488 CRC · 1 CRC = 0.03591 SZL · Get this rate via the API
1 SZL buys 27.8488 CRC as of 2026-09-26, so 1 CRC buys 0.03591 SZL. Over the last year, SZL/CRC traded between 27.0639 and 30.8577, averaged 28.5739 and fell 3.75%. The API holds daily SZL/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/CRC over 1Y: show the values
| Point | SZL/CRC |
|---|---|
| 2025-09-26 | 28.9341 |
| 2025-10-03 | 29.0771 |
| 2025-10-10 | 29.2739 |
| 2025-10-17 | 28.8996 |
| 2025-10-24 | 28.9564 |
| 2025-10-31 | 29.0867 |
| 2025-11-07 | 28.8931 |
| 2025-11-14 | 29.4522 |
| 2025-11-21 | 29.0489 |
| 2025-11-28 | 29.0692 |
| 2025-12-05 | 28.9298 |
| 2025-12-13 | 29.6536 |
| 2025-12-20 | 29.7594 |
| 2025-12-27 | 29.7272 |
| 2026-01-03 | 30.2046 |
| 2026-01-10 | 30.1663 |
| 2026-01-17 | 29.7590 |
| 2026-01-24 | 30.6637 |
| 2026-01-31 | 30.8122 |
| 2026-02-07 | 30.8577 |
| 2026-02-14 | 30.4060 |
| 2026-02-21 | 29.7567 |
| 2026-02-28 | 29.6496 |
| 2026-03-07 | 28.8793 |
| 2026-03-14 | 27.8189 |
| 2026-03-21 | 27.2973 |
| 2026-03-28 | 27.0639 |
| 2026-04-04 | 27.3742 |
| 2026-04-11 | 28.1507 |
| 2026-04-18 | 27.9179 |
| 2026-04-25 | 27.3788 |
| 2026-05-02 | 27.2945 |
| 2026-05-09 | 28.0781 |
| 2026-05-17 | 27.1439 |
| 2026-05-25 | 27.6663 |
| 2026-06-01 | 27.9127 |
| 2026-06-10 | 27.8951 |
| 2026-06-17 | 28.1332 |
| 2026-06-24 | 27.4164 |
| 2026-07-01 | 27.7170 |
| 2026-07-08 | 28.0178 |
| 2026-07-15 | 27.7711 |
| 2026-07-22 | 27.5636 |
| 2026-07-29 | 27.1843 |
| 2026-08-05 | 27.7177 |
| 2026-08-12 | 28.0208 |
| 2026-08-20 | 27.9621 |
| 2026-08-27 | 28.4608 |
| 2026-09-03 | 28.2391 |
| 2026-09-10 | 28.3052 |
| 2026-09-17 | 27.5101 |
| 2026-09-24 | 27.6408 |
High
30.8577
Low
27.0639
Average
28.5739
Get this rate via the API
One GET request returns the SZL/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=SZL¤cies=CRC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=CRC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=CRC").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/CRC API questions
How do I get the SZL/CRC exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=CRC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/CRC rate in rates.CRC.
How far back does SZL/CRC historical data go?
Daily SZL/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 SZL/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.