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: show the values
| Point | EUR/PKR |
|---|---|
| 2025-09-25 | 327.2535 |
| 2025-10-02 | 327.6279 |
| 2025-10-09 | 326.9296 |
| 2025-10-16 | 329.0249 |
| 2025-10-23 | 328.2042 |
| 2025-10-30 | 326.5374 |
| 2025-11-06 | 326.0220 |
| 2025-11-13 | 328.2676 |
| 2025-11-20 | 324.8350 |
| 2025-11-27 | 327.1187 |
| 2025-12-04 | 331.2039 |
| 2025-12-11 | 315.6357 |
| 2025-12-18 | 331.2678 |
| 2025-12-25 | 329.9530 |
| 2026-01-01 | 329.1166 |
| 2026-01-08 | 328.2515 |
| 2026-01-15 | 325.9811 |
| 2026-01-22 | 328.2910 |
| 2026-01-29 | 335.5506 |
| 2026-02-05 | 330.6879 |
| 2026-02-12 | 333.0710 |
| 2026-02-19 | 329.6362 |
| 2026-02-26 | 331.4539 |
| 2026-03-05 | 326.2130 |
| 2026-03-12 | 324.1475 |
| 2026-03-19 | 322.3501 |
| 2026-03-26 | 324.5851 |
| 2026-04-02 | 324.2614 |
| 2026-04-09 | 328.7484 |
| 2026-04-16 | 331.3405 |
| 2026-04-23 | 328.9260 |
| 2026-04-30 | 329.1032 |
| 2026-05-07 | 331.0611 |
| 2026-05-14 | 329.2413 |
| 2026-05-21 | 326.1847 |
| 2026-05-28 | 326.6606 |
| 2026-06-04 | 327.3554 |
| 2026-06-11 | 324.4338 |
| 2026-06-18 | 320.9815 |
| 2026-06-25 | 318.9384 |
| 2026-07-02 | 320.5301 |
| 2026-07-09 | 321.5238 |
| 2026-07-16 | 322.4208 |
| 2026-07-23 | 320.3259 |
| 2026-07-30 | 322.4552 |
| 2026-08-06 | 324.3146 |
| 2026-08-13 | 324.1202 |
| 2026-08-20 | 328.2107 |
| 2026-08-27 | 326.8422 |
| 2026-09-03 | 326.0337 |
| 2026-09-10 | 326.1058 |
| 2026-09-17 | 322.3254 |
| 2026-09-24 | 319.1379 |
High
335.5506
Low
315.6357
Average
326.3047
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.