Skip to content

EUR to PKR exchange rate API

Euro to Pakistan Rupee · quoted 2026-09-25

320.0373

▼ +2.84% over YTD

1 EUR = 320.0373 PKR · 1 PKR = 0.003125 EUR · Get this rate via the API

1 EUR buys 320.0373 PKR as of 2026-09-25, so 1 PKR buys 0.003125 EUR. Over the year to date, EUR/PKR traded between 318.8787 and 335.7438, averaged 326.3743 and fell 2.84%. The API holds daily EUR/PKR rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

EUR/PKR over YTD

EUR/PKR over YTD: show the values
PointEUR/PKR
2025-12-31329.3881
2026-01-07327.9867
2026-01-14326.7473
2026-01-21329.1564
2026-01-28335.7438
2026-02-04331.3061
2026-02-11333.4762
2026-02-18332.2058
2026-02-25330.5908
2026-03-04327.1031
2026-03-11325.0683
2026-03-18322.7849
2026-03-25326.0246
2026-04-01326.3963
2026-04-08329.3416
2026-04-15331.3010
2026-04-22329.9860
2026-04-29329.1728
2026-05-06330.7625
2026-05-13329.6070
2026-05-20326.1793
2026-05-27327.2563
2026-06-03326.5873
2026-06-10324.5074
2026-06-17325.7649
2026-06-24318.8787
2026-07-01320.0689
2026-07-08320.6847
2026-07-15320.7366
2026-07-22320.7920
2026-07-29319.7648
2026-08-05324.6441
2026-08-12324.4164
2026-08-19326.2800
2026-08-26327.8668
2026-09-02325.0358
2026-09-09327.1041
2026-09-16323.8735
2026-09-23320.3438

High

335.7438

Low

318.8787

Average

326.3743

For developers

Get this rate via the API

One GET request returns the EUR/PKR 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=PKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=PKR");
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=PKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

EUR/PKR API questions

How do I get the EUR/PKR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=PKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/PKR rate in rates.PKR.

How far back does EUR/PKR historical data go?

Daily EUR/PKR rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free EUR/PKR 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.