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: show the values
| Point | SCR/HNL |
|---|---|
| 2025-09-26 | 1.7724 |
| 2025-10-03 | 1.8095 |
| 2025-10-10 | 1.7929 |
| 2025-10-17 | 1.8295 |
| 2025-10-24 | 1.8937 |
| 2025-10-31 | 1.7716 |
| 2025-11-07 | 1.8115 |
| 2025-11-14 | 1.8294 |
| 2025-11-21 | 1.8468 |
| 2025-11-28 | 1.9668 |
| 2025-12-05 | 1.8849 |
| 2025-12-13 | 1.7868 |
| 2025-12-20 | 1.8909 |
| 2025-12-27 | 1.7902 |
| 2026-01-03 | 1.7485 |
| 2026-01-10 | 1.8254 |
| 2026-01-17 | 1.9714 |
| 2026-01-24 | 1.7860 |
| 2026-01-31 | 1.7855 |
| 2026-02-07 | 1.8089 |
| 2026-02-14 | 1.9473 |
| 2026-02-21 | 1.8111 |
| 2026-02-28 | 1.8110 |
| 2026-03-07 | 1.8036 |
| 2026-03-14 | 1.8376 |
| 2026-03-21 | 1.7890 |
| 2026-03-28 | 1.8373 |
| 2026-04-04 | 1.8079 |
| 2026-04-11 | 1.8959 |
| 2026-04-18 | 1.8725 |
| 2026-04-25 | 1.7928 |
| 2026-05-02 | 1.8170 |
| 2026-05-09 | 1.9071 |
| 2026-05-17 | 1.7991 |
| 2026-05-25 | 1.8538 |
| 2026-06-01 | 1.8672 |
| 2026-06-10 | 1.9303 |
| 2026-06-17 | 1.8511 |
| 2026-06-24 | 1.8237 |
| 2026-07-01 | 1.9034 |
| 2026-07-08 | 1.8334 |
| 2026-07-15 | 1.9394 |
| 2026-07-22 | 1.8596 |
| 2026-07-29 | 1.8493 |
| 2026-08-05 | 1.9324 |
| 2026-08-12 | 1.8883 |
| 2026-08-20 | 1.8430 |
| 2026-08-27 | 1.8861 |
| 2026-09-03 | 1.8683 |
| 2026-09-10 | 1.8835 |
| 2026-09-17 | 1.8619 |
| 2026-09-24 | 1.8931 |
High
1.9714
Low
1.7485
Average
1.8485
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=HNL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=HNL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.