HNL to NIO exchange rate API
Lempira to Cordoba Oro · quoted 2026-09-26
1.3654
▼ +2.65% over 1Y
1 HNL = 1.3654 NIO · 1 NIO = 0.73238 HNL · Get this rate via the API
1 HNL buys 1.3654 NIO as of 2026-09-26, so 1 NIO buys 0.73238 HNL. Over the last year, HNL/NIO traded between 1.3649 and 1.4026, averaged 1.3842 and fell 2.65%. The API holds daily HNL/NIO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HNL/NIO over 1Y: show the values
| Point | HNL/NIO |
|---|---|
| 2025-09-26 | 1.4026 |
| 2025-10-03 | 1.4012 |
| 2025-10-10 | 1.4026 |
| 2025-10-17 | 1.3997 |
| 2025-10-24 | 1.4001 |
| 2025-10-31 | 1.4000 |
| 2025-11-07 | 1.3971 |
| 2025-11-14 | 1.3984 |
| 2025-11-21 | 1.3983 |
| 2025-11-28 | 1.3982 |
| 2025-12-05 | 1.3976 |
| 2025-12-13 | 1.3981 |
| 2025-12-20 | 1.3952 |
| 2025-12-27 | 1.3961 |
| 2026-01-03 | 1.3905 |
| 2026-01-10 | 1.3915 |
| 2026-01-17 | 1.3880 |
| 2026-01-24 | 1.3900 |
| 2026-01-31 | 1.3887 |
| 2026-02-07 | 1.3866 |
| 2026-02-14 | 1.3847 |
| 2026-02-21 | 1.3844 |
| 2026-02-28 | 1.3842 |
| 2026-03-07 | 1.3844 |
| 2026-03-14 | 1.3825 |
| 2026-03-21 | 1.3849 |
| 2026-03-28 | 1.3851 |
| 2026-04-04 | 1.3818 |
| 2026-04-11 | 1.3806 |
| 2026-04-18 | 1.3794 |
| 2026-04-25 | 1.3849 |
| 2026-05-02 | 1.3790 |
| 2026-05-09 | 1.3792 |
| 2026-05-17 | 1.3757 |
| 2026-05-25 | 1.3820 |
| 2026-06-01 | 1.3828 |
| 2026-06-10 | 1.3761 |
| 2026-06-17 | 1.3741 |
| 2026-06-24 | 1.3786 |
| 2026-07-01 | 1.3754 |
| 2026-07-08 | 1.3729 |
| 2026-07-15 | 1.3742 |
| 2026-07-22 | 1.3734 |
| 2026-07-29 | 1.3692 |
| 2026-08-05 | 1.3729 |
| 2026-08-12 | 1.3719 |
| 2026-08-20 | 1.3725 |
| 2026-08-27 | 1.3711 |
| 2026-09-03 | 1.3715 |
| 2026-09-10 | 1.3702 |
| 2026-09-17 | 1.3649 |
| 2026-09-24 | 1.3712 |
High
1.4026
Low
1.3649
Average
1.3842
Get this rate via the API
One GET request returns the HNL/NIO 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=HNL¤cies=NIO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL¤cies=NIO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL¤cies=NIO").json()Replace YOUR_API_KEY with the key from your dashboard.
HNL/NIO API questions
How do I get the HNL/NIO exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL¤cies=NIO, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HNL/NIO rate in rates.NIO.
How far back does HNL/NIO historical data go?
Daily HNL/NIO 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 HNL/NIO 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.