SCR to AFN exchange rate API
Seychelles Rupee to Afghani · quoted 2026-09-25
4.5066
▲ +0.43% over YTD
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 year to date, SCR/AFN traded between 4.2120 and 4.7188, averaged 4.4801 and rose 0.43%. 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 YTD: show the values
| Point | SCR/AFN |
|---|---|
| 2025-12-31 | 4.4873 |
| 2026-01-07 | 4.7188 |
| 2026-01-14 | 4.5504 |
| 2026-01-21 | 4.6256 |
| 2026-01-28 | 4.4863 |
| 2026-02-04 | 4.4122 |
| 2026-02-11 | 4.3369 |
| 2026-02-18 | 4.3377 |
| 2026-02-25 | 4.2120 |
| 2026-03-04 | 4.5584 |
| 2026-03-11 | 4.6481 |
| 2026-03-18 | 4.4244 |
| 2026-03-25 | 4.3274 |
| 2026-04-01 | 4.2771 |
| 2026-04-08 | 4.6477 |
| 2026-04-15 | 4.5351 |
| 2026-04-22 | 4.2799 |
| 2026-04-29 | 4.6103 |
| 2026-05-06 | 4.5940 |
| 2026-05-14 | 4.4784 |
| 2026-05-21 | 4.3729 |
| 2026-05-29 | 4.4205 |
| 2026-06-05 | 4.5330 |
| 2026-06-14 | 4.4199 |
| 2026-06-21 | 4.3988 |
| 2026-06-28 | 4.3411 |
| 2026-07-05 | 4.5439 |
| 2026-07-12 | 4.4304 |
| 2026-07-19 | 4.5183 |
| 2026-07-26 | 4.5526 |
| 2026-08-02 | 4.4648 |
| 2026-08-09 | 4.4706 |
| 2026-08-16 | 4.4557 |
| 2026-08-24 | 4.5067 |
| 2026-08-31 | 4.5560 |
| 2026-09-07 | 4.6456 |
| 2026-09-14 | 4.5452 |
| 2026-09-21 | 4.4947 |
High
4.7188
Low
4.2120
Average
4.4801
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.