Skip to content

EUR to PEN exchange rate API

Euro to Sol · quoted 2026-09-27

3.8634

▼ +0.52% over 30D

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 30 days, EUR/PEN traded between 3.8269 and 3.8938, averaged 3.8706 and fell 0.52%. 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 30D

EUR/PEN over 30D: show the values
PointEUR/PEN
2026-08-283.8836
2026-08-293.8822
2026-08-303.8743
2026-08-313.8809
2026-09-013.8754
2026-09-023.8657
2026-09-033.8809
2026-09-043.8889
2026-09-053.8938
2026-09-063.8894
2026-09-073.8871
2026-09-083.8741
2026-09-093.8901
2026-09-103.8923
2026-09-113.8822
2026-09-123.8910
2026-09-133.8838
2026-09-143.8820
2026-09-153.8740
2026-09-163.8632
2026-09-173.8388
2026-09-183.8269
2026-09-193.8759
2026-09-203.8551
2026-09-213.8334
2026-09-223.8309
2026-09-233.8448
2026-09-243.8511
2026-09-253.8806
2026-09-263.8602
2026-09-273.8634

High

3.8938

Low

3.8269

Average

3.8706

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.