Skip to content

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

TOP/BBD over 1Y: show the values
PointTOP/BBD
2025-09-240.84703
2025-10-010.84549
2025-10-080.84794
2025-10-150.84943
2025-10-220.84886
2025-10-290.84039
2025-11-050.85113
2025-11-120.84822
2025-11-190.83577
2025-11-260.83485
2025-12-030.83413
2025-12-110.83799
2025-12-180.83328
2025-12-250.83045
2026-01-010.83620
2026-01-080.83565
2026-01-150.84201
2026-01-220.84496
2026-01-290.85049
2026-02-050.85282
2026-02-120.86428
2026-02-190.85435
2026-02-260.85531
2026-03-050.85226
2026-03-120.85592
2026-03-190.85167
2026-03-260.85637
2026-04-020.85022
2026-04-090.85501
2026-04-170.85748
2026-04-240.85709
2026-05-010.87318
2026-05-080.86181
2026-05-160.84618
2026-05-240.85000
2026-05-310.85528
2026-06-090.85673
2026-06-160.85037
2026-06-230.85063
2026-06-300.84438
2026-07-070.84486
2026-07-140.84562
2026-07-210.85007
2026-07-280.85330
2026-08-040.85439
2026-08-110.84704
2026-08-180.85448
2026-08-260.85607
2026-09-020.85603
2026-09-090.85659
2026-09-160.84894
2026-09-230.85549

High

0.87318

Low

0.83045

Average

0.84931

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=BBD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=BBD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=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&currencies=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.