Skip to content

EUR to PKR exchange rate API

Euro to Pakistan Rupee · quoted 2026-09-25

319.6531

▼ +2.32% over 1Y

1 EUR = 319.6531 PKR · 1 PKR = 0.003128 EUR · Get this rate via the API

1 EUR buys 319.6531 PKR as of 2026-09-25, so 1 PKR buys 0.003128 EUR. Over the last year, EUR/PKR traded between 315.6357 and 335.5506, averaged 326.3047 and fell 2.32%. 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 1Y

EUR/PKR over 1Y: show the values
PointEUR/PKR
2025-09-25327.2535
2025-10-02327.6279
2025-10-09326.9296
2025-10-16329.0249
2025-10-23328.2042
2025-10-30326.5374
2025-11-06326.0220
2025-11-13328.2676
2025-11-20324.8350
2025-11-27327.1187
2025-12-04331.2039
2025-12-11315.6357
2025-12-18331.2678
2025-12-25329.9530
2026-01-01329.1166
2026-01-08328.2515
2026-01-15325.9811
2026-01-22328.2910
2026-01-29335.5506
2026-02-05330.6879
2026-02-12333.0710
2026-02-19329.6362
2026-02-26331.4539
2026-03-05326.2130
2026-03-12324.1475
2026-03-19322.3501
2026-03-26324.5851
2026-04-02324.2614
2026-04-09328.7484
2026-04-16331.3405
2026-04-23328.9260
2026-04-30329.1032
2026-05-07331.0611
2026-05-14329.2413
2026-05-21326.1847
2026-05-28326.6606
2026-06-04327.3554
2026-06-11324.4338
2026-06-18320.9815
2026-06-25318.9384
2026-07-02320.5301
2026-07-09321.5238
2026-07-16322.4208
2026-07-23320.3259
2026-07-30322.4552
2026-08-06324.3146
2026-08-13324.1202
2026-08-20328.2107
2026-08-27326.8422
2026-09-03326.0337
2026-09-10326.1058
2026-09-17322.3254
2026-09-24319.1379

High

335.5506

Low

315.6357

Average

326.3047

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.