Skip to content

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

EUR/PEN over YTD: show the values
PointEUR/PEN
2025-12-313.9284
2026-01-073.9061
2026-01-143.8917
2026-01-213.9159
2026-01-283.9771
2026-02-043.9496
2026-02-113.9688
2026-02-183.9453
2026-02-253.9327
2026-03-043.9527
2026-03-113.9552
2026-03-183.9277
2026-03-253.9932
2026-04-013.9931
2026-04-083.9398
2026-04-154.0271
2026-04-224.0180
2026-04-294.1072
2026-05-064.0526
2026-05-133.9830
2026-05-203.9351
2026-05-273.9559
2026-06-033.9478
2026-06-103.9143
2026-06-173.8958
2026-06-243.8580
2026-07-013.8674
2026-07-083.8713
2026-07-153.8389
2026-07-223.8579
2026-07-293.8540
2026-08-053.8944
2026-08-123.8586
2026-08-193.8744
2026-08-263.8802
2026-09-023.8657
2026-09-093.8901
2026-09-163.8632
2026-09-233.8448

High

4.1072

Low

3.8389

Average

3.9249

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.