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: show the values
| Point | BAM/NPR |
|---|---|
| 2025-12-31 | 86.2897 |
| 2026-01-07 | 86.3410 |
| 2026-01-14 | 85.9741 |
| 2026-01-21 | 87.4416 |
| 2026-01-28 | 89.8446 |
| 2026-02-04 | 87.4842 |
| 2026-02-11 | 88.2683 |
| 2026-02-18 | 87.8667 |
| 2026-02-25 | 87.6789 |
| 2026-03-04 | 87.4331 |
| 2026-03-11 | 87.3872 |
| 2026-03-18 | 87.2082 |
| 2026-03-25 | 89.1917 |
| 2026-04-01 | 88.6051 |
| 2026-04-08 | 88.3059 |
| 2026-04-15 | 89.8206 |
| 2026-04-22 | 89.9151 |
| 2026-04-29 | 90.3914 |
| 2026-05-06 | 91.0705 |
| 2026-05-14 | 91.7630 |
| 2026-05-21 | 91.6632 |
| 2026-05-29 | 91.0505 |
| 2026-06-05 | 90.9584 |
| 2026-06-14 | 90.1886 |
| 2026-06-21 | 88.7190 |
| 2026-06-28 | 88.1091 |
| 2026-07-05 | 89.3322 |
| 2026-07-12 | 89.2230 |
| 2026-07-19 | 90.2335 |
| 2026-07-26 | 89.8579 |
| 2026-08-02 | 90.1001 |
| 2026-08-09 | 90.0996 |
| 2026-08-16 | 90.4732 |
| 2026-08-24 | 91.4689 |
| 2026-08-31 | 90.5371 |
| 2026-09-07 | 89.7595 |
| 2026-09-14 | 90.5803 |
| 2026-09-21 | 89.9644 |
High
91.7630
Low
85.9741
Average
89.2266
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=NPR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=NPR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.