Skip to content

SCR to QAR exchange rate API

Seychelles Rupee to Qatari Rial · quoted 2026-09-25

0.25638

▲ +2.92% over YTD

1 SCR = 0.25638 QAR · 1 QAR = 3.9005 SCR · Get this rate via the API

1 SCR buys 0.25638 QAR as of 2026-09-25, so 1 QAR buys 3.9005 SCR. Over the year to date, SCR/QAR traded between 0.24222 and 0.26827, averaged 0.25282 and rose 2.92%. The API holds daily SCR/QAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/QAR over YTD

SCR/QAR over YTD: show the values
PointSCR/QAR
2025-12-310.24909
2026-01-070.25962
2026-01-140.25071
2026-01-210.25682
2026-01-280.24837
2026-02-040.24364
2026-02-110.24312
2026-02-180.25262
2026-02-250.24222
2026-03-040.26534
2026-03-110.26827
2026-03-180.25533
2026-03-250.25043
2026-04-010.24501
2026-04-080.26049
2026-04-150.25846
2026-04-220.24765
2026-04-290.26661
2026-05-060.26383
2026-05-140.25471
2026-05-210.25324
2026-05-290.25554
2026-06-050.26017
2026-06-140.25001
2026-06-210.24801
2026-06-280.24443
2026-07-050.25183
2026-07-120.24610
2026-07-190.24935
2026-07-260.25098
2026-08-020.24696
2026-08-090.24742
2026-08-160.24817
2026-08-240.25049
2026-08-310.25358
2026-09-070.25622
2026-09-140.25671
2026-09-210.25198

High

0.26827

Low

0.24222

Average

0.25282

For developers

Get this rate via the API

One GET request returns the SCR/QAR 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=QAR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=QAR");
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=QAR").json()

Replace YOUR_API_KEY with the key from your dashboard.

SCR/QAR API questions

How do I get the SCR/QAR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=QAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/QAR rate in rates.QAR.

How far back does SCR/QAR historical data go?

Daily SCR/QAR 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/QAR 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.