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: show the values
| Point | GBP/INR |
|---|---|
| 2025-09-26 | 118.4778 |
| 2025-10-03 | 119.3939 |
| 2025-10-10 | 117.8326 |
| 2025-10-17 | 118.2139 |
| 2025-10-24 | 116.8439 |
| 2025-10-31 | 116.2739 |
| 2025-11-07 | 116.3523 |
| 2025-11-14 | 116.7608 |
| 2025-11-21 | 117.3041 |
| 2025-11-28 | 118.2479 |
| 2025-12-05 | 120.0104 |
| 2025-12-12 | 121.1310 |
| 2025-12-19 | 119.9248 |
| 2025-12-26 | 121.7120 |
| 2026-01-02 | 121.2514 |
| 2026-01-09 | 121.0483 |
| 2026-01-16 | 121.5652 |
| 2026-01-23 | 124.2531 |
| 2026-01-30 | 126.5096 |
| 2026-02-06 | 123.2015 |
| 2026-02-13 | 123.3147 |
| 2026-02-20 | 122.6118 |
| 2026-02-27 | 122.6984 |
| 2026-03-06 | 122.4719 |
| 2026-03-13 | 122.5628 |
| 2026-03-20 | 125.1475 |
| 2026-03-27 | 125.9163 |
| 2026-04-03 | 122.3976 |
| 2026-04-10 | 124.8833 |
| 2026-04-17 | 125.6225 |
| 2026-04-24 | 127.1714 |
| 2026-05-01 | 129.5040 |
| 2026-05-08 | 128.6061 |
| 2026-05-15 | 128.1953 |
| 2026-05-22 | 128.3974 |
| 2026-05-29 | 127.5550 |
| 2026-06-05 | 127.8697 |
| 2026-06-12 | 127.4776 |
| 2026-06-19 | 124.8285 |
| 2026-06-26 | 124.7848 |
| 2026-07-03 | 127.1605 |
| 2026-07-10 | 127.9626 |
| 2026-07-17 | 129.3827 |
| 2026-07-24 | 128.6658 |
| 2026-07-31 | 128.0189 |
| 2026-08-07 | 128.0564 |
| 2026-08-14 | 129.1772 |
| 2026-08-21 | 130.6871 |
| 2026-08-28 | 129.5597 |
| 2026-09-04 | 127.8453 |
| 2026-09-11 | 129.0771 |
| 2026-09-18 | 127.9408 |
| 2026-09-25 | 126.9807 |
High
130.6871
Low
116.2739
Average
124.1783
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.