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: show the values
| Point | SCR/BGN |
|---|---|
| 2025-09-25 | 0.11453 |
| 2025-10-02 | 0.11307 |
| 2025-10-09 | 0.11455 |
| 2025-10-16 | 0.11471 |
| 2025-10-23 | 0.12188 |
| 2025-10-30 | 0.11917 |
| 2025-11-06 | 0.11910 |
| 2025-11-13 | 0.11392 |
| 2025-11-20 | 0.11920 |
| 2025-11-27 | 0.11444 |
| 2025-12-04 | 0.11666 |
| 2025-12-12 | 0.11083 |
| 2025-12-19 | 0.12154 |
| 2025-12-26 | 0.11171 |
| 2026-01-02 | 0.10964 |
| 2026-01-09 | 0.13276 |
| 2026-01-16 | 0.11148 |
| 2026-01-23 | 0.11442 |
| 2026-01-30 | 0.11452 |
| 2026-02-06 | 0.11557 |
| 2026-02-13 | 0.11460 |
| 2026-02-20 | 0.10995 |
| 2026-02-27 | 0.12137 |
| 2026-03-06 | 0.11253 |
| 2026-03-13 | 0.11368 |
| 2026-03-20 | 0.11234 |
| 2026-03-27 | 0.11726 |
| 2026-04-03 | 0.11817 |
| 2026-04-14 | 0.12099 |
| 2026-04-21 | 0.11113 |
| 2026-04-28 | 0.11769 |
| 2026-05-05 | 0.12044 |
| 2026-05-12 | 0.11359 |
| 2026-05-20 | 0.11469 |
| 2026-05-28 | 0.11753 |
| 2026-06-04 | 0.11827 |
| 2026-06-13 | 0.12229 |
| 2026-06-20 | 0.12183 |
| 2026-06-27 | 0.11572 |
| 2026-07-04 | 0.12998 |
| 2026-07-11 | 0.12040 |
| 2026-07-18 | 0.12717 |
| 2026-07-25 | 0.11783 |
| 2026-08-01 | 0.12563 |
| 2026-08-08 | 0.11692 |
| 2026-08-15 | 0.12335 |
| 2026-08-23 | 0.11806 |
| 2026-08-30 | 0.11501 |
| 2026-09-06 | 0.11489 |
| 2026-09-13 | 0.11409 |
| 2026-09-20 | 0.11545 |
High
0.13276
Low
0.10964
Average
0.11726
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=BGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=BGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.