EUR to PEN exchange rate API
Euro to Sol · quoted 2026-09-27
3.8634
▼ +1.65% over YTD
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 year to date, EUR/PEN traded between 3.8389 and 4.1072, averaged 3.9249 and fell 1.65%. 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 YTD: show the values
| Point | EUR/PEN |
|---|---|
| 2025-12-31 | 3.9284 |
| 2026-01-07 | 3.9061 |
| 2026-01-14 | 3.8917 |
| 2026-01-21 | 3.9159 |
| 2026-01-28 | 3.9771 |
| 2026-02-04 | 3.9496 |
| 2026-02-11 | 3.9688 |
| 2026-02-18 | 3.9453 |
| 2026-02-25 | 3.9327 |
| 2026-03-04 | 3.9527 |
| 2026-03-11 | 3.9552 |
| 2026-03-18 | 3.9277 |
| 2026-03-25 | 3.9932 |
| 2026-04-01 | 3.9931 |
| 2026-04-08 | 3.9398 |
| 2026-04-15 | 4.0271 |
| 2026-04-22 | 4.0180 |
| 2026-04-29 | 4.1072 |
| 2026-05-06 | 4.0526 |
| 2026-05-13 | 3.9830 |
| 2026-05-20 | 3.9351 |
| 2026-05-27 | 3.9559 |
| 2026-06-03 | 3.9478 |
| 2026-06-10 | 3.9143 |
| 2026-06-17 | 3.8958 |
| 2026-06-24 | 3.8580 |
| 2026-07-01 | 3.8674 |
| 2026-07-08 | 3.8713 |
| 2026-07-15 | 3.8389 |
| 2026-07-22 | 3.8579 |
| 2026-07-29 | 3.8540 |
| 2026-08-05 | 3.8944 |
| 2026-08-12 | 3.8586 |
| 2026-08-19 | 3.8744 |
| 2026-08-26 | 3.8802 |
| 2026-09-02 | 3.8657 |
| 2026-09-09 | 3.8901 |
| 2026-09-16 | 3.8632 |
| 2026-09-23 | 3.8448 |
High
4.1072
Low
3.8389
Average
3.9249
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.