USD to ALL exchange rate API
US Dollar to Lek · quoted 2026-09-25
80.5056
▼ +2.20% over YTD
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 year to date, USD/ALL traded between 79.1997 and 83.2543, averaged 81.5848 and fell 2.20%. 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 YTD: show the values
| Point | USD/ALL |
|---|---|
| 2025-12-31 | 82.3175 |
| 2026-01-07 | 82.5985 |
| 2026-01-14 | 82.9094 |
| 2026-01-21 | 82.2527 |
| 2026-01-28 | 80.6786 |
| 2026-02-04 | 81.7295 |
| 2026-02-11 | 80.9224 |
| 2026-02-18 | 81.2568 |
| 2026-02-25 | 81.6360 |
| 2026-03-04 | 82.9997 |
| 2026-03-11 | 82.6805 |
| 2026-03-18 | 83.2543 |
| 2026-03-25 | 82.6443 |
| 2026-04-01 | 82.9660 |
| 2026-04-08 | 82.6637 |
| 2026-04-15 | 81.1229 |
| 2026-04-22 | 81.3465 |
| 2026-04-29 | 81.5499 |
| 2026-05-06 | 81.6118 |
| 2026-05-14 | 81.5457 |
| 2026-05-21 | 82.0954 |
| 2026-05-29 | 81.9728 |
| 2026-06-05 | 82.0011 |
| 2026-06-14 | 82.0320 |
| 2026-06-21 | 82.3401 |
| 2026-06-28 | 82.5555 |
| 2026-07-05 | 82.0401 |
| 2026-07-12 | 82.1245 |
| 2026-07-19 | 81.9757 |
| 2026-07-26 | 82.3463 |
| 2026-08-02 | 81.1847 |
| 2026-08-09 | 80.6406 |
| 2026-08-16 | 80.2242 |
| 2026-08-24 | 79.2568 |
| 2026-08-31 | 79.5316 |
| 2026-09-07 | 79.3198 |
| 2026-09-14 | 79.1997 |
| 2026-09-21 | 79.7719 |
High
83.2543
Low
79.1997
Average
81.5848
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.