Skip to content

GIP to INR exchange rate API

Gibraltar Pound to Indian Rupee · quoted 2026-09-26

126.7881

▲ +7.12% over 1Y

1 GIP = 126.7881 INR · 1 INR = 0.007887 GIP · Get this rate via the API

1 GIP buys 126.7881 INR as of 2026-09-26, so 1 INR buys 0.007887 GIP. Over the last year, GIP/INR traded between 116.3882 and 130.2283, averaged 124.1193 and rose 7.12%. The API holds daily GIP/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/INR over 1Y

GIP/INR over 1Y: show the values
PointGIP/INR
2025-09-26118.3641
2025-10-03119.3276
2025-10-10118.0061
2025-10-17118.2482
2025-10-24116.9943
2025-10-31116.7286
2025-11-07116.3882
2025-11-14116.5992
2025-11-21117.2927
2025-11-28118.3961
2025-12-05119.9164
2025-12-13121.0965
2025-12-20119.8202
2025-12-27121.2404
2026-01-03121.1377
2026-01-10120.9479
2026-01-17121.0874
2026-01-24125.0276
2026-01-31125.4549
2026-02-07123.3012
2026-02-14123.6650
2026-02-21122.2989
2026-02-28122.8536
2026-03-07123.3581
2026-03-14122.4810
2026-03-21125.6304
2026-03-28126.6438
2026-04-04122.3489
2026-04-11125.1525
2026-04-18125.3566
2026-04-25127.1886
2026-05-02128.8620
2026-05-09128.5014
2026-05-17128.1120
2026-05-25128.3358
2026-06-01127.8238
2026-06-10127.5119
2026-06-17126.9622
2026-06-24124.9260
2026-07-01126.0486
2026-07-08127.6553
2026-07-15129.0581
2026-07-22129.2484
2026-07-29127.1777
2026-08-05127.9922
2026-08-12128.7405
2026-08-20130.2283
2026-08-27129.7633
2026-09-03127.5173
2026-09-10129.3752
2026-09-17128.3436
2026-09-24126.9998

High

130.2283

Low

116.3882

Average

124.1193

For developers

Get this rate via the API

One GET request returns the GIP/INR 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=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=INR");
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=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

GIP/INR API questions

How do I get the GIP/INR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/INR rate in rates.INR.

How far back does GIP/INR historical data go?

Daily GIP/INR 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/INR 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.