GIP to NPR exchange rate API
Gibraltar Pound to Nepalese Rupee · quoted 2026-09-26
202.9560
▲ +4.89% over YTD
1 GIP = 202.9560 NPR · 1 NPR = 0.004927 GIP · Get this rate via the API
1 GIP buys 202.9560 NPR as of 2026-09-26, so 1 NPR buys 0.004927 GIP. Over the year to date, GIP/NPR traded between 193.4911 and 209.0012, averaged 202.0415 and rose 4.89%. The API holds daily GIP/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/NPR over YTD: show the values
| Point | GIP/NPR |
|---|---|
| 2025-12-31 | 193.4911 |
| 2026-01-07 | 194.9955 |
| 2026-01-14 | 193.9927 |
| 2026-01-21 | 196.1184 |
| 2026-01-28 | 202.1620 |
| 2026-02-04 | 198.2998 |
| 2026-02-11 | 197.9747 |
| 2026-02-18 | 196.6851 |
| 2026-02-25 | 196.5815 |
| 2026-03-04 | 196.5766 |
| 2026-03-11 | 197.6572 |
| 2026-03-18 | 197.4782 |
| 2026-03-25 | 201.4667 |
| 2026-04-01 | 198.3339 |
| 2026-04-08 | 198.2785 |
| 2026-04-15 | 200.5035 |
| 2026-04-22 | 202.7199 |
| 2026-04-29 | 204.8274 |
| 2026-05-06 | 205.7948 |
| 2026-05-14 | 207.2589 |
| 2026-05-21 | 207.1619 |
| 2026-05-29 | 205.5525 |
| 2026-06-05 | 205.6689 |
| 2026-06-14 | 204.3197 |
| 2026-06-21 | 200.0644 |
| 2026-06-28 | 199.6910 |
| 2026-07-05 | 203.9070 |
| 2026-07-12 | 204.8504 |
| 2026-07-19 | 207.5673 |
| 2026-07-26 | 205.8949 |
| 2026-08-02 | 205.9687 |
| 2026-08-09 | 205.6582 |
| 2026-08-16 | 206.9729 |
| 2026-08-24 | 209.0012 |
| 2026-08-31 | 206.9188 |
| 2026-09-07 | 204.2670 |
| 2026-09-14 | 206.8283 |
| 2026-09-21 | 205.1708 |
High
209.0012
Low
193.4911
Average
202.0415
Get this rate via the API
One GET request returns the GIP/NPR 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=GIP¤cies=NPR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=NPR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=NPR").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/NPR API questions
How do I get the GIP/NPR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=NPR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/NPR rate in rates.NPR.
How far back does GIP/NPR historical data go?
Daily GIP/NPR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free GIP/NPR 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.