TOP to NAD exchange rate API
Pa’anga to Namibia Dollar · quoted 2026-09-25
6.8647
▼ +5.58% over 6M
1 TOP = 6.8647 NAD · 1 NAD = 0.14567 TOP · Get this rate via the API
1 TOP buys 6.8647 NAD as of 2026-09-25, so 1 NAD buys 0.14567 TOP. Over the last 6 months, TOP/NAD traded between 6.6490 and 7.2703, averaged 6.9769 and fell 5.58%. The API holds daily TOP/NAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/NAD over 6M: show the values
| Point | TOP/NAD |
|---|---|
| 2026-03-29 | 7.2703 |
| 2026-04-05 | 7.2350 |
| 2026-04-13 | 6.9732 |
| 2026-04-20 | 6.9898 |
| 2026-04-27 | 7.0850 |
| 2026-05-04 | 7.1314 |
| 2026-05-11 | 6.9958 |
| 2026-05-19 | 7.1232 |
| 2026-05-27 | 7.0087 |
| 2026-06-03 | 6.9649 |
| 2026-06-12 | 6.9269 |
| 2026-06-19 | 7.0535 |
| 2026-06-26 | 7.0223 |
| 2026-07-03 | 6.8531 |
| 2026-07-10 | 6.8830 |
| 2026-07-17 | 7.0643 |
| 2026-07-24 | 7.1919 |
| 2026-07-31 | 7.0363 |
| 2026-08-07 | 6.9997 |
| 2026-08-14 | 6.8641 |
| 2026-08-22 | 6.6490 |
| 2026-08-29 | 6.8525 |
| 2026-09-05 | 6.7614 |
| 2026-09-12 | 6.8178 |
| 2026-09-19 | 6.7812 |
High
7.2703
Low
6.6490
Average
6.9769
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=NAD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=NAD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=NAD").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/NAD API questions
How do I get the TOP/NAD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=NAD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/NAD rate in rates.NAD.
How far back does TOP/NAD historical data go?
Daily TOP/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 TOP/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.