Convert JPY to LKR
Japanese Yen → Sri Lankan Rupee
1 JPY = 2.094248 LKR(1 LKR = 0.477498 JPY)
Currency converter
1 JPY =
2.0942 LKR
JPY to LKR: last 30 days
Over the last 30 days, 1 JPY traded between 2.0474 and 2.1422 LKR, averaging 2.1 LKR. The JPY/LKR rate is up 1.94% since 2026-08-28.
- 30-day high
- 2.1422
- 2026-09-09
- 30-day low
- 2.0474
- 2026-09-01
- 30-day average
- 2.1
- Days with data: 30
- 30-day change
- +1.94%
- since 2026-08-28
2.1422
2.04742026-08-28 → 2026-09-26
| Date | 1 JPY in LKR | Daily change |
|---|---|---|
| 2026-09-26 | 2.0942 | 0.00% |
| 2026-09-25 | 2.0942 | +0.83% |
| 2026-09-24 | 2.077 | -0.37% |
| 2026-09-23 | 2.0848 | -0.93% |
| 2026-09-22 | 2.1043 | +0.03% |
| 2026-09-21 | 2.1036 | +0.43% |
| 2026-09-20 | 2.0946 | -0.12% |
| 2026-09-19 | 2.0972 | -0.15% |
| 2026-09-18 | 2.1004 | -1.63% |
| 2026-09-17 | 2.1351 | +0.45% |
| 2026-09-16 | 2.1255 | +0.18% |
| 2026-09-15 | 2.1217 | -0.18% |
| 2026-09-14 | 2.1255 | -0.36% |
| 2026-09-13 | 2.1332 | -0.00% |
| 2026-09-12 | 2.1333 | +0.01% |
| Date | 1 JPY in LKR | Daily change |
|---|---|---|
| 2026-09-11 | 2.133 | +0.09% |
| 2026-09-10 | 2.1311 | -0.52% |
| 2026-09-09 | 2.1422 | +0.77% |
| 2026-09-08 | 2.1259 | +0.26% |
| 2026-09-07 | 2.1205 | +0.99% |
| 2026-09-06 | 2.0998 | -0.04% |
| 2026-09-05 | 2.1006 | +0.12% |
| 2026-09-04 | 2.098 | -0.23% |
| 2026-09-03 | 2.1029 | +2.33% |
| 2026-09-02 | 2.0551 | +0.37% |
| 2026-09-01 | 2.0474 | -0.48% |
| 2026-08-31 | 2.0573 | +0.19% |
| 2026-08-30 | 2.0535 | -0.04% |
| 2026-08-29 | 2.0543 | -0.01% |
| 2026-08-28 | 2.0544 | — |
JPY to LKR conversion table
1 JPY2.0942 LKR
5 JPY10.4712 LKR
10 JPY20.9425 LKR
25 JPY52.3562 LKR
50 JPY104.7124 LKR
100 JPY209.4248 LKR
500 JPY1,047.1237 LKR
1,000 JPY2,094.2475 LKR
5,000 JPY10,471.237 LKR
10,000 JPY20,942.475 LKR
Get the JPY/LKR rate in your app
One GET request returns the latest JPY → LKR 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/JPY/LKR"fetch('https://rate-api.com/api/v1/pair/JPY/LKR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} LKR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/LKR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} LKR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/LKR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} LKR\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "LKR"
},
"rate": 2.0942,
"timestamp": 1790429334,
"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
LKR to JPYSri Lankan Rupee → Japanese Yen0.4775Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.