Skip to content

SCR to BGN exchange rate API

Seychelles Rupee to Bulgarian Lev · quoted 2026-09-25

0.12108

▲ +5.72% over 1Y

1 SCR = 0.12108 BGN · 1 BGN = 8.2587 SCR · Get this rate via the API

1 SCR buys 0.12108 BGN as of 2026-09-25, so 1 BGN buys 8.2587 SCR. Over the last year, SCR/BGN traded between 0.10964 and 0.13276, averaged 0.11726 and rose 5.72%. The API holds daily SCR/BGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/BGN over 1Y

SCR/BGN over 1Y: show the values
PointSCR/BGN
2025-09-250.11453
2025-10-020.11307
2025-10-090.11455
2025-10-160.11471
2025-10-230.12188
2025-10-300.11917
2025-11-060.11910
2025-11-130.11392
2025-11-200.11920
2025-11-270.11444
2025-12-040.11666
2025-12-120.11083
2025-12-190.12154
2025-12-260.11171
2026-01-020.10964
2026-01-090.13276
2026-01-160.11148
2026-01-230.11442
2026-01-300.11452
2026-02-060.11557
2026-02-130.11460
2026-02-200.10995
2026-02-270.12137
2026-03-060.11253
2026-03-130.11368
2026-03-200.11234
2026-03-270.11726
2026-04-030.11817
2026-04-140.12099
2026-04-210.11113
2026-04-280.11769
2026-05-050.12044
2026-05-120.11359
2026-05-200.11469
2026-05-280.11753
2026-06-040.11827
2026-06-130.12229
2026-06-200.12183
2026-06-270.11572
2026-07-040.12998
2026-07-110.12040
2026-07-180.12717
2026-07-250.11783
2026-08-010.12563
2026-08-080.11692
2026-08-150.12335
2026-08-230.11806
2026-08-300.11501
2026-09-060.11489
2026-09-130.11409
2026-09-200.11545

High

0.13276

Low

0.10964

Average

0.11726

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/BGN API questions

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

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

How far back does SCR/BGN historical data go?

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