Skip to content

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

GIP/IDR over 1Y: show the values
PointGIP/IDR
2025-09-2622293.03
2025-10-0322262.16
2025-10-1022068.20
2025-10-1722278.62
2025-10-2422129.31
2025-10-3121922.02
2025-11-0721915.58
2025-11-1421962.99
2025-11-2121875.48
2025-11-2822044.37
2025-12-0522228.12
2025-12-1322238.27
2025-12-2022327.32
2025-12-2722629.52
2026-01-0322476.52
2026-01-1022561.44
2026-01-1722550.31
2026-01-2422911.02
2026-01-3122961.42
2026-02-0722938.74
2026-02-1422979.15
2026-02-2122724.33
2026-02-2822658.08
2026-03-0722731.89
2026-03-1422415.78
2026-03-2122635.19
2026-03-2822682.73
2026-04-0422413.25
2026-04-1122971.26
2026-04-1823202.54
2026-04-2523282.08
2026-05-0223539.90
2026-05-0923648.55
2026-05-1723433.00
2026-05-2523897.10
2026-06-0123998.98
2026-06-1023971.94
2026-06-1723910.04
2026-06-2423721.36
2026-07-0123768.81
2026-07-0824164.43
2026-07-1524228.66
2026-07-2223982.30
2026-07-2924029.76
2026-08-0524046.23
2026-08-1224094.31
2026-08-2024215.59
2026-08-2724090.92
2026-09-0323815.15
2026-09-1023822.61
2026-09-1723714.67
2026-09-2423733.37

High

24228.66

Low

21875.48

Average

23072.10

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=IDR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=IDR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=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&currencies=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.