TOP to BBD exchange rate API
Pa’anga to Barbados Dollar · quoted 2026-09-24
0.84513
▼ +0.22% over 1Y
1 TOP = 0.84513 BBD · 1 BBD = 1.1833 TOP · Get this rate via the API
1 TOP buys 0.84513 BBD as of 2026-09-24, so 1 BBD buys 1.1833 TOP. Over the last year, TOP/BBD traded between 0.83045 and 0.87318, averaged 0.84931 and fell 0.22%. The API holds daily TOP/BBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/BBD over 1Y: show the values
| Point | TOP/BBD |
|---|---|
| 2025-09-24 | 0.84703 |
| 2025-10-01 | 0.84549 |
| 2025-10-08 | 0.84794 |
| 2025-10-15 | 0.84943 |
| 2025-10-22 | 0.84886 |
| 2025-10-29 | 0.84039 |
| 2025-11-05 | 0.85113 |
| 2025-11-12 | 0.84822 |
| 2025-11-19 | 0.83577 |
| 2025-11-26 | 0.83485 |
| 2025-12-03 | 0.83413 |
| 2025-12-11 | 0.83799 |
| 2025-12-18 | 0.83328 |
| 2025-12-25 | 0.83045 |
| 2026-01-01 | 0.83620 |
| 2026-01-08 | 0.83565 |
| 2026-01-15 | 0.84201 |
| 2026-01-22 | 0.84496 |
| 2026-01-29 | 0.85049 |
| 2026-02-05 | 0.85282 |
| 2026-02-12 | 0.86428 |
| 2026-02-19 | 0.85435 |
| 2026-02-26 | 0.85531 |
| 2026-03-05 | 0.85226 |
| 2026-03-12 | 0.85592 |
| 2026-03-19 | 0.85167 |
| 2026-03-26 | 0.85637 |
| 2026-04-02 | 0.85022 |
| 2026-04-09 | 0.85501 |
| 2026-04-17 | 0.85748 |
| 2026-04-24 | 0.85709 |
| 2026-05-01 | 0.87318 |
| 2026-05-08 | 0.86181 |
| 2026-05-16 | 0.84618 |
| 2026-05-24 | 0.85000 |
| 2026-05-31 | 0.85528 |
| 2026-06-09 | 0.85673 |
| 2026-06-16 | 0.85037 |
| 2026-06-23 | 0.85063 |
| 2026-06-30 | 0.84438 |
| 2026-07-07 | 0.84486 |
| 2026-07-14 | 0.84562 |
| 2026-07-21 | 0.85007 |
| 2026-07-28 | 0.85330 |
| 2026-08-04 | 0.85439 |
| 2026-08-11 | 0.84704 |
| 2026-08-18 | 0.85448 |
| 2026-08-26 | 0.85607 |
| 2026-09-02 | 0.85603 |
| 2026-09-09 | 0.85659 |
| 2026-09-16 | 0.84894 |
| 2026-09-23 | 0.85549 |
High
0.87318
Low
0.83045
Average
0.84931
Get this rate via the API
One GET request returns the TOP/BBD 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=TOP¤cies=BBD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=BBD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=BBD").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/BBD API questions
How do I get the TOP/BBD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=BBD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/BBD rate in rates.BBD.
How far back does TOP/BBD historical data go?
Daily TOP/BBD 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 TOP/BBD 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.