Skip to content

JPY to ZAR exchange rate API

Yen to Rand · quoted 2026-09-26

0.10368

▼ +11.03% over 1Y

1 JPY = 0.10368 ZAR · 1 ZAR = 9.6451 JPY · Get this rate via the API

1 JPY buys 0.10368 ZAR as of 2026-09-26, so 1 ZAR buys 9.6451 JPY. Over the last year, JPY/ZAR traded between 0.10021 and 0.11711, averaged 0.10553 and fell 11.03%. The API holds daily JPY/ZAR rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

JPY/ZAR over 1Y

JPY/ZAR over 1Y: show the values
PointJPY/ZAR
2025-09-260.11653
2025-10-030.11711
2025-10-100.11284
2025-10-170.11553
2025-10-240.11333
2025-10-310.11252
2025-11-070.11332
2025-11-140.11135
2025-11-210.11075
2025-11-280.10963
2025-12-050.10908
2025-12-120.10806
2025-12-190.10670
2025-12-260.10655
2026-01-020.10523
2026-01-090.10515
2026-01-160.10365
2026-01-230.10208
2026-01-300.10344
2026-02-060.10264
2026-02-130.10460
2026-02-200.10372
2026-02-270.10220
2026-03-060.10586
2026-03-130.10542
2026-03-200.10635
2026-03-270.10751
2026-04-030.10648
2026-04-100.10320
2026-04-170.10297
2026-04-240.10389
2026-05-010.10628
2026-05-080.10474
2026-05-150.10509
2026-05-220.10353
2026-05-290.10187
2026-06-050.10178
2026-06-120.10176
2026-06-190.10218
2026-06-260.10183
2026-07-030.10061
2026-07-100.10083
2026-07-170.10168
2026-07-240.10286
2026-07-310.10344
2026-08-070.10246
2026-08-140.10166
2026-08-210.10085
2026-08-280.10021
2026-09-040.10219
2026-09-110.10490
2026-09-180.10306
2026-09-250.10339

High

0.11711

Low

0.10021

Average

0.10553

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=ZAR").json()

Replace YOUR_API_KEY with the key from your dashboard.

JPY/ZAR API questions

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

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

How far back does JPY/ZAR historical data go?

Daily JPY/ZAR rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free JPY/ZAR 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.