Skip to content

NPR to GIP exchange rate API

Nepalese Rupee to Gibraltar Pound · quoted 2026-09-26

0.004927

▼ +6.58% over 1Y

1 NPR = 0.004927 GIP · 1 GIP = 202.9633 NPR · Get this rate via the API

1 NPR buys 0.004927 GIP as of 2026-09-26, so 1 GIP buys 202.9633 NPR. Over the last year, NPR/GIP traded between 0.004801 and 0.005382, averaged 0.005042 and fell 6.58%. The API holds daily NPR/GIP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NPR/GIP over 1Y

NPR/GIP over 1Y: show the values
PointNPR/GIP
2025-09-260.005274
2025-10-030.005238
2025-10-100.005288
2025-10-170.005282
2025-10-240.005338
2025-10-310.005359
2025-11-070.005369
2025-11-140.005350
2025-11-210.005382
2025-11-280.005282
2025-12-050.005214
2025-12-130.005158
2025-12-200.005213
2025-12-270.005152
2026-01-030.005156
2026-01-100.005165
2026-01-170.005159
2026-01-240.004996
2026-01-310.004979
2026-02-070.005066
2026-02-140.005051
2026-02-210.005108
2026-02-280.005084
2026-03-070.005064
2026-03-140.005100
2026-03-210.004972
2026-03-280.004938
2026-04-040.005105
2026-04-110.005014
2026-04-180.004975
2026-04-250.004924
2026-05-020.004850
2026-05-090.004863
2026-05-170.004878
2026-05-250.004860
2026-06-010.004895
2026-06-100.004891
2026-06-170.004931
2026-06-240.004990
2026-07-010.004983
2026-07-080.004913
2026-07-150.004841
2026-07-220.004844
2026-07-290.004910
2026-08-050.004891
2026-08-120.004846
2026-08-200.004801
2026-08-270.004813
2026-09-030.004903
2026-09-100.004837
2026-09-170.004871
2026-09-240.004924

High

0.005382

Low

0.004801

Average

0.005042

For developers

Get this rate via the API

One GET request returns the NPR/GIP 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=NPR&currencies=GIP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NPR&currencies=GIP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NPR&currencies=GIP").json()

Replace YOUR_API_KEY with the key from your dashboard.

NPR/GIP API questions

How do I get the NPR/GIP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NPR&currencies=GIP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NPR/GIP rate in rates.GIP.

How far back does NPR/GIP historical data go?

Daily NPR/GIP 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 NPR/GIP 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.