Skip to content

AUD to TOP exchange rate API

Australian Dollar to Pa’anga · quoted 2026-09-24

1.6624

▲ +6.55% over 1Y

1 AUD = 1.6624 TOP · 1 TOP = 0.60155 AUD · Get this rate via the API

1 AUD buys 1.6624 TOP as of 2026-09-24, so 1 TOP buys 0.60155 AUD. Over the last year, AUD/TOP traded between 1.5236 and 1.6912, averaged 1.6277 and rose 6.55%. The API holds daily AUD/TOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AUD/TOP over 1Y

AUD/TOP over 1Y: show the values
PointAUD/TOP
2025-09-241.5602
2025-10-011.5632
2025-10-081.5504
2025-10-151.5340
2025-10-221.5282
2025-10-291.5706
2025-11-051.5236
2025-11-121.5424
2025-11-191.5526
2025-11-261.5565
2025-12-031.5806
2025-12-101.5860
2025-12-171.5792
2025-12-241.5977
2025-12-311.5908
2026-01-071.6032
2026-01-141.5846
2026-01-211.6010
2026-01-281.6416
2026-02-041.6402
2026-02-111.6591
2026-02-181.6547
2026-02-251.6573
2026-03-041.6566
2026-03-111.6794
2026-03-181.6508
2026-03-251.6348
2026-04-011.6414
2026-04-081.6642
2026-04-161.6643
2026-04-231.6796
2026-04-301.6580
2026-05-071.6912
2026-05-141.6792
2026-05-211.6580
2026-05-281.6613
2026-06-041.6756
2026-06-111.6551
2026-06-181.6225
2026-06-251.6323
2026-07-021.6325
2026-07-091.6438
2026-07-161.6480
2026-07-231.6386
2026-07-301.6422
2026-08-061.6621
2026-08-131.6620
2026-08-201.6650
2026-08-271.6791
2026-09-031.6812
2026-09-101.6809
2026-09-171.6737
2026-09-241.6624

High

1.6912

Low

1.5236

Average

1.6277

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=TOP").json()

Replace YOUR_API_KEY with the key from your dashboard.

AUD/TOP API questions

How do I get the AUD/TOP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=TOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/TOP rate in rates.TOP.

How far back does AUD/TOP historical data go?

Daily AUD/TOP 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 AUD/TOP 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.