TOP to ALL exchange rate API
Pa’anga to Lek · quoted 2026-09-25
33.6968
▼ +12.71% over 5Y
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 5 years, TOP/ALL traded between 33.6869 and 40.2280, averaged 36.4703 and fell 12.71%. 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 5Y: show the values
| Point | TOP/ALL |
|---|---|
| 2024-08-24 | 38.6041 |
| 2024-10-07 | 39.2281 |
| 2024-11-06 | 39.6630 |
| 2024-12-06 | 39.8257 |
| 2025-01-05 | 40.2280 |
| 2025-02-04 | 40.2020 |
| 2025-03-06 | 39.0509 |
| 2025-04-06 | 37.9412 |
| 2025-05-06 | 36.9597 |
| 2025-06-07 | 36.4903 |
| 2025-07-07 | 35.9487 |
| 2025-08-06 | 36.1621 |
| 2025-09-05 | 35.9774 |
| 2025-10-06 | 34.8559 |
| 2025-11-05 | 35.7823 |
| 2025-12-05 | 34.5463 |
| 2026-01-05 | 34.6483 |
| 2026-02-04 | 35.0295 |
| 2026-03-06 | 35.2340 |
| 2026-04-05 | 35.4253 |
| 2026-05-06 | 35.0566 |
| 2026-06-09 | 35.3549 |
| 2026-07-09 | 34.6959 |
| 2026-08-08 | 33.6869 |
| 2026-09-08 | 33.9331 |
High
40.2280
Low
33.6869
Average
36.4703
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=ALL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=ALL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.