Skip to content

SCR to HNL exchange rate API

Seychelles Rupee to Lempira · quoted 2026-09-26

1.8722

▲ +5.63% over 1Y

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 year, SCR/HNL traded between 1.7485 and 1.9714, averaged 1.8485 and rose 5.63%. 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 1Y

SCR/HNL over 1Y: show the values
PointSCR/HNL
2025-09-261.7724
2025-10-031.8095
2025-10-101.7929
2025-10-171.8295
2025-10-241.8937
2025-10-311.7716
2025-11-071.8115
2025-11-141.8294
2025-11-211.8468
2025-11-281.9668
2025-12-051.8849
2025-12-131.7868
2025-12-201.8909
2025-12-271.7902
2026-01-031.7485
2026-01-101.8254
2026-01-171.9714
2026-01-241.7860
2026-01-311.7855
2026-02-071.8089
2026-02-141.9473
2026-02-211.8111
2026-02-281.8110
2026-03-071.8036
2026-03-141.8376
2026-03-211.7890
2026-03-281.8373
2026-04-041.8079
2026-04-111.8959
2026-04-181.8725
2026-04-251.7928
2026-05-021.8170
2026-05-091.9071
2026-05-171.7991
2026-05-251.8538
2026-06-011.8672
2026-06-101.9303
2026-06-171.8511
2026-06-241.8237
2026-07-011.9034
2026-07-081.8334
2026-07-151.9394
2026-07-221.8596
2026-07-291.8493
2026-08-051.9324
2026-08-121.8883
2026-08-201.8430
2026-08-271.8861
2026-09-031.8683
2026-09-101.8835
2026-09-171.8619
2026-09-241.8931

High

1.9714

Low

1.7485

Average

1.8485

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.