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: show the values
| Point | SZL/CRC |
|---|---|
| 2025-12-31 | 29.9364 |
| 2026-01-07 | 30.4066 |
| 2026-01-14 | 30.3876 |
| 2026-01-21 | 29.7335 |
| 2026-01-28 | 31.2501 |
| 2026-02-04 | 31.0762 |
| 2026-02-11 | 31.1158 |
| 2026-02-18 | 29.9519 |
| 2026-02-25 | 29.7845 |
| 2026-03-04 | 28.4474 |
| 2026-03-11 | 29.0129 |
| 2026-03-18 | 28.0706 |
| 2026-03-25 | 27.5425 |
| 2026-04-01 | 27.5509 |
| 2026-04-08 | 27.9765 |
| 2026-04-15 | 28.1224 |
| 2026-04-22 | 27.7923 |
| 2026-04-29 | 27.4786 |
| 2026-05-06 | 27.1901 |
| 2026-05-14 | 27.7298 |
| 2026-05-21 | 27.4044 |
| 2026-05-29 | 27.8512 |
| 2026-06-05 | 28.1021 |
| 2026-06-14 | 27.9711 |
| 2026-06-21 | 27.5563 |
| 2026-06-28 | 27.5139 |
| 2026-07-05 | 27.9417 |
| 2026-07-12 | 27.6751 |
| 2026-07-19 | 27.2416 |
| 2026-07-26 | 26.8914 |
| 2026-08-02 | 27.2709 |
| 2026-08-09 | 27.9355 |
| 2026-08-16 | 27.7160 |
| 2026-08-24 | 28.3360 |
| 2026-08-31 | 27.9796 |
| 2026-09-07 | 28.3881 |
| 2026-09-14 | 27.8382 |
| 2026-09-21 | 27.5551 |
High
31.2501
Low
26.8914
Average
28.3993
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.