EUR to PKR exchange rate API
Euro to Pakistan Rupee · quoted 2026-09-25
319.6531
▲ +61.01% over 5Y
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 5 years, EUR/PKR traded between 195.7146 and 330.7405, averaged 288.8993 and rose 61.01%. 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: show the values
| Point | EUR/PKR |
|---|---|
| 2021-09-27 | 198.5317 |
| 2021-11-08 | 197.1344 |
| 2021-12-20 | 200.8964 |
| 2022-02-01 | 198.7187 |
| 2022-03-15 | 197.3755 |
| 2022-04-29 | 195.7146 |
| 2022-06-15 | 216.0312 |
| 2022-07-27 | 239.7247 |
| 2022-09-07 | 222.0596 |
| 2022-10-19 | 215.8478 |
| 2022-11-30 | 233.1843 |
| 2023-01-12 | 246.3308 |
| 2023-02-23 | 277.0498 |
| 2023-04-11 | 314.8798 |
| 2023-05-26 | 306.5025 |
| 2023-07-10 | 302.7892 |
| 2023-08-21 | 324.8869 |
| 2023-10-02 | 302.0943 |
| 2023-11-13 | 302.7528 |
| 2023-12-27 | 311.7514 |
| 2024-02-08 | 300.5528 |
| 2024-03-21 | 303.6032 |
| 2024-05-08 | 298.7812 |
| 2024-06-24 | 298.9731 |
| 2024-08-05 | 305.5982 |
| 2024-09-13 | 305.2199 |
| 2024-10-16 | 299.0129 |
| 2024-11-15 | 290.7462 |
| 2024-12-15 | 289.0015 |
| 2025-01-14 | 281.9499 |
| 2025-02-13 | 286.7140 |
| 2025-03-15 | 304.7728 |
| 2025-04-14 | 315.4941 |
| 2025-05-14 | 312.0811 |
| 2025-06-13 | 322.1013 |
| 2025-07-13 | 330.1802 |
| 2025-08-12 | 324.4043 |
| 2025-09-11 | 325.6212 |
| 2025-10-11 | 326.2820 |
| 2025-11-10 | 326.8672 |
| 2025-12-10 | 328.8494 |
| 2026-01-09 | 326.7378 |
| 2026-02-08 | 330.7405 |
| 2026-03-10 | 326.7595 |
| 2026-04-09 | 328.7484 |
| 2026-05-09 | 328.5816 |
| 2026-06-08 | 324.5228 |
| 2026-07-08 | 320.6847 |
| 2026-08-07 | 324.1105 |
| 2026-09-06 | 322.2616 |
High
330.7405
Low
195.7146
Average
288.8993
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.