TOP to ALL exchange rate API
Pa’anga to Lek · quoted 2026-09-25
33.6968
▼ +2.56% over YTD
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 year to date, TOP/ALL traded between 33.6968 and 35.6062, averaged 34.7243 and fell 2.56%. 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 YTD: show the values
| Point | TOP/ALL |
|---|---|
| 2025-12-31 | 34.5826 |
| 2026-01-07 | 34.6615 |
| 2026-01-14 | 34.9335 |
| 2026-01-21 | 34.7803 |
| 2026-01-28 | 34.4004 |
| 2026-02-04 | 35.0295 |
| 2026-02-11 | 34.7036 |
| 2026-02-18 | 34.7296 |
| 2026-02-25 | 34.9314 |
| 2026-03-04 | 35.3667 |
| 2026-03-11 | 35.2050 |
| 2026-03-18 | 35.5696 |
| 2026-03-25 | 35.2033 |
| 2026-04-01 | 35.1488 |
| 2026-04-08 | 35.0513 |
| 2026-04-16 | 34.9170 |
| 2026-04-23 | 34.7234 |
| 2026-04-30 | 35.2867 |
| 2026-05-07 | 34.9180 |
| 2026-05-15 | 35.6062 |
| 2026-05-23 | 34.8608 |
| 2026-05-30 | 34.3695 |
| 2026-06-06 | 34.6534 |
| 2026-06-15 | 34.8546 |
| 2026-06-22 | 34.9829 |
| 2026-06-29 | 34.8833 |
| 2026-07-06 | 34.6424 |
| 2026-07-13 | 34.7812 |
| 2026-07-20 | 34.8621 |
| 2026-07-27 | 35.0110 |
| 2026-08-03 | 34.4058 |
| 2026-08-10 | 34.3415 |
| 2026-08-17 | 34.1930 |
| 2026-08-25 | 34.0141 |
| 2026-09-01 | 34.0493 |
| 2026-09-08 | 33.9331 |
| 2026-09-15 | 33.7559 |
| 2026-09-22 | 34.2095 |
High
35.6062
Low
33.6968
Average
34.7243
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.