EUR to PEN exchange rate API
Euro to Sol · quoted 2026-09-27
3.8634
▼ +7.92% over 5Y
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 5 years, EUR/PEN traded between 3.8448 and 4.1957, averaged 3.9865 and fell 7.92%. 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 5Y: show the values
| Point | EUR/PEN |
|---|---|
| 2024-08-24 | 4.1957 |
| 2024-10-03 | 4.1080 |
| 2024-11-02 | 4.1059 |
| 2024-12-02 | 3.9316 |
| 2025-01-01 | 3.8940 |
| 2025-01-31 | 3.8646 |
| 2025-03-02 | 3.8706 |
| 2025-04-01 | 3.9570 |
| 2025-05-01 | 4.1386 |
| 2025-05-31 | 4.1372 |
| 2025-06-30 | 4.1551 |
| 2025-07-30 | 4.0918 |
| 2025-08-29 | 4.1298 |
| 2025-09-28 | 4.0927 |
| 2025-10-28 | 3.9257 |
| 2025-11-27 | 3.8775 |
| 2025-12-27 | 3.9616 |
| 2026-01-26 | 3.9427 |
| 2026-02-25 | 3.9327 |
| 2026-03-27 | 3.9990 |
| 2026-04-26 | 4.0579 |
| 2026-05-26 | 3.9587 |
| 2026-06-25 | 3.8470 |
| 2026-07-25 | 3.8701 |
| 2026-08-24 | 3.8815 |
| 2026-09-23 | 3.8448 |
High
4.1957
Low
3.8448
Average
3.9865
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.