Skip to content

SCR to AFN exchange rate API

Seychelles Rupee to Afghani · quoted 2026-09-25

4.5066

▼ +3.04% over 30D

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 30 days, SCR/AFN traded between 4.3550 and 4.7781, averaged 4.5631 and fell 3.04%. 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 30D

SCR/AFN over 30D: show the values
PointSCR/AFN
2026-08-264.6480
2026-08-274.5925
2026-08-284.7058
2026-08-294.6544
2026-08-304.4381
2026-08-314.5560
2026-09-014.6531
2026-09-024.5557
2026-09-034.5836
2026-09-044.6056
2026-09-054.7698
2026-09-064.4030
2026-09-074.6456
2026-09-084.5965
2026-09-094.5616
2026-09-104.6093
2026-09-114.5623
2026-09-124.7781
2026-09-134.3550
2026-09-144.5452
2026-09-154.5881
2026-09-164.5393
2026-09-174.4930
2026-09-184.6856
2026-09-194.4658
2026-09-204.3891
2026-09-214.4947
2026-09-224.4987
2026-09-234.4689
2026-09-244.5066

High

4.7781

Low

4.3550

Average

4.5631

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=AFN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=AFN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=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&currencies=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.