Skip to content

SCR to HNL exchange rate API

Seychelles Rupee to Lempira · quoted 2026-09-26

1.8722

▲ +3.61% over YTD

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 year to date, SCR/HNL traded between 1.7613 and 1.9520, averaged 1.8487 and rose 3.61%. 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 YTD

SCR/HNL over YTD: show the values
PointSCR/HNL
2025-12-311.8069
2026-01-071.8829
2026-01-141.8194
2026-01-211.8606
2026-01-281.8018
2026-02-041.7659
2026-02-111.7701
2026-02-181.8351
2026-02-251.7613
2026-03-041.9294
2026-03-111.9520
2026-03-181.8577
2026-03-251.8239
2026-04-011.7892
2026-04-081.9007
2026-04-151.8831
2026-04-221.8074
2026-04-291.9480
2026-05-061.9191
2026-05-141.8613
2026-05-211.8507
2026-05-291.8645
2026-06-051.9038
2026-06-141.8344
2026-06-211.8210
2026-06-281.7967
2026-07-051.8517
2026-07-121.8107
2026-07-191.8351
2026-07-261.8485
2026-08-021.8199
2026-08-091.8256
2026-08-161.8305
2026-08-241.8490
2026-08-311.8707
2026-09-071.8891
2026-09-141.8917
2026-09-211.8596

High

1.9520

Low

1.7613

Average

1.8487

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.