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: show the values
| Point | GIP/INR |
|---|---|
| 2025-09-26 | 118.3641 |
| 2025-10-03 | 119.3276 |
| 2025-10-10 | 118.0061 |
| 2025-10-17 | 118.2482 |
| 2025-10-24 | 116.9943 |
| 2025-10-31 | 116.7286 |
| 2025-11-07 | 116.3882 |
| 2025-11-14 | 116.5992 |
| 2025-11-21 | 117.2927 |
| 2025-11-28 | 118.3961 |
| 2025-12-05 | 119.9164 |
| 2025-12-13 | 121.0965 |
| 2025-12-20 | 119.8202 |
| 2025-12-27 | 121.2404 |
| 2026-01-03 | 121.1377 |
| 2026-01-10 | 120.9479 |
| 2026-01-17 | 121.0874 |
| 2026-01-24 | 125.0276 |
| 2026-01-31 | 125.4549 |
| 2026-02-07 | 123.3012 |
| 2026-02-14 | 123.6650 |
| 2026-02-21 | 122.2989 |
| 2026-02-28 | 122.8536 |
| 2026-03-07 | 123.3581 |
| 2026-03-14 | 122.4810 |
| 2026-03-21 | 125.6304 |
| 2026-03-28 | 126.6438 |
| 2026-04-04 | 122.3489 |
| 2026-04-11 | 125.1525 |
| 2026-04-18 | 125.3566 |
| 2026-04-25 | 127.1886 |
| 2026-05-02 | 128.8620 |
| 2026-05-09 | 128.5014 |
| 2026-05-17 | 128.1120 |
| 2026-05-25 | 128.3358 |
| 2026-06-01 | 127.8238 |
| 2026-06-10 | 127.5119 |
| 2026-06-17 | 126.9622 |
| 2026-06-24 | 124.9260 |
| 2026-07-01 | 126.0486 |
| 2026-07-08 | 127.6553 |
| 2026-07-15 | 129.0581 |
| 2026-07-22 | 129.2484 |
| 2026-07-29 | 127.1777 |
| 2026-08-05 | 127.9922 |
| 2026-08-12 | 128.7405 |
| 2026-08-20 | 130.2283 |
| 2026-08-27 | 129.7633 |
| 2026-09-03 | 127.5173 |
| 2026-09-10 | 129.3752 |
| 2026-09-17 | 128.3436 |
| 2026-09-24 | 126.9998 |
High
130.2283
Low
116.3882
Average
124.1193
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=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¤cies=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.