Skip to content

BAM to NPR exchange rate API

Convertible Mark to Nepalese Rupee · quoted 2026-09-26

89.2378

▲ +3.42% over YTD

1 BAM = 89.2378 NPR · 1 NPR = 0.01121 BAM · Get this rate via the API

1 BAM buys 89.2378 NPR as of 2026-09-26, so 1 NPR buys 0.01121 BAM. Over the year to date, BAM/NPR traded between 85.9741 and 91.7630, averaged 89.2266 and rose 3.42%. The API holds daily BAM/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/NPR over YTD

BAM/NPR over YTD: show the values
PointBAM/NPR
2025-12-3186.2897
2026-01-0786.3410
2026-01-1485.9741
2026-01-2187.4416
2026-01-2889.8446
2026-02-0487.4842
2026-02-1188.2683
2026-02-1887.8667
2026-02-2587.6789
2026-03-0487.4331
2026-03-1187.3872
2026-03-1887.2082
2026-03-2589.1917
2026-04-0188.6051
2026-04-0888.3059
2026-04-1589.8206
2026-04-2289.9151
2026-04-2990.3914
2026-05-0691.0705
2026-05-1491.7630
2026-05-2191.6632
2026-05-2991.0505
2026-06-0590.9584
2026-06-1490.1886
2026-06-2188.7190
2026-06-2888.1091
2026-07-0589.3322
2026-07-1289.2230
2026-07-1990.2335
2026-07-2689.8579
2026-08-0290.1001
2026-08-0990.0996
2026-08-1690.4732
2026-08-2491.4689
2026-08-3190.5371
2026-09-0789.7595
2026-09-1490.5803
2026-09-2189.9644

High

91.7630

Low

85.9741

Average

89.2266

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/NPR API questions

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

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

How far back does BAM/NPR historical data go?

Daily BAM/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 BAM/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.