Skip to content

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

SZL/CRC over 1Y: show the values
PointSZL/CRC
2025-09-2628.9341
2025-10-0329.0771
2025-10-1029.2739
2025-10-1728.8996
2025-10-2428.9564
2025-10-3129.0867
2025-11-0728.8931
2025-11-1429.4522
2025-11-2129.0489
2025-11-2829.0692
2025-12-0528.9298
2025-12-1329.6536
2025-12-2029.7594
2025-12-2729.7272
2026-01-0330.2046
2026-01-1030.1663
2026-01-1729.7590
2026-01-2430.6637
2026-01-3130.8122
2026-02-0730.8577
2026-02-1430.4060
2026-02-2129.7567
2026-02-2829.6496
2026-03-0728.8793
2026-03-1427.8189
2026-03-2127.2973
2026-03-2827.0639
2026-04-0427.3742
2026-04-1128.1507
2026-04-1827.9179
2026-04-2527.3788
2026-05-0227.2945
2026-05-0928.0781
2026-05-1727.1439
2026-05-2527.6663
2026-06-0127.9127
2026-06-1027.8951
2026-06-1728.1332
2026-06-2427.4164
2026-07-0127.7170
2026-07-0828.0178
2026-07-1527.7711
2026-07-2227.5636
2026-07-2927.1843
2026-08-0527.7177
2026-08-1228.0208
2026-08-2027.9621
2026-08-2728.4608
2026-09-0328.2391
2026-09-1028.3052
2026-09-1727.5101
2026-09-2427.6408

High

30.8577

Low

27.0639

Average

28.5739

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=CRC"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&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=SZL&currencies=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&currencies=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.