EUR to PKR exchange rate API
Euro to Pakistan Rupee · quoted 2026-09-25
319.6531
▼ +2.96% over YTD
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 year to date, EUR/PKR traded between 318.8787 and 335.7438, averaged 326.3647 and fell 2.96%. 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: show the values
| Point | EUR/PKR |
|---|---|
| 2025-12-31 | 329.3881 |
| 2026-01-07 | 327.9867 |
| 2026-01-14 | 326.7473 |
| 2026-01-21 | 329.1564 |
| 2026-01-28 | 335.7438 |
| 2026-02-04 | 331.3061 |
| 2026-02-11 | 333.4762 |
| 2026-02-18 | 332.2058 |
| 2026-02-25 | 330.5908 |
| 2026-03-04 | 327.1031 |
| 2026-03-11 | 325.0683 |
| 2026-03-18 | 322.7849 |
| 2026-03-25 | 326.0246 |
| 2026-04-01 | 326.3963 |
| 2026-04-08 | 329.3416 |
| 2026-04-15 | 331.3010 |
| 2026-04-22 | 329.9860 |
| 2026-04-29 | 329.1728 |
| 2026-05-06 | 330.7625 |
| 2026-05-13 | 329.6070 |
| 2026-05-20 | 326.1793 |
| 2026-05-27 | 327.2563 |
| 2026-06-03 | 326.5873 |
| 2026-06-10 | 324.5074 |
| 2026-06-17 | 325.7649 |
| 2026-06-24 | 318.8787 |
| 2026-07-01 | 320.0689 |
| 2026-07-08 | 320.6847 |
| 2026-07-15 | 320.7366 |
| 2026-07-22 | 320.7920 |
| 2026-07-29 | 319.7648 |
| 2026-08-05 | 324.6441 |
| 2026-08-12 | 324.4164 |
| 2026-08-19 | 326.2800 |
| 2026-08-26 | 327.8668 |
| 2026-09-02 | 325.0358 |
| 2026-09-09 | 327.1041 |
| 2026-09-16 | 323.8735 |
| 2026-09-23 | 320.3438 |
High
335.7438
Low
318.8787
Average
326.3647
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.