Skip to content

SZL to JPY exchange rate API

Lilangeni to Yen · quoted 2026-09-24

9.6976

▲ +12.73% over 1Y

1 SZL = 9.6976 JPY · 1 JPY = 0.10312 SZL · Get this rate via the API

1 SZL buys 9.6976 JPY as of 2026-09-24, so 1 JPY buys 0.10312 SZL. Over the last year, SZL/JPY traded between 8.5200 and 9.9878, averaged 9.4882 and rose 12.73%. The API holds daily SZL/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/JPY over 1Y

SZL/JPY over 1Y: show the values
PointSZL/JPY
2025-09-248.6023
2025-10-018.5200
2025-10-088.8494
2025-10-158.7341
2025-10-228.7204
2025-10-298.8728
2025-11-058.7599
2025-11-129.0171
2025-11-199.0750
2025-11-269.1027
2025-12-039.0861
2025-12-119.1775
2025-12-189.2810
2025-12-259.3533
2026-01-019.4822
2026-01-089.5226
2026-01-159.6659
2026-01-229.7659
2026-01-299.7398
2026-02-059.7517
2026-02-129.6619
2026-02-199.6616
2026-02-269.8436
2026-03-059.6259
2026-03-129.5564
2026-03-199.3825
2026-03-269.3849
2026-04-029.4086
2026-04-099.5650
2026-04-169.7201
2026-04-239.6723
2026-04-309.2918
2026-05-079.5632
2026-05-159.6217
2026-05-239.6740
2026-05-309.8111
2026-06-069.6792
2026-06-159.9182
2026-06-229.8409
2026-06-299.8273
2026-07-069.9878
2026-07-139.8908
2026-07-209.8315
2026-07-279.7853
2026-08-039.5081
2026-08-109.8154
2026-08-179.8413
2026-08-259.9455
2026-09-019.9393
2026-09-089.6479
2026-09-159.5237
2026-09-229.6720

High

9.9878

Low

8.5200

Average

9.4882

For developers

Get this rate via the API

One GET request returns the SZL/JPY 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=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=JPY");
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=JPY").json()

Replace YOUR_API_KEY with the key from your dashboard.

SZL/JPY API questions

How do I get the SZL/JPY exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/JPY rate in rates.JPY.

How far back does SZL/JPY historical data go?

Daily SZL/JPY 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/JPY 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.