Skip to content

EUR to JPY exchange rate API

Euro to Yen · quoted 2026-09-26

179.1792

▲ +38.11% over 5Y

1 EUR = 179.1792 JPY · 1 JPY = 0.005581 EUR · Get this rate via the API

1 EUR buys 179.1792 JPY as of 2026-09-26, so 1 JPY buys 0.005581 EUR. Over the last 5 years, EUR/JPY traded between 127.9800 and 186.7100, averaged 161.0170 and rose 38.11%. The API holds daily EUR/JPY rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

EUR/JPY over 5Y

EUR/JPY over 5Y: show the values
PointEUR/JPY
2021-09-27129.7401
2021-11-08131.2901
2021-12-20127.9800
2022-01-31128.7901
2022-03-14129.3001
2022-04-27135.5701
2022-06-08143.9201
2022-07-20140.9200
2022-08-31138.7200
2022-10-12142.3401
2022-11-23145.7500
2023-01-05140.9500
2023-02-16143.3101
2023-03-30144.4200
2023-05-16147.8900
2023-06-27157.1401
2023-08-08156.5501
2023-09-19158.2001
2023-10-31160.3000
2023-12-12156.8400
2024-01-26160.6201
2024-03-08160.9901
2024-04-23165.2302
2024-06-05169.7202
2024-07-17171.2101
2024-08-27161.2401
2024-10-01159.6859
2024-10-31166.3001
2024-11-30158.4403
2024-12-30164.5701
2025-01-29161.5001
2025-02-28156.9601
2025-03-30162.2034
2025-04-29162.2801
2025-05-29163.4700
2025-06-28169.2726
2025-07-28172.6501
2025-08-27171.6301
2025-09-26174.7900
2025-10-26177.7998
2025-11-25180.4202
2025-12-25183.5594
2026-01-24184.4055
2026-02-23182.4401
2026-03-25184.2702
2026-04-24186.7100
2026-05-24184.8277
2026-06-23184.0202
2026-07-23186.2302
2026-08-22185.6347
2026-09-21180.7000

High

186.7100

Low

127.9800

Average

161.0170

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EUR/JPY API questions

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

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

How far back does EUR/JPY historical data go?

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