TOP to ALL exchange rate API
Pa’anga to Lek · quoted 2026-09-25
33.6968
▼ +0.54% over 30D
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 30 days, TOP/ALL traded between 33.2655 and 34.2232, averaged 33.8546 and fell 0.54%. 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 30D: show the values
| Point | TOP/ALL |
|---|---|
| 2026-08-26 | 33.8796 |
| 2026-08-27 | 33.8918 |
| 2026-08-28 | 33.9642 |
| 2026-08-29 | 33.7417 |
| 2026-08-30 | 34.0525 |
| 2026-08-31 | 34.0373 |
| 2026-09-01 | 34.0493 |
| 2026-09-02 | 34.1129 |
| 2026-09-03 | 34.0103 |
| 2026-09-04 | 33.8911 |
| 2026-09-05 | 33.6125 |
| 2026-09-06 | 33.6480 |
| 2026-09-07 | 33.8753 |
| 2026-09-08 | 33.9331 |
| 2026-09-09 | 33.9189 |
| 2026-09-10 | 33.8147 |
| 2026-09-11 | 33.8539 |
| 2026-09-12 | 33.4782 |
| 2026-09-13 | 33.5999 |
| 2026-09-14 | 33.7650 |
| 2026-09-15 | 33.7559 |
| 2026-09-16 | 33.7428 |
| 2026-09-17 | 33.7913 |
| 2026-09-18 | 33.8728 |
| 2026-09-19 | 33.2655 |
| 2026-09-20 | 33.5868 |
| 2026-09-21 | 34.1565 |
| 2026-09-22 | 34.2095 |
| 2026-09-23 | 34.2232 |
| 2026-09-24 | 34.0601 |
High
34.2232
Low
33.2655
Average
33.8546
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.