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: show the values
| Point | EUR/JPY |
|---|---|
| 2021-09-27 | 129.7401 |
| 2021-11-08 | 131.2901 |
| 2021-12-20 | 127.9800 |
| 2022-01-31 | 128.7901 |
| 2022-03-14 | 129.3001 |
| 2022-04-27 | 135.5701 |
| 2022-06-08 | 143.9201 |
| 2022-07-20 | 140.9200 |
| 2022-08-31 | 138.7200 |
| 2022-10-12 | 142.3401 |
| 2022-11-23 | 145.7500 |
| 2023-01-05 | 140.9500 |
| 2023-02-16 | 143.3101 |
| 2023-03-30 | 144.4200 |
| 2023-05-16 | 147.8900 |
| 2023-06-27 | 157.1401 |
| 2023-08-08 | 156.5501 |
| 2023-09-19 | 158.2001 |
| 2023-10-31 | 160.3000 |
| 2023-12-12 | 156.8400 |
| 2024-01-26 | 160.6201 |
| 2024-03-08 | 160.9901 |
| 2024-04-23 | 165.2302 |
| 2024-06-05 | 169.7202 |
| 2024-07-17 | 171.2101 |
| 2024-08-27 | 161.2401 |
| 2024-10-01 | 159.6859 |
| 2024-10-31 | 166.3001 |
| 2024-11-30 | 158.4403 |
| 2024-12-30 | 164.5701 |
| 2025-01-29 | 161.5001 |
| 2025-02-28 | 156.9601 |
| 2025-03-30 | 162.2034 |
| 2025-04-29 | 162.2801 |
| 2025-05-29 | 163.4700 |
| 2025-06-28 | 169.2726 |
| 2025-07-28 | 172.6501 |
| 2025-08-27 | 171.6301 |
| 2025-09-26 | 174.7900 |
| 2025-10-26 | 177.7998 |
| 2025-11-25 | 180.4202 |
| 2025-12-25 | 183.5594 |
| 2026-01-24 | 184.4055 |
| 2026-02-23 | 182.4401 |
| 2026-03-25 | 184.2702 |
| 2026-04-24 | 186.7100 |
| 2026-05-24 | 184.8277 |
| 2026-06-23 | 184.0202 |
| 2026-07-23 | 186.2302 |
| 2026-08-22 | 185.6347 |
| 2026-09-21 | 180.7000 |
High
186.7100
Low
127.9800
Average
161.0170
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.