Skip to content

INR to BOB exchange rate API

Indian Rupee to Boliviano · quoted 2026-09-24

0.11973

▲ +53.64% over 1Y

1 INR = 0.11973 BOB · 1 BOB = 8.3518 INR · Get this rate via the API

1 INR buys 0.11973 BOB as of 2026-09-24, so 1 BOB buys 8.3518 INR. Over the last year, INR/BOB traded between 0.07202 and 0.13083, averaged 0.08557 and rose 53.64%. The API holds daily INR/BOB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/BOB over 1Y

INR/BOB over 1Y: show the values
PointINR/BOB
2025-09-240.07793
2025-10-010.07795
2025-10-080.07806
2025-10-150.07855
2025-10-220.07823
2025-10-290.07836
2025-11-050.07803
2025-11-120.07807
2025-11-190.07818
2025-11-260.07751
2025-12-030.07674
2025-12-110.07661
2025-12-180.07656
2025-12-250.07703
2026-01-010.07707
2026-01-080.07703
2026-01-150.07665
2026-01-220.07555
2026-01-290.07516
2026-02-050.07654
2026-02-120.07645
2026-02-190.07601
2026-02-260.07564
2026-03-050.07543
2026-03-120.07507
2026-03-190.07455
2026-03-260.07365
2026-04-020.07423
2026-04-090.07452
2026-04-160.07392
2026-04-230.07368
2026-04-300.07282
2026-05-070.07333
2026-05-150.07202
2026-05-230.07240
2026-05-300.07286
2026-06-060.07273
2026-06-150.07293
2026-06-220.07293
2026-06-290.07316
2026-07-060.07261
2026-07-130.10426
2026-07-200.11085
2026-07-270.11411
2026-08-030.12327
2026-08-100.12698
2026-08-170.12164
2026-08-250.12052
2026-09-010.12473
2026-09-080.13083
2026-09-150.12504
2026-09-220.11653

High

0.13083

Low

0.07202

Average

0.08557

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/BOB API questions

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

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

How far back does INR/BOB historical data go?

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