Skip to content

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

HNL/NIO over 1Y: show the values
PointHNL/NIO
2025-09-261.4026
2025-10-031.4012
2025-10-101.4026
2025-10-171.3997
2025-10-241.4001
2025-10-311.4000
2025-11-071.3971
2025-11-141.3984
2025-11-211.3983
2025-11-281.3982
2025-12-051.3976
2025-12-131.3981
2025-12-201.3952
2025-12-271.3961
2026-01-031.3905
2026-01-101.3915
2026-01-171.3880
2026-01-241.3900
2026-01-311.3887
2026-02-071.3866
2026-02-141.3847
2026-02-211.3844
2026-02-281.3842
2026-03-071.3844
2026-03-141.3825
2026-03-211.3849
2026-03-281.3851
2026-04-041.3818
2026-04-111.3806
2026-04-181.3794
2026-04-251.3849
2026-05-021.3790
2026-05-091.3792
2026-05-171.3757
2026-05-251.3820
2026-06-011.3828
2026-06-101.3761
2026-06-171.3741
2026-06-241.3786
2026-07-011.3754
2026-07-081.3729
2026-07-151.3742
2026-07-221.3734
2026-07-291.3692
2026-08-051.3729
2026-08-121.3719
2026-08-201.3725
2026-08-271.3711
2026-09-031.3715
2026-09-101.3702
2026-09-171.3649
2026-09-241.3712

High

1.4026

Low

1.3649

Average

1.3842

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL&currencies=NIO"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL&currencies=NIO");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL&currencies=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&currencies=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.