EUR to PEN exchange rate API
Euro to Sol · quoted 2026-09-27
3.8634
▼ +5.72% over 1Y
1 EUR = 3.8634 PEN · 1 PEN = 0.25884 EUR · Get this rate via the API
1 EUR buys 3.8634 PEN as of 2026-09-27, so 1 PEN buys 0.25884 EUR. Over the last year, EUR/PEN traded between 3.8602 and 4.1127, averaged 3.9483 and fell 5.72%. The API holds daily EUR/PEN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EUR/PEN over 1Y: show the values
| Point | EUR/PEN |
|---|---|
| 2025-09-27 | 4.0978 |
| 2025-10-04 | 4.0652 |
| 2025-10-11 | 3.9863 |
| 2025-10-18 | 3.9398 |
| 2025-10-25 | 3.9341 |
| 2025-11-01 | 3.9099 |
| 2025-11-08 | 3.9058 |
| 2025-11-15 | 3.9113 |
| 2025-11-22 | 3.8882 |
| 2025-11-29 | 3.8980 |
| 2025-12-06 | 3.9175 |
| 2025-12-13 | 3.9523 |
| 2025-12-20 | 3.9438 |
| 2025-12-27 | 3.9616 |
| 2026-01-03 | 3.9410 |
| 2026-01-10 | 3.9126 |
| 2026-01-17 | 3.9044 |
| 2026-01-24 | 3.9739 |
| 2026-01-31 | 3.9825 |
| 2026-02-07 | 3.9772 |
| 2026-02-14 | 3.9778 |
| 2026-02-21 | 3.9618 |
| 2026-02-28 | 3.9630 |
| 2026-03-07 | 4.0430 |
| 2026-03-14 | 3.9560 |
| 2026-03-21 | 4.0326 |
| 2026-03-28 | 3.9943 |
| 2026-04-04 | 3.9765 |
| 2026-04-11 | 3.9733 |
| 2026-04-18 | 4.0458 |
| 2026-04-25 | 4.0878 |
| 2026-05-02 | 4.1127 |
| 2026-05-09 | 4.0499 |
| 2026-05-16 | 3.9897 |
| 2026-05-23 | 3.9693 |
| 2026-05-30 | 3.9636 |
| 2026-06-06 | 3.9993 |
| 2026-06-13 | 3.9337 |
| 2026-06-20 | 3.8817 |
| 2026-06-27 | 3.8955 |
| 2026-07-04 | 3.8904 |
| 2026-07-11 | 3.8706 |
| 2026-07-18 | 3.8780 |
| 2026-07-25 | 3.8701 |
| 2026-08-01 | 3.9079 |
| 2026-08-08 | 3.8977 |
| 2026-08-15 | 3.9000 |
| 2026-08-22 | 3.9160 |
| 2026-08-29 | 3.8822 |
| 2026-09-05 | 3.8938 |
| 2026-09-12 | 3.8910 |
| 2026-09-19 | 3.8759 |
| 2026-09-26 | 3.8602 |
High
4.1127
Low
3.8602
Average
3.9483
Get this rate via the API
One GET request returns the EUR/PEN 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=PEN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=PEN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=PEN").json()Replace YOUR_API_KEY with the key from your dashboard.
EUR/PEN API questions
How do I get the EUR/PEN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=PEN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/PEN rate in rates.PEN.
How far back does EUR/PEN historical data go?
Daily EUR/PEN 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 EUR/PEN 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.