USD to ALL exchange rate API
US Dollar to Lek · quoted 2026-09-25
80.5056
▼ +2.19% over 1Y
1 USD = 80.5056 ALL · 1 ALL = 0.01242 USD · Get this rate via the API
1 USD buys 80.5056 ALL as of 2026-09-25, so 1 ALL buys 0.01242 USD. Over the last year, USD/ALL traded between 79.1515 and 84.0542, averaged 82.0204 and fell 2.19%. The API holds daily USD/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/ALL over 1Y: show the values
| Point | USD/ALL |
|---|---|
| 2025-09-25 | 82.3123 |
| 2025-10-02 | 82.4887 |
| 2025-10-09 | 83.1652 |
| 2025-10-16 | 82.9790 |
| 2025-10-23 | 83.3711 |
| 2025-10-30 | 83.3988 |
| 2025-11-06 | 84.0542 |
| 2025-11-13 | 83.3658 |
| 2025-11-20 | 83.7606 |
| 2025-11-27 | 83.2652 |
| 2025-12-04 | 82.7854 |
| 2025-12-12 | 82.3505 |
| 2025-12-19 | 82.2266 |
| 2025-12-26 | 81.8551 |
| 2026-01-02 | 82.3498 |
| 2026-01-09 | 82.8483 |
| 2026-01-16 | 83.2732 |
| 2026-01-23 | 82.1078 |
| 2026-01-30 | 81.2039 |
| 2026-02-06 | 81.8669 |
| 2026-02-13 | 81.2161 |
| 2026-02-20 | 81.8886 |
| 2026-02-27 | 81.6342 |
| 2026-03-06 | 82.7625 |
| 2026-03-13 | 83.5089 |
| 2026-03-20 | 83.0570 |
| 2026-03-27 | 83.1885 |
| 2026-04-03 | 83.0133 |
| 2026-04-10 | 81.9198 |
| 2026-04-17 | 81.1715 |
| 2026-04-24 | 81.6023 |
| 2026-05-01 | 81.4500 |
| 2026-05-08 | 81.3806 |
| 2026-05-16 | 82.0329 |
| 2026-05-24 | 82.2435 |
| 2026-05-31 | 81.7914 |
| 2026-06-09 | 82.5344 |
| 2026-06-16 | 81.8430 |
| 2026-06-23 | 82.4647 |
| 2026-06-30 | 82.4813 |
| 2026-07-07 | 82.1985 |
| 2026-07-14 | 82.2470 |
| 2026-07-21 | 82.1102 |
| 2026-07-28 | 82.4165 |
| 2026-08-04 | 81.1272 |
| 2026-08-11 | 80.5785 |
| 2026-08-18 | 80.1352 |
| 2026-08-26 | 79.1515 |
| 2026-09-02 | 79.7005 |
| 2026-09-09 | 79.1948 |
| 2026-09-16 | 79.4934 |
| 2026-09-23 | 80.0084 |
High
84.0542
Low
79.1515
Average
82.0204
Get this rate via the API
One GET request returns the USD/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=USD¤cies=ALL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=ALL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=ALL").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/ALL API questions
How do I get the USD/ALL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=ALL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/ALL rate in rates.ALL.
How far back does USD/ALL historical data go?
Daily USD/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 USD/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.