Skip to content

EUR to PEN exchange rate API

Euro to Sol · quoted 2026-09-27

3.8634

▼ +3.23% over 6M

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 6 months, EUR/PEN traded between 3.8309 and 4.0848, averaged 3.9146 and fell 3.23%. 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 6M

EUR/PEN over 6M: show the values
PointEUR/PEN
2026-03-313.9922
2026-04-073.9422
2026-04-143.9743
2026-04-214.0228
2026-04-284.0848
2026-05-054.0575
2026-05-124.0067
2026-05-193.9668
2026-05-263.9587
2026-06-023.9495
2026-06-093.8813
2026-06-163.8962
2026-06-233.8583
2026-06-303.8638
2026-07-073.8720
2026-07-143.8465
2026-07-213.8595
2026-07-283.8545
2026-08-043.8824
2026-08-113.8614
2026-08-183.8684
2026-08-253.8762
2026-09-013.8754
2026-09-083.8741
2026-09-153.8740
2026-09-223.8309

High

4.0848

Low

3.8309

Average

3.9146

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.