Skip to content

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

EUR/PEN over 1Y: show the values
PointEUR/PEN
2025-09-274.0978
2025-10-044.0652
2025-10-113.9863
2025-10-183.9398
2025-10-253.9341
2025-11-013.9099
2025-11-083.9058
2025-11-153.9113
2025-11-223.8882
2025-11-293.8980
2025-12-063.9175
2025-12-133.9523
2025-12-203.9438
2025-12-273.9616
2026-01-033.9410
2026-01-103.9126
2026-01-173.9044
2026-01-243.9739
2026-01-313.9825
2026-02-073.9772
2026-02-143.9778
2026-02-213.9618
2026-02-283.9630
2026-03-074.0430
2026-03-143.9560
2026-03-214.0326
2026-03-283.9943
2026-04-043.9765
2026-04-113.9733
2026-04-184.0458
2026-04-254.0878
2026-05-024.1127
2026-05-094.0499
2026-05-163.9897
2026-05-233.9693
2026-05-303.9636
2026-06-063.9993
2026-06-133.9337
2026-06-203.8817
2026-06-273.8955
2026-07-043.8904
2026-07-113.8706
2026-07-183.8780
2026-07-253.8701
2026-08-013.9079
2026-08-083.8977
2026-08-153.9000
2026-08-223.9160
2026-08-293.8822
2026-09-053.8938
2026-09-123.8910
2026-09-193.8759
2026-09-263.8602

High

4.1127

Low

3.8602

Average

3.9483

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=PEN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=PEN");
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=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&currencies=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.