Skip to content

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

GBP/INR over 5Y: show the values
PointGBP/INR
2021-09-27101.1502
2021-11-08100.3926
2021-12-20100.3492
2022-01-31100.2556
2022-03-14100.0192
2022-04-2796.2661
2022-06-0897.4748
2022-07-2095.7982
2022-08-3192.4583
2022-10-1290.9557
2022-11-2397.7967
2023-01-0599.0630
2023-02-1699.5212
2023-03-30101.3538
2023-05-16102.9073
2023-06-27104.4244
2023-08-08105.2270
2023-09-19103.3397
2023-10-31101.2059
2023-12-12104.8279
2024-01-26105.8583
2024-03-08106.1861
2024-04-23103.3673
2024-06-05106.6551
2024-07-17108.8771
2024-08-27110.9383
2024-10-01112.4478
2024-10-31109.2415
2024-11-30107.7317
2024-12-30107.6174
2025-01-29107.4909
2025-02-28110.1238
2025-03-30110.6886
2025-04-29113.9359
2025-05-29115.0976
2025-06-28117.2175
2025-07-28116.4139
2025-08-27117.9447
2025-09-26118.4778
2025-10-26117.2828
2025-11-25117.2445
2025-12-25121.3883
2026-01-24125.0276
2026-02-23122.6415
2026-03-25125.8123
2026-04-24127.1714
2026-05-24128.9108
2026-06-23125.2066
2026-07-23128.9593
2026-08-22130.5842
2026-09-21128.3487

High

130.5842

Low

90.9557

Average

110.1243

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&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=GBP&currencies=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&currencies=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.