Skip to content

TOP to BHD exchange rate API

Pa’anga to Bahraini Dinar · quoted 2026-09-25

0.15965

▼ +0.68% over 6M

1 TOP = 0.15965 BHD · 1 BHD = 6.2636 TOP · Get this rate via the API

1 TOP buys 0.15965 BHD as of 2026-09-25, so 1 BHD buys 6.2636 TOP. Over the last 6 months, TOP/BHD traded between 0.15956 and 0.16278, averaged 0.16108 and fell 0.68%. The API holds daily TOP/BHD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/BHD over 6M

TOP/BHD over 6M: show the values
PointTOP/BHD
2026-03-290.16074
2026-04-050.16064
2026-04-130.16095
2026-04-200.16071
2026-04-270.16146
2026-05-040.16217
2026-05-110.16175
2026-05-180.16176
2026-05-250.16198
2026-06-010.16237
2026-06-080.16198
2026-06-150.16056
2026-06-220.16057
2026-06-290.15956
2026-07-060.15971
2026-07-130.15985
2026-07-200.16066
2026-07-270.16072
2026-08-030.16037
2026-08-100.16093
2026-08-170.16117
2026-08-240.16278
2026-08-310.16175
2026-09-070.16141
2026-09-140.16113
2026-09-210.16181

High

0.16278

Low

0.15956

Average

0.16108

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/BHD API questions

How do I get the TOP/BHD exchange rate from an API?

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

How far back does TOP/BHD historical data go?

Daily TOP/BHD 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/BHD 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.