Convert EUR to PKR
Euro → Pakistani Rupee
1 EUR = 315.9227 PKR(1 PKR = 0.00316533 EUR)
Currency converter
1 EUR =
315.9227 PKR
EUR to PKR: last 30 days
Over the last 30 days, 1 EUR traded between 315.9227 and 323.1826 PKR, averaging 320.3927 PKR. The EUR/PKR rate is down 2.24% since 2026-08-28.
- 30-day high
- 323.1826
- 2026-08-29
- 30-day low
- 315.9227
- 2026-09-25
- 30-day average
- 320.3927
- Days with data: 30
- 30-day change
- -2.24%
- since 2026-08-28
323.1826
315.92272026-08-28 → 2026-09-26
| Date | 1 EUR in PKR | Daily change |
|---|---|---|
| 2026-09-26 | 315.9227 | 0.00% |
| 2026-09-25 | 315.9227 | -0.05% |
| 2026-09-24 | 316.0747 | -0.14% |
| 2026-09-23 | 316.5198 | -0.43% |
| 2026-09-22 | 317.8943 | -0.18% |
| 2026-09-21 | 318.4793 | +0.19% |
| 2026-09-20 | 317.865 | +0.03% |
| 2026-09-19 | 317.7683 | +0.05% |
| 2026-09-18 | 317.601 | -0.43% |
| 2026-09-17 | 318.9862 | -0.33% |
| 2026-09-16 | 320.0544 | -0.00% |
| 2026-09-15 | 320.0561 | -0.13% |
| 2026-09-14 | 320.4636 | -0.26% |
| 2026-09-13 | 321.3117 | -0.17% |
| 2026-09-12 | 321.8612 | +0.12% |
| Date | 1 EUR in PKR | Daily change |
|---|---|---|
| 2026-09-11 | 321.4604 | -0.22% |
| 2026-09-10 | 322.1643 | -0.19% |
| 2026-09-09 | 322.7664 | +0.15% |
| 2026-09-08 | 322.29 | -0.03% |
| 2026-09-07 | 322.3801 | -0.01% |
| 2026-09-06 | 322.4058 | -0.06% |
| 2026-09-05 | 322.6025 | +0.03% |
| 2026-09-04 | 322.5091 | +0.23% |
| 2026-09-03 | 321.7689 | +0.15% |
| 2026-09-02 | 321.2734 | -0.13% |
| 2026-09-01 | 321.6844 | -0.19% |
| 2026-08-31 | 322.2922 | -0.24% |
| 2026-08-30 | 323.0623 | -0.04% |
| 2026-08-29 | 323.1826 | +0.01% |
| 2026-08-28 | 323.1576 | — |
EUR to PKR conversion table
1 EUR315.9227 PKR
5 EUR1,579.6135 PKR
10 EUR3,159.227 PKR
25 EUR7,898.0674 PKR
50 EUR15,796.135 PKR
100 EUR31,592.27 PKR
500 EUR157,961.35 PKR
1,000 EUR315,922.7 PKR
5,000 EUR1,579,613.5 PKR
10,000 EUR3,159,227 PKR
Get the EUR/PKR rate in your app
One GET request returns the latest EUR → PKR rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/EUR/PKR"fetch('https://rate-api.com/api/v1/pair/EUR/PKR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} PKR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/PKR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} PKR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/PKR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} PKR\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "PKR"
},
"rate": 315.9227,
"timestamp": 1790429386,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
PKR to EURPakistani Rupee → Euro0.0031653Convert EUR to other currencies
Convert other currencies to PKR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.