Skip to content

GBP to INR exchange rate API

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

126.7881

▲ +1.18% over 6M

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 6 months, GBP/INR traded between 123.3773 and 130.5524, averaged 127.7023 and rose 1.18%. 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 6M

GBP/INR over 6M: show the values
PointGBP/INR
2026-03-30125.3052
2026-04-06123.3773
2026-04-13125.2579
2026-04-20125.7425
2026-04-27127.8293
2026-05-04128.8341
2026-05-11129.6580
2026-05-18128.9686
2026-05-25128.5573
2026-06-01127.9052
2026-06-08127.8921
2026-06-15127.1181
2026-06-22125.4488
2026-06-29125.0803
2026-07-06127.3160
2026-07-13128.0177
2026-07-20129.8164
2026-07-27127.7332
2026-08-03128.4231
2026-08-10128.7009
2026-08-17129.6345
2026-08-24130.5524
2026-08-31128.8542
2026-09-07127.8566
2026-09-14128.9464
2026-09-21128.3487

High

130.5524

Low

123.3773

Average

127.7023

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.