Skip to content

TOP to BHD exchange rate API

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

0.15965

▼ +1.27% over 1Y

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 year, TOP/BHD traded between 0.15612 and 0.16433, averaged 0.16060 and fell 1.27%. 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 1Y

TOP/BHD over 1Y: show the values
PointTOP/BHD
2025-09-250.16170
2025-10-020.15990
2025-10-090.15974
2025-10-160.16020
2025-10-230.16019
2025-10-300.15915
2025-11-060.16023
2025-11-130.16041
2025-11-200.15782
2025-11-270.15757
2025-12-040.15819
2025-12-110.15834
2025-12-180.15745
2025-12-250.15612
2026-01-010.15773
2026-01-080.15790
2026-01-150.15912
2026-01-220.15968
2026-01-290.16072
2026-02-050.16115
2026-02-120.16181
2026-02-190.16144
2026-02-260.16167
2026-03-050.16119
2026-03-120.16204
2026-03-190.16157
2026-03-260.16243
2026-04-020.16257
2026-04-090.16094
2026-04-170.16099
2026-04-240.16113
2026-05-010.16422
2026-05-080.16144
2026-05-150.16433
2026-05-220.16190
2026-05-290.16340
2026-06-050.16185
2026-06-120.16080
2026-06-190.16131
2026-06-260.16064
2026-07-030.15961
2026-07-100.15973
2026-07-170.16215
2026-07-240.16151
2026-07-310.16103
2026-08-070.16170
2026-08-140.16016
2026-08-210.16136
2026-08-280.16193
2026-09-040.16163
2026-09-110.16131
2026-09-180.16010
2026-09-250.15938

High

0.16433

Low

0.15612

Average

0.16060

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.