USD to NAD exchange rate API
US Dollar to Namibia Dollar · quoted 2026-09-25
16.3804
▼ +5.45% over 1Y
1 USD = 16.3804 NAD · 1 NAD = 0.06105 USD · Get this rate via the API
1 USD buys 16.3804 NAD as of 2026-09-25, so 1 NAD buys 0.06105 USD. Over the last year, USD/NAD traded between 15.8779 and 17.4309, averaged 16.5813 and fell 5.45%. The API holds daily USD/NAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/NAD over 1Y: show the values
| Point | USD/NAD |
|---|---|
| 2025-09-25 | 17.3245 |
| 2025-10-02 | 17.2092 |
| 2025-10-09 | 17.1644 |
| 2025-10-16 | 17.3110 |
| 2025-10-23 | 17.4309 |
| 2025-10-30 | 17.1739 |
| 2025-11-06 | 17.3978 |
| 2025-11-13 | 17.1046 |
| 2025-11-20 | 17.2020 |
| 2025-11-27 | 17.1304 |
| 2025-12-04 | 17.0555 |
| 2025-12-12 | 16.8786 |
| 2025-12-19 | 16.7370 |
| 2025-12-26 | 16.6451 |
| 2026-01-02 | 16.5438 |
| 2026-01-09 | 16.5268 |
| 2026-01-16 | 16.3474 |
| 2026-01-23 | 16.1122 |
| 2026-01-30 | 15.8779 |
| 2026-02-06 | 16.2438 |
| 2026-02-13 | 15.9559 |
| 2026-02-20 | 16.1738 |
| 2026-02-27 | 15.9210 |
| 2026-03-06 | 16.5807 |
| 2026-03-13 | 16.7429 |
| 2026-03-20 | 16.7549 |
| 2026-03-27 | 17.0791 |
| 2026-04-03 | 16.9356 |
| 2026-04-10 | 16.3297 |
| 2026-04-17 | 16.4096 |
| 2026-04-24 | 16.6495 |
| 2026-05-01 | 16.6596 |
| 2026-05-08 | 16.3688 |
| 2026-05-16 | 16.6931 |
| 2026-05-24 | 16.4760 |
| 2026-05-31 | 16.2393 |
| 2026-06-09 | 16.4909 |
| 2026-06-16 | 16.2113 |
| 2026-06-23 | 16.4151 |
| 2026-06-30 | 16.4571 |
| 2026-07-07 | 16.2318 |
| 2026-07-14 | 16.4754 |
| 2026-07-21 | 16.5001 |
| 2026-07-28 | 16.7814 |
| 2026-08-04 | 16.5123 |
| 2026-08-11 | 16.1886 |
| 2026-08-18 | 16.2410 |
| 2026-08-26 | 15.9370 |
| 2026-09-02 | 16.1753 |
| 2026-09-09 | 16.0004 |
| 2026-09-16 | 16.2272 |
| 2026-09-23 | 16.1960 |
High
17.4309
Low
15.8779
Average
16.5813
Get this rate via the API
One GET request returns the USD/NAD 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=USD¤cies=NAD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=NAD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=NAD").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/NAD API questions
How do I get the USD/NAD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=NAD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/NAD rate in rates.NAD.
How far back does USD/NAD historical data go?
Daily USD/NAD 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 USD/NAD 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.