Skip to content

GBP to INR exchange rate API

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

126.7881

▲ +4.77% over YTD

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 year to date, GBP/INR traded between 121.0137 and 130.0593, averaged 126.3505 and rose 4.77%. 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 YTD

GBP/INR over YTD: show the values
PointGBP/INR
2025-12-31121.0137
2026-01-07121.1722
2026-01-14121.3796
2026-01-21123.0302
2026-01-28126.7623
2026-02-04124.0364
2026-02-11124.2669
2026-02-18123.1374
2026-02-25122.9826
2026-03-04123.2256
2026-03-11123.4661
2026-03-18123.6559
2026-03-25125.8123
2026-04-01124.4637
2026-04-08124.2371
2026-04-15126.6113
2026-04-22126.6476
2026-04-29128.1484
2026-05-06128.8487
2026-05-13129.2533
2026-05-20129.7639
2026-05-27128.5704
2026-06-03128.6993
2026-06-10127.4848
2026-06-17126.7300
2026-06-24124.5988
2026-07-01126.1112
2026-07-08127.5550
2026-07-15129.0283
2026-07-22129.0920
2026-07-29127.1064
2026-08-05128.2135
2026-08-12128.9499
2026-08-19129.8086
2026-08-26130.0593
2026-09-02128.0564
2026-09-09129.0164
2026-09-16129.1276
2026-09-23127.1089

High

130.0593

Low

121.0137

Average

126.3505

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.