Skip to content

TOP to AED exchange rate API

Pa’anga to UAE Dirham · quoted 2026-09-25

1.5392

▼ +2.05% over 1Y

1 TOP = 1.5392 AED · 1 AED = 0.64967 TOP · Get this rate via the API

1 TOP buys 1.5392 AED as of 2026-09-25, so 1 AED buys 0.64967 TOP. Over the last year, TOP/AED traded between 1.5249 and 1.5961, averaged 1.5600 and fell 2.05%. The API holds daily TOP/AED rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/AED over 1Y

TOP/AED over 1Y: show the values
PointTOP/AED
2025-09-251.5715
2025-10-021.5539
2025-10-091.5526
2025-10-161.5571
2025-10-231.5570
2025-10-301.5468
2025-11-061.5572
2025-11-131.5590
2025-11-201.5339
2025-11-271.5314
2025-12-041.5373
2025-12-111.5389
2025-12-181.5303
2025-12-251.5249
2026-01-011.5355
2026-01-081.5347
2026-01-151.5463
2026-01-221.5518
2026-01-291.5619
2026-02-051.5662
2026-02-121.5726
2026-02-191.5690
2026-02-261.5708
2026-03-051.5652
2026-03-121.5719
2026-03-191.5642
2026-03-261.5728
2026-04-021.5614
2026-04-091.5602
2026-04-171.5638
2026-04-241.5629
2026-05-011.5921
2026-05-081.5666
2026-05-151.5961
2026-05-221.5728
2026-05-291.5875
2026-06-051.5727
2026-06-121.5623
2026-06-191.5674
2026-06-261.5612
2026-07-031.5513
2026-07-101.5525
2026-07-171.5760
2026-07-241.5693
2026-07-311.5649
2026-08-071.5714
2026-08-141.5564
2026-08-211.5681
2026-08-281.5737
2026-09-041.5707
2026-09-111.5677
2026-09-181.5561

High

1.5961

Low

1.5249

Average

1.5600

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/AED API questions

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

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

How far back does TOP/AED historical data go?

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