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: show the values
| Point | EUR/PEN |
|---|---|
| 2026-03-31 | 3.9922 |
| 2026-04-07 | 3.9422 |
| 2026-04-14 | 3.9743 |
| 2026-04-21 | 4.0228 |
| 2026-04-28 | 4.0848 |
| 2026-05-05 | 4.0575 |
| 2026-05-12 | 4.0067 |
| 2026-05-19 | 3.9668 |
| 2026-05-26 | 3.9587 |
| 2026-06-02 | 3.9495 |
| 2026-06-09 | 3.8813 |
| 2026-06-16 | 3.8962 |
| 2026-06-23 | 3.8583 |
| 2026-06-30 | 3.8638 |
| 2026-07-07 | 3.8720 |
| 2026-07-14 | 3.8465 |
| 2026-07-21 | 3.8595 |
| 2026-07-28 | 3.8545 |
| 2026-08-04 | 3.8824 |
| 2026-08-11 | 3.8614 |
| 2026-08-18 | 3.8684 |
| 2026-08-25 | 3.8762 |
| 2026-09-01 | 3.8754 |
| 2026-09-08 | 3.8741 |
| 2026-09-15 | 3.8740 |
| 2026-09-22 | 3.8309 |
High
4.0848
Low
3.8309
Average
3.9146
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=PEN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=PEN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.