SCR to AFN exchange rate API
Seychelles Rupee to Afghani · quoted 2026-09-25
4.5066
▼ +12.44% over 5Y
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 5 years, SCR/AFN traded between 4.2101 and 5.2044, averaged 4.7077 and fell 12.44%. 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 5Y: show the values
| Point | SCR/AFN |
|---|---|
| 2024-08-24 | 5.1465 |
| 2024-10-07 | 4.7432 |
| 2024-11-06 | 4.8749 |
| 2024-12-06 | 5.0297 |
| 2025-01-05 | 4.7328 |
| 2025-02-04 | 5.2044 |
| 2025-03-06 | 5.0781 |
| 2025-04-06 | 4.8426 |
| 2025-05-06 | 4.9424 |
| 2025-06-07 | 4.8117 |
| 2025-07-07 | 4.9473 |
| 2025-08-06 | 4.7568 |
| 2025-09-05 | 4.7542 |
| 2025-10-06 | 4.6330 |
| 2025-11-05 | 4.4405 |
| 2025-12-05 | 4.7035 |
| 2026-01-05 | 4.4091 |
| 2026-02-04 | 4.4122 |
| 2026-03-06 | 4.2101 |
| 2026-04-05 | 4.3738 |
| 2026-05-05 | 4.5845 |
| 2026-06-06 | 4.7207 |
| 2026-07-08 | 4.3779 |
| 2026-08-07 | 4.5184 |
| 2026-09-07 | 4.6456 |
High
5.2044
Low
4.2101
Average
4.7077
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.