Skip to content

SCR to HNL exchange rate API

Seychelles Rupee to Lempira · quoted 2026-09-26

1.8722

▲ +3.65% over 5Y

1 SCR = 1.8722 HNL · 1 HNL = 0.53413 SCR · Get this rate via the API

1 SCR buys 1.8722 HNL as of 2026-09-26, so 1 HNL buys 0.53413 SCR. Over the last 5 years, SCR/HNL traded between 1.7042 and 1.9732, averaged 1.8149 and rose 3.65%. The API holds daily SCR/HNL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/HNL over 5Y

SCR/HNL over 5Y: show the values
PointSCR/HNL
2024-08-241.8062
2024-10-071.7304
2024-11-061.8314
2024-12-061.8452
2025-01-051.7042
2025-02-041.7594
2025-03-061.7830
2025-04-061.7345
2025-05-061.8093
2025-06-071.8007
2025-07-071.8510
2025-08-061.8203
2025-09-051.8213
2025-10-061.8094
2025-11-051.7587
2025-12-051.8849
2026-01-051.7720
2026-02-041.7659
2026-03-061.7692
2026-04-051.7904
2026-05-051.9228
2026-06-061.9732
2026-07-081.8334
2026-08-071.8504
2026-09-071.8891

High

1.9732

Low

1.7042

Average

1.8149

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=HNL").json()

Replace YOUR_API_KEY with the key from your dashboard.

SCR/HNL API questions

How do I get the SCR/HNL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=HNL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/HNL rate in rates.HNL.

How far back does SCR/HNL historical data go?

Daily SCR/HNL 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 SCR/HNL 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.