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: show the values
| Point | TOP/ALL |
|---|---|
| 2025-09-25 | 35.2172 |
| 2025-10-02 | 34.8968 |
| 2025-10-09 | 35.1541 |
| 2025-10-16 | 35.1777 |
| 2025-10-23 | 35.3425 |
| 2025-10-30 | 35.1227 |
| 2025-11-06 | 35.6379 |
| 2025-11-13 | 35.3852 |
| 2025-11-20 | 34.9809 |
| 2025-11-27 | 34.7186 |
| 2025-12-04 | 34.6498 |
| 2025-12-12 | 34.3612 |
| 2025-12-19 | 34.4021 |
| 2025-12-26 | 34.6939 |
| 2026-01-02 | 34.4402 |
| 2026-01-09 | 34.6036 |
| 2026-01-16 | 35.3297 |
| 2026-01-23 | 34.7126 |
| 2026-01-30 | 34.6521 |
| 2026-02-06 | 34.8150 |
| 2026-02-13 | 34.7614 |
| 2026-02-20 | 34.9450 |
| 2026-02-27 | 34.9014 |
| 2026-03-06 | 35.2340 |
| 2026-03-13 | 35.6237 |
| 2026-03-20 | 35.3877 |
| 2026-03-27 | 35.6545 |
| 2026-04-03 | 35.1576 |
| 2026-04-10 | 34.9076 |
| 2026-04-18 | 33.5598 |
| 2026-04-25 | 33.8070 |
| 2026-05-02 | 33.8283 |
| 2026-05-09 | 33.6206 |
| 2026-05-17 | 34.8349 |
| 2026-05-25 | 35.2278 |
| 2026-06-01 | 35.1567 |
| 2026-06-10 | 35.0574 |
| 2026-06-17 | 35.1214 |
| 2026-06-24 | 35.0791 |
| 2026-07-01 | 34.7565 |
| 2026-07-08 | 35.0830 |
| 2026-07-15 | 34.7166 |
| 2026-07-22 | 34.7371 |
| 2026-07-29 | 34.9284 |
| 2026-08-05 | 34.3560 |
| 2026-08-12 | 34.2271 |
| 2026-08-20 | 33.8629 |
| 2026-08-27 | 33.8918 |
| 2026-09-03 | 34.0103 |
| 2026-09-10 | 33.8147 |
| 2026-09-17 | 33.7913 |
| 2026-09-24 | 34.0601 |
High
35.6545
Low
33.5598
Average
34.7187
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.