Skip to content

SZL to CRC exchange rate API

Lilangeni to Costa Rican Colon · quoted 2026-09-26

27.8488

▼ +6.97% over YTD

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 year to date, SZL/CRC traded between 26.8914 and 31.2501, averaged 28.3993 and fell 6.97%. 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 YTD

SZL/CRC over YTD: show the values
PointSZL/CRC
2025-12-3129.9364
2026-01-0730.4066
2026-01-1430.3876
2026-01-2129.7335
2026-01-2831.2501
2026-02-0431.0762
2026-02-1131.1158
2026-02-1829.9519
2026-02-2529.7845
2026-03-0428.4474
2026-03-1129.0129
2026-03-1828.0706
2026-03-2527.5425
2026-04-0127.5509
2026-04-0827.9765
2026-04-1528.1224
2026-04-2227.7923
2026-04-2927.4786
2026-05-0627.1901
2026-05-1427.7298
2026-05-2127.4044
2026-05-2927.8512
2026-06-0528.1021
2026-06-1427.9711
2026-06-2127.5563
2026-06-2827.5139
2026-07-0527.9417
2026-07-1227.6751
2026-07-1927.2416
2026-07-2626.8914
2026-08-0227.2709
2026-08-0927.9355
2026-08-1627.7160
2026-08-2428.3360
2026-08-3127.9796
2026-09-0728.3881
2026-09-1427.8382
2026-09-2127.5551

High

31.2501

Low

26.8914

Average

28.3993

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.