Skip to content

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

EUR/PEN over 5Y: show the values
PointEUR/PEN
2024-08-244.1957
2024-10-034.1080
2024-11-024.1059
2024-12-023.9316
2025-01-013.8940
2025-01-313.8646
2025-03-023.8706
2025-04-013.9570
2025-05-014.1386
2025-05-314.1372
2025-06-304.1551
2025-07-304.0918
2025-08-294.1298
2025-09-284.0927
2025-10-283.9257
2025-11-273.8775
2025-12-273.9616
2026-01-263.9427
2026-02-253.9327
2026-03-273.9990
2026-04-264.0579
2026-05-263.9587
2026-06-253.8470
2026-07-253.8701
2026-08-243.8815
2026-09-233.8448

High

4.1957

Low

3.8448

Average

3.9865

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.