Skip to content

NIO to JPY exchange rate API

Cordoba Oro to Yen · quoted 2026-09-25

4.2988

▲ +6.10% over 1Y

1 NIO = 4.2988 JPY · 1 JPY = 0.23262 NIO · Get this rate via the API

1 NIO buys 4.2988 JPY as of 2026-09-25, so 1 JPY buys 0.23262 NIO. Over the last year, NIO/JPY traded between 3.9867 and 4.4569, averaged 4.2778 and rose 6.10%. The API holds daily NIO/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/JPY over 1Y

NIO/JPY over 1Y: show the values
PointNIO/JPY
2025-09-254.0517
2025-10-023.9867
2025-10-094.1534
2025-10-164.1188
2025-10-234.1519
2025-10-304.1943
2025-11-064.1758
2025-11-134.2010
2025-11-204.2829
2025-11-274.2495
2025-12-044.2071
2025-12-124.2433
2025-12-194.2738
2025-12-264.2493
2026-01-024.2652
2026-01-094.2810
2026-01-164.2988
2026-01-234.3070
2026-01-304.1844
2026-02-064.2673
2026-02-134.1627
2026-02-204.2169
2026-02-274.2361
2026-03-064.2920
2026-03-134.3233
2026-03-204.3193
2026-03-274.3482
2026-04-034.3425
2026-04-104.3353
2026-04-174.3239
2026-04-244.3426
2026-05-014.2729
2026-05-084.2464
2026-05-164.3240
2026-05-244.3360
2026-05-314.3464
2026-06-094.3631
2026-06-164.3616
2026-06-234.3943
2026-06-304.4161
2026-07-074.4029
2026-07-144.4123
2026-07-214.4186
2026-07-284.4569
2026-08-044.2753
2026-08-114.3247
2026-08-184.3385
2026-08-264.3241
2026-09-024.3422
2026-09-094.1695
2026-09-164.2236
2026-09-234.2885

High

4.4569

Low

3.9867

Average

4.2778

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NIO/JPY API questions

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

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

How far back does NIO/JPY historical data go?

Daily NIO/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 NIO/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.