Convert IDR to GBP
Indonesian Rupiah → British Pound
1 IDR = 0.0000421227 GBP(1 GBP = 23,740.159 IDR)
Currency converter
1 IDR =
0.000042123 GBP
IDR to GBP: last 30 days
Over the last 30 days, 1 IDR traded between 0.000041556 and 0.000042328 GBP, averaging 0.000041954 GBP. The IDR/GBP rate is up 1.36% since 2026-08-28.
- 30-day high
- 0.000042328
- 2026-09-23
- 30-day low
- 0.000041556
- 2026-08-28
- 30-day average
- 0.000041954
- Days with data: 30
- 30-day change
- +1.36%
- since 2026-08-28
0.000042328
0.0000415562026-08-28 → 2026-09-26
| Date | 1 IDR in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.000042123 | 0.00% |
| 2026-09-25 | 0.000042123 | -0.14% |
| 2026-09-24 | 0.000042183 | -0.34% |
| 2026-09-23 | 0.000042328 | +0.80% |
| 2026-09-22 | 0.000041993 | +0.51% |
| 2026-09-21 | 0.00004178 | -0.63% |
| 2026-09-20 | 0.000042046 | 0.00% |
| 2026-09-19 | 0.000042046 | 0.00% |
| 2026-09-18 | 0.000042046 | -0.30% |
| 2026-09-17 | 0.000042172 | +0.27% |
| 2026-09-16 | 0.000042058 | +0.36% |
| 2026-09-15 | 0.000041909 | -0.13% |
| 2026-09-14 | 0.000041961 | -0.22% |
| 2026-09-13 | 0.000042055 | 0.00% |
| 2026-09-12 | 0.000042055 | 0.00% |
| Date | 1 IDR in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.000042055 | -0.07% |
| 2026-09-10 | 0.000042087 | -0.23% |
| 2026-09-09 | 0.000042184 | +0.55% |
| 2026-09-08 | 0.000041953 | +0.17% |
| 2026-09-07 | 0.00004188 | -0.07% |
| 2026-09-06 | 0.000041909 | 0.00% |
| 2026-09-05 | 0.000041909 | 0.00% |
| 2026-09-04 | 0.000041909 | -0.18% |
| 2026-09-03 | 0.000041984 | +0.28% |
| 2026-09-02 | 0.000041867 | +0.53% |
| 2026-09-01 | 0.000041648 | -0.14% |
| 2026-08-31 | 0.000041705 | +0.36% |
| 2026-08-30 | 0.000041556 | 0.00% |
| 2026-08-29 | 0.000041556 | 0.00% |
| 2026-08-28 | 0.000041556 | — |
IDR to GBP conversion table
1 IDR0.000042123 GBP
5 IDR0.00021061 GBP
10 IDR0.00042123 GBP
25 IDR0.0010531 GBP
50 IDR0.0021061 GBP
100 IDR0.0042123 GBP
500 IDR0.021061 GBP
1,000 IDR0.042123 GBP
5,000 IDR0.21061 GBP
10,000 IDR0.42123 GBP
Get the IDR/GBP rate in your app
One GET request returns the latest IDR → GBP 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/IDR/GBP?precision=6"fetch('https://rate-api.com/api/v1/pair/IDR/GBP?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 IDR = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/IDR/GBP?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 IDR = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/IDR/GBP?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 IDR = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "IDR",
"to": "GBP"
},
"rate": 4.2e-5,
"timestamp": 1790432206,
"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
GBP to IDRBritish Pound → Indonesian Rupiah23,740.159Convert IDR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.