GIP to IDR exchange rate API
Gibraltar Pound to Rupiah · quoted 2026-09-26
23722.89
▲ +6.41% over 1Y
1 GIP = 23722.89 IDR · 1 IDR = 0.000042 GIP · Get this rate via the API
1 GIP buys 23722.89 IDR as of 2026-09-26, so 1 IDR buys 0.000042 GIP. Over the last year, GIP/IDR traded between 21875.48 and 24228.66, averaged 23072.10 and rose 6.41%. The API holds daily GIP/IDR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/IDR over 1Y: show the values
| Point | GIP/IDR |
|---|---|
| 2025-09-26 | 22293.03 |
| 2025-10-03 | 22262.16 |
| 2025-10-10 | 22068.20 |
| 2025-10-17 | 22278.62 |
| 2025-10-24 | 22129.31 |
| 2025-10-31 | 21922.02 |
| 2025-11-07 | 21915.58 |
| 2025-11-14 | 21962.99 |
| 2025-11-21 | 21875.48 |
| 2025-11-28 | 22044.37 |
| 2025-12-05 | 22228.12 |
| 2025-12-13 | 22238.27 |
| 2025-12-20 | 22327.32 |
| 2025-12-27 | 22629.52 |
| 2026-01-03 | 22476.52 |
| 2026-01-10 | 22561.44 |
| 2026-01-17 | 22550.31 |
| 2026-01-24 | 22911.02 |
| 2026-01-31 | 22961.42 |
| 2026-02-07 | 22938.74 |
| 2026-02-14 | 22979.15 |
| 2026-02-21 | 22724.33 |
| 2026-02-28 | 22658.08 |
| 2026-03-07 | 22731.89 |
| 2026-03-14 | 22415.78 |
| 2026-03-21 | 22635.19 |
| 2026-03-28 | 22682.73 |
| 2026-04-04 | 22413.25 |
| 2026-04-11 | 22971.26 |
| 2026-04-18 | 23202.54 |
| 2026-04-25 | 23282.08 |
| 2026-05-02 | 23539.90 |
| 2026-05-09 | 23648.55 |
| 2026-05-17 | 23433.00 |
| 2026-05-25 | 23897.10 |
| 2026-06-01 | 23998.98 |
| 2026-06-10 | 23971.94 |
| 2026-06-17 | 23910.04 |
| 2026-06-24 | 23721.36 |
| 2026-07-01 | 23768.81 |
| 2026-07-08 | 24164.43 |
| 2026-07-15 | 24228.66 |
| 2026-07-22 | 23982.30 |
| 2026-07-29 | 24029.76 |
| 2026-08-05 | 24046.23 |
| 2026-08-12 | 24094.31 |
| 2026-08-20 | 24215.59 |
| 2026-08-27 | 24090.92 |
| 2026-09-03 | 23815.15 |
| 2026-09-10 | 23822.61 |
| 2026-09-17 | 23714.67 |
| 2026-09-24 | 23733.37 |
High
24228.66
Low
21875.48
Average
23072.10
Get this rate via the API
One GET request returns the GIP/IDR 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=GIP¤cies=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=IDR").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/IDR API questions
How do I get the GIP/IDR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/IDR rate in rates.IDR.
How far back does GIP/IDR historical data go?
Daily GIP/IDR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free GIP/IDR 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.