BSD to UZS exchange rate API
Bahamian Dollar to Uzbekistan Sum · quoted 2026-09-27
11821.25
▼ +1.72% over YTD
1 BSD = 11821.25 UZS · 1 UZS = 0.000085 BSD · Get this rate via the API
1 BSD buys 11821.25 UZS as of 2026-09-27, so 1 UZS buys 0.000085 BSD. Over the year to date, BSD/UZS traded between 11740.02 and 12329.98, averaged 12040.65 and fell 1.72%. The API holds daily BSD/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BSD/UZS over YTD: show the values
| Point | BSD/UZS |
|---|---|
| 2025-12-31 | 12028.66 |
| 2026-01-07 | 11977.32 |
| 2026-01-14 | 12085.69 |
| 2026-01-21 | 12063.80 |
| 2026-01-28 | 12129.63 |
| 2026-02-04 | 12252.42 |
| 2026-02-11 | 12329.98 |
| 2026-02-18 | 12151.31 |
| 2026-02-25 | 12198.83 |
| 2026-03-04 | 12209.61 |
| 2026-03-11 | 12164.37 |
| 2026-03-18 | 12106.22 |
| 2026-03-25 | 12180.56 |
| 2026-04-01 | 12212.75 |
| 2026-04-08 | 12192.17 |
| 2026-04-15 | 12144.77 |
| 2026-04-22 | 12060.36 |
| 2026-04-29 | 12072.94 |
| 2026-05-06 | 12049.64 |
| 2026-05-14 | 12079.90 |
| 2026-05-21 | 12086.53 |
| 2026-05-29 | 12010.21 |
| 2026-06-05 | 11979.26 |
| 2026-06-14 | 11982.72 |
| 2026-06-21 | 12058.42 |
| 2026-06-28 | 12008.78 |
| 2026-07-05 | 11975.49 |
| 2026-07-12 | 12075.15 |
| 2026-07-19 | 12031.71 |
| 2026-07-26 | 12022.96 |
| 2026-08-02 | 11959.90 |
| 2026-08-09 | 11951.99 |
| 2026-08-16 | 11893.76 |
| 2026-08-24 | 11848.28 |
| 2026-08-31 | 11833.45 |
| 2026-09-07 | 11779.06 |
| 2026-09-14 | 11740.02 |
| 2026-09-21 | 11835.53 |
High
12329.98
Low
11740.02
Average
12040.65
Get this rate via the API
One GET request returns the BSD/UZS 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=BSD¤cies=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=UZS").json()Replace YOUR_API_KEY with the key from your dashboard.
BSD/UZS API questions
How do I get the BSD/UZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BSD/UZS rate in rates.UZS.
How far back does BSD/UZS historical data go?
Daily BSD/UZS 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 BSD/UZS 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.