Skip to content

GBP to INR exchange rate API

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

126.7881

▲ +7.01% over 1Y

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 year, GBP/INR traded between 116.2739 and 130.6871, averaged 124.1783 and rose 7.01%. 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 1Y

GBP/INR over 1Y: show the values
PointGBP/INR
2025-09-26118.4778
2025-10-03119.3939
2025-10-10117.8326
2025-10-17118.2139
2025-10-24116.8439
2025-10-31116.2739
2025-11-07116.3523
2025-11-14116.7608
2025-11-21117.3041
2025-11-28118.2479
2025-12-05120.0104
2025-12-12121.1310
2025-12-19119.9248
2025-12-26121.7120
2026-01-02121.2514
2026-01-09121.0483
2026-01-16121.5652
2026-01-23124.2531
2026-01-30126.5096
2026-02-06123.2015
2026-02-13123.3147
2026-02-20122.6118
2026-02-27122.6984
2026-03-06122.4719
2026-03-13122.5628
2026-03-20125.1475
2026-03-27125.9163
2026-04-03122.3976
2026-04-10124.8833
2026-04-17125.6225
2026-04-24127.1714
2026-05-01129.5040
2026-05-08128.6061
2026-05-15128.1953
2026-05-22128.3974
2026-05-29127.5550
2026-06-05127.8697
2026-06-12127.4776
2026-06-19124.8285
2026-06-26124.7848
2026-07-03127.1605
2026-07-10127.9626
2026-07-17129.3827
2026-07-24128.6658
2026-07-31128.0189
2026-08-07128.0564
2026-08-14129.1772
2026-08-21130.6871
2026-08-28129.5597
2026-09-04127.8453
2026-09-11129.0771
2026-09-18127.9408
2026-09-25126.9807

High

130.6871

Low

116.2739

Average

124.1783

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.