Skip to content

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

TOP/ZAR over 1Y: show the values
PointTOP/ZAR
2025-09-257.4222
2025-10-027.2703
2025-10-097.2292
2025-10-167.3412
2025-10-237.3541
2025-10-307.3079
2025-11-067.3539
2025-11-137.2170
2025-11-207.1994
2025-11-277.1606
2025-12-047.1074
2025-12-117.0982
2025-12-186.9901
2025-12-256.9141
2026-01-016.9214
2026-01-086.9004
2026-01-156.8927
2026-01-226.8521
2026-01-296.6652
2026-02-056.8992
2026-02-126.8055
2026-02-196.9283
2026-02-266.7896
2026-03-057.0324
2026-03-127.0792
2026-03-197.2685
2026-03-267.3039
2026-04-027.2319
2026-04-096.9800
2026-04-176.9758
2026-04-247.0473
2026-05-017.2275
2026-05-087.0030
2026-05-157.2404
2026-05-227.0551
2026-05-297.0121
2026-06-056.9667
2026-06-126.9341
2026-06-197.0300
2026-06-266.9963
2026-07-036.8478
2026-07-106.8990
2026-07-177.0831
2026-07-247.1993
2026-07-317.0620
2026-08-076.9409
2026-08-146.8501
2026-08-216.8328
2026-08-286.8561
2026-09-046.8283
2026-09-116.8967
2026-09-186.8938
2026-09-256.9070

High

7.4222

Low

6.6652

Average

7.0367

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=ZAR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=ZAR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=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&currencies=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.