GBP to INR exchange rate API
Pound Sterling to Indian Rupee · quoted 2026-09-26
126.7881
▲ +25.35% over 5Y
1 GBP = 126.7881 INR · 1 INR = 0.007887 GBP · Get this rate via the API
1 GBP buys 126.7881 INR as of 2026-09-26, so 1 INR buys 0.007887 GBP. Over the last 5 years, GBP/INR traded between 90.9557 and 130.5842, averaged 110.1243 and rose 25.35%. The API holds daily GBP/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.
GBP/INR over 5Y: show the values
| Point | GBP/INR |
|---|---|
| 2021-09-27 | 101.1502 |
| 2021-11-08 | 100.3926 |
| 2021-12-20 | 100.3492 |
| 2022-01-31 | 100.2556 |
| 2022-03-14 | 100.0192 |
| 2022-04-27 | 96.2661 |
| 2022-06-08 | 97.4748 |
| 2022-07-20 | 95.7982 |
| 2022-08-31 | 92.4583 |
| 2022-10-12 | 90.9557 |
| 2022-11-23 | 97.7967 |
| 2023-01-05 | 99.0630 |
| 2023-02-16 | 99.5212 |
| 2023-03-30 | 101.3538 |
| 2023-05-16 | 102.9073 |
| 2023-06-27 | 104.4244 |
| 2023-08-08 | 105.2270 |
| 2023-09-19 | 103.3397 |
| 2023-10-31 | 101.2059 |
| 2023-12-12 | 104.8279 |
| 2024-01-26 | 105.8583 |
| 2024-03-08 | 106.1861 |
| 2024-04-23 | 103.3673 |
| 2024-06-05 | 106.6551 |
| 2024-07-17 | 108.8771 |
| 2024-08-27 | 110.9383 |
| 2024-10-01 | 112.4478 |
| 2024-10-31 | 109.2415 |
| 2024-11-30 | 107.7317 |
| 2024-12-30 | 107.6174 |
| 2025-01-29 | 107.4909 |
| 2025-02-28 | 110.1238 |
| 2025-03-30 | 110.6886 |
| 2025-04-29 | 113.9359 |
| 2025-05-29 | 115.0976 |
| 2025-06-28 | 117.2175 |
| 2025-07-28 | 116.4139 |
| 2025-08-27 | 117.9447 |
| 2025-09-26 | 118.4778 |
| 2025-10-26 | 117.2828 |
| 2025-11-25 | 117.2445 |
| 2025-12-25 | 121.3883 |
| 2026-01-24 | 125.0276 |
| 2026-02-23 | 122.6415 |
| 2026-03-25 | 125.8123 |
| 2026-04-24 | 127.1714 |
| 2026-05-24 | 128.9108 |
| 2026-06-23 | 125.2066 |
| 2026-07-23 | 128.9593 |
| 2026-08-22 | 130.5842 |
| 2026-09-21 | 128.3487 |
High
130.5842
Low
90.9557
Average
110.1243
Get this rate via the API
One GET request returns the GBP/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=GBP¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
GBP/INR API questions
How do I get the GBP/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/INR rate in rates.INR.
How far back does GBP/INR historical data go?
Daily GBP/INR rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free GBP/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.