Skip to content

EUR to PKR exchange rate API

Euro to Pakistan Rupee · quoted 2026-09-25

320.0373

▲ +61.20% over 5Y

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 last 5 years, EUR/PKR traded between 195.7146 and 330.7405, averaged 288.9068 and rose 61.20%. 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 5Y

EUR/PKR over 5Y: show the values
PointEUR/PKR
2021-09-27198.5317
2021-11-08197.1344
2021-12-20200.8964
2022-02-01198.7187
2022-03-15197.3755
2022-04-29195.7146
2022-06-15216.0312
2022-07-27239.7247
2022-09-07222.0596
2022-10-19215.8478
2022-11-30233.1843
2023-01-12246.3308
2023-02-23277.0498
2023-04-11314.8798
2023-05-26306.5025
2023-07-10302.7892
2023-08-21324.8869
2023-10-02302.0943
2023-11-13302.7528
2023-12-27311.7514
2024-02-08300.5528
2024-03-21303.6032
2024-05-08298.7812
2024-06-24298.9731
2024-08-05305.5982
2024-09-13305.2199
2024-10-16299.0129
2024-11-15290.7462
2024-12-15289.0015
2025-01-14281.9499
2025-02-13286.7140
2025-03-15304.7728
2025-04-14315.4941
2025-05-14312.0811
2025-06-13322.1013
2025-07-13330.1802
2025-08-12324.4043
2025-09-11325.6212
2025-10-11326.2820
2025-11-10326.8672
2025-12-10328.8494
2026-01-09326.7378
2026-02-08330.7405
2026-03-10326.7595
2026-04-09328.7484
2026-05-09328.5816
2026-06-08324.5228
2026-07-08320.6847
2026-08-07324.1105
2026-09-06322.2616

High

330.7405

Low

195.7146

Average

288.9068

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.