SCR to HUF exchange rate API
Seychelles Rupee to Forint · quoted 2026-09-25
22.3524
▼ +2.31% over 1Y
1 SCR = 22.3524 HUF · 1 HUF = 0.04474 SCR · Get this rate via the API
1 SCR buys 22.3524 HUF as of 2026-09-25, so 1 HUF buys 0.04474 SCR. Over the last year, SCR/HUF traded between 20.5514 and 26.2208, averaged 22.3768 and fell 2.31%. The API holds daily SCR/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/HUF over 1Y: show the values
| Point | SCR/HUF |
|---|---|
| 2025-09-25 | 22.8808 |
| 2025-10-02 | 22.4754 |
| 2025-10-09 | 22.8992 |
| 2025-10-16 | 22.8612 |
| 2025-10-23 | 24.3028 |
| 2025-10-30 | 23.6999 |
| 2025-11-06 | 23.5241 |
| 2025-11-13 | 22.3677 |
| 2025-11-20 | 23.3117 |
| 2025-11-27 | 22.3337 |
| 2025-12-04 | 22.7869 |
| 2025-12-12 | 21.7855 |
| 2025-12-19 | 24.0365 |
| 2025-12-26 | 22.1998 |
| 2026-01-02 | 21.5798 |
| 2026-01-09 | 26.2208 |
| 2026-01-16 | 21.9480 |
| 2026-01-23 | 22.3661 |
| 2026-01-30 | 22.2691 |
| 2026-02-06 | 22.3270 |
| 2026-02-13 | 22.2264 |
| 2026-02-20 | 21.3239 |
| 2026-02-27 | 23.3574 |
| 2026-03-06 | 22.7484 |
| 2026-03-13 | 22.8389 |
| 2026-03-20 | 22.5652 |
| 2026-03-27 | 23.4102 |
| 2026-04-03 | 23.2655 |
| 2026-04-10 | 21.2207 |
| 2026-04-17 | 22.3472 |
| 2026-04-24 | 22.7092 |
| 2026-05-01 | 21.1917 |
| 2026-05-08 | 21.8641 |
| 2026-05-16 | 22.8765 |
| 2026-05-24 | 20.6927 |
| 2026-05-31 | 20.5514 |
| 2026-06-09 | 22.1454 |
| 2026-06-16 | 21.1022 |
| 2026-06-23 | 21.8708 |
| 2026-06-30 | 21.6386 |
| 2026-07-07 | 21.1896 |
| 2026-07-14 | 22.1507 |
| 2026-07-21 | 22.2253 |
| 2026-07-28 | 22.6398 |
| 2026-08-04 | 21.6920 |
| 2026-08-11 | 22.3267 |
| 2026-08-18 | 21.6251 |
| 2026-08-26 | 21.7554 |
| 2026-09-02 | 21.9934 |
| 2026-09-09 | 21.8618 |
| 2026-09-16 | 22.0773 |
| 2026-09-23 | 21.9603 |
High
26.2208
Low
20.5514
Average
22.3768
Get this rate via the API
One GET request returns the SCR/HUF 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=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=HUF").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/HUF API questions
How do I get the SCR/HUF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/HUF rate in rates.HUF.
How far back does SCR/HUF historical data go?
Daily SCR/HUF 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/HUF 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.