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: show the values
| Point | GBP/INR |
|---|---|
| 2026-03-30 | 125.3052 |
| 2026-04-06 | 123.3773 |
| 2026-04-13 | 125.2579 |
| 2026-04-20 | 125.7425 |
| 2026-04-27 | 127.8293 |
| 2026-05-04 | 128.8341 |
| 2026-05-11 | 129.6580 |
| 2026-05-18 | 128.9686 |
| 2026-05-25 | 128.5573 |
| 2026-06-01 | 127.9052 |
| 2026-06-08 | 127.8921 |
| 2026-06-15 | 127.1181 |
| 2026-06-22 | 125.4488 |
| 2026-06-29 | 125.0803 |
| 2026-07-06 | 127.3160 |
| 2026-07-13 | 128.0177 |
| 2026-07-20 | 129.8164 |
| 2026-07-27 | 127.7332 |
| 2026-08-03 | 128.4231 |
| 2026-08-10 | 128.7009 |
| 2026-08-17 | 129.6345 |
| 2026-08-24 | 130.5524 |
| 2026-08-31 | 128.8542 |
| 2026-09-07 | 127.8566 |
| 2026-09-14 | 128.9464 |
| 2026-09-21 | 128.3487 |
High
130.5524
Low
123.3773
Average
127.7023
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.