Skip to content

TOP to ALL exchange rate API

Pa’anga to Lek · quoted 2026-09-25

33.6968

▼ +4.32% over 1Y

1 TOP = 33.6968 ALL · 1 ALL = 0.02968 TOP · Get this rate via the API

1 TOP buys 33.6968 ALL as of 2026-09-25, so 1 ALL buys 0.02968 TOP. Over the last year, TOP/ALL traded between 33.5598 and 35.6545, averaged 34.7187 and fell 4.32%. The API holds daily TOP/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/ALL over 1Y

TOP/ALL over 1Y: show the values
PointTOP/ALL
2025-09-2535.2172
2025-10-0234.8968
2025-10-0935.1541
2025-10-1635.1777
2025-10-2335.3425
2025-10-3035.1227
2025-11-0635.6379
2025-11-1335.3852
2025-11-2034.9809
2025-11-2734.7186
2025-12-0434.6498
2025-12-1234.3612
2025-12-1934.4021
2025-12-2634.6939
2026-01-0234.4402
2026-01-0934.6036
2026-01-1635.3297
2026-01-2334.7126
2026-01-3034.6521
2026-02-0634.8150
2026-02-1334.7614
2026-02-2034.9450
2026-02-2734.9014
2026-03-0635.2340
2026-03-1335.6237
2026-03-2035.3877
2026-03-2735.6545
2026-04-0335.1576
2026-04-1034.9076
2026-04-1833.5598
2026-04-2533.8070
2026-05-0233.8283
2026-05-0933.6206
2026-05-1734.8349
2026-05-2535.2278
2026-06-0135.1567
2026-06-1035.0574
2026-06-1735.1214
2026-06-2435.0791
2026-07-0134.7565
2026-07-0835.0830
2026-07-1534.7166
2026-07-2234.7371
2026-07-2934.9284
2026-08-0534.3560
2026-08-1234.2271
2026-08-2033.8629
2026-08-2733.8918
2026-09-0334.0103
2026-09-1033.8147
2026-09-1733.7913
2026-09-2434.0601

High

35.6545

Low

33.5598

Average

34.7187

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/ALL API questions

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

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

How far back does TOP/ALL historical data go?

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