SCR to AFN exchange rate API
Seychelles Rupee to Afghani · quoted 2026-09-25
4.5066
▼ +4.26% over 1Y
1 SCR = 4.5066 AFN · 1 AFN = 0.22190 SCR · Get this rate via the API
1 SCR buys 4.5066 AFN as of 2026-09-25, so 1 AFN buys 0.22190 SCR. Over the last year, SCR/AFN traded between 4.1641 and 5.2187, averaged 4.5179 and fell 4.26%. The API holds daily SCR/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/AFN over 1Y: show the values
| Point | SCR/AFN |
|---|---|
| 2025-09-25 | 4.7070 |
| 2025-10-02 | 4.5879 |
| 2025-10-09 | 4.5406 |
| 2025-10-16 | 4.5361 |
| 2025-10-23 | 4.7938 |
| 2025-10-30 | 4.6950 |
| 2025-11-06 | 4.6670 |
| 2025-11-13 | 4.4979 |
| 2025-11-20 | 4.6505 |
| 2025-11-27 | 4.5024 |
| 2025-12-04 | 4.6106 |
| 2025-12-12 | 4.3939 |
| 2025-12-19 | 4.8242 |
| 2025-12-26 | 4.4139 |
| 2026-01-02 | 4.3234 |
| 2026-01-09 | 5.2187 |
| 2026-01-16 | 4.3519 |
| 2026-01-23 | 4.4653 |
| 2026-01-30 | 4.5915 |
| 2026-02-06 | 4.5600 |
| 2026-02-13 | 4.4804 |
| 2026-02-20 | 4.1641 |
| 2026-02-27 | 4.5748 |
| 2026-03-06 | 4.2101 |
| 2026-03-13 | 4.1812 |
| 2026-03-20 | 4.1990 |
| 2026-03-27 | 4.3807 |
| 2026-04-03 | 4.4350 |
| 2026-04-10 | 4.2166 |
| 2026-04-17 | 4.6884 |
| 2026-04-24 | 4.5844 |
| 2026-05-01 | 4.3418 |
| 2026-05-08 | 4.6570 |
| 2026-05-16 | 4.5916 |
| 2026-05-24 | 4.2754 |
| 2026-05-31 | 4.3247 |
| 2026-06-09 | 4.5232 |
| 2026-06-16 | 4.4158 |
| 2026-06-23 | 4.4683 |
| 2026-06-30 | 4.4249 |
| 2026-07-07 | 4.3550 |
| 2026-07-14 | 4.6250 |
| 2026-07-21 | 4.7044 |
| 2026-07-28 | 4.7404 |
| 2026-08-04 | 4.5202 |
| 2026-08-11 | 4.6298 |
| 2026-08-18 | 4.5264 |
| 2026-08-26 | 4.6480 |
| 2026-09-02 | 4.5557 |
| 2026-09-09 | 4.5616 |
| 2026-09-16 | 4.5393 |
| 2026-09-23 | 4.4689 |
High
5.2187
Low
4.1641
Average
4.5179
Get this rate via the API
One GET request returns the SCR/AFN 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=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=AFN").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/AFN API questions
How do I get the SCR/AFN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=AFN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/AFN rate in rates.AFN.
How far back does SCR/AFN historical data go?
Daily SCR/AFN 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/AFN 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.