TOP to ZAR exchange rate API
Pa’anga to Rand · quoted 2026-09-25
6.8822
▼ +7.28% over 1Y
1 TOP = 6.8822 ZAR · 1 ZAR = 0.14530 TOP · Get this rate via the API
1 TOP buys 6.8822 ZAR as of 2026-09-25, so 1 ZAR buys 0.14530 TOP. Over the last year, TOP/ZAR traded between 6.6652 and 7.4222, averaged 7.0367 and fell 7.28%. The API holds daily TOP/ZAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/ZAR over 1Y: show the values
| Point | TOP/ZAR |
|---|---|
| 2025-09-25 | 7.4222 |
| 2025-10-02 | 7.2703 |
| 2025-10-09 | 7.2292 |
| 2025-10-16 | 7.3412 |
| 2025-10-23 | 7.3541 |
| 2025-10-30 | 7.3079 |
| 2025-11-06 | 7.3539 |
| 2025-11-13 | 7.2170 |
| 2025-11-20 | 7.1994 |
| 2025-11-27 | 7.1606 |
| 2025-12-04 | 7.1074 |
| 2025-12-11 | 7.0982 |
| 2025-12-18 | 6.9901 |
| 2025-12-25 | 6.9141 |
| 2026-01-01 | 6.9214 |
| 2026-01-08 | 6.9004 |
| 2026-01-15 | 6.8927 |
| 2026-01-22 | 6.8521 |
| 2026-01-29 | 6.6652 |
| 2026-02-05 | 6.8992 |
| 2026-02-12 | 6.8055 |
| 2026-02-19 | 6.9283 |
| 2026-02-26 | 6.7896 |
| 2026-03-05 | 7.0324 |
| 2026-03-12 | 7.0792 |
| 2026-03-19 | 7.2685 |
| 2026-03-26 | 7.3039 |
| 2026-04-02 | 7.2319 |
| 2026-04-09 | 6.9800 |
| 2026-04-17 | 6.9758 |
| 2026-04-24 | 7.0473 |
| 2026-05-01 | 7.2275 |
| 2026-05-08 | 7.0030 |
| 2026-05-15 | 7.2404 |
| 2026-05-22 | 7.0551 |
| 2026-05-29 | 7.0121 |
| 2026-06-05 | 6.9667 |
| 2026-06-12 | 6.9341 |
| 2026-06-19 | 7.0300 |
| 2026-06-26 | 6.9963 |
| 2026-07-03 | 6.8478 |
| 2026-07-10 | 6.8990 |
| 2026-07-17 | 7.0831 |
| 2026-07-24 | 7.1993 |
| 2026-07-31 | 7.0620 |
| 2026-08-07 | 6.9409 |
| 2026-08-14 | 6.8501 |
| 2026-08-21 | 6.8328 |
| 2026-08-28 | 6.8561 |
| 2026-09-04 | 6.8283 |
| 2026-09-11 | 6.8967 |
| 2026-09-18 | 6.8938 |
| 2026-09-25 | 6.9070 |
High
7.4222
Low
6.6652
Average
7.0367
Get this rate via the API
One GET request returns the TOP/ZAR 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=ZAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=ZAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=ZAR").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/ZAR API questions
How do I get the TOP/ZAR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=ZAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/ZAR rate in rates.ZAR.
How far back does TOP/ZAR historical data go?
Daily TOP/ZAR 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/ZAR 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.