Skip to content

INR to BAM exchange rate API

Indian Rupee to Convertible Mark · quoted 2026-09-24

0.01787

▼ +4.36% over 1Y

1 INR = 0.01787 BAM · 1 BAM = 55.9628 INR · Get this rate via the API

1 INR buys 0.01787 BAM as of 2026-09-24, so 1 BAM buys 55.9628 INR. Over the last year, INR/BAM traded between 0.01741 and 0.01920, averaged 0.01819 and fell 4.36%. The API holds daily INR/BAM rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/BAM over 1Y

INR/BAM over 1Y: show the values
PointINR/BAM
2025-09-240.01868
2025-10-010.01878
2025-10-080.01895
2025-10-150.01912
2025-10-220.01906
2025-10-290.01903
2025-11-050.01920
2025-11-120.01907
2025-11-190.01909
2025-11-260.01893
2025-12-030.01864
2025-12-110.01853
2025-12-180.01846
2025-12-250.01849
2026-01-010.01853
2026-01-080.01863
2026-01-150.01861
2026-01-220.01826
2026-01-290.01778
2026-02-050.01836
2026-02-120.01817
2026-02-190.01818
2026-02-260.01820
2026-03-050.01836
2026-03-120.01839
2026-03-190.01826
2026-03-260.01798
2026-04-020.01819
2026-04-090.01804
2026-04-160.01776
2026-04-230.01775
2026-04-300.01760
2026-05-070.01761
2026-05-150.01741
2026-05-230.01761
2026-05-300.01766
2026-06-060.01786
2026-06-150.01778
2026-06-220.01803
2026-06-290.01817
2026-07-060.01793
2026-07-130.01795
2026-07-200.01772
2026-07-270.01788
2026-08-030.01779
2026-08-100.01776
2026-08-170.01767
2026-08-250.01757
2026-09-010.01775
2026-09-080.01774
2026-09-150.01767
2026-09-220.01783

High

0.01920

Low

0.01741

Average

0.01819

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=BAM").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/BAM API questions

How do I get the INR/BAM exchange rate from an API?

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

How far back does INR/BAM historical data go?

Daily INR/BAM 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 INR/BAM 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.