Skip to content

INR to BOB exchange rate API

Indian Rupee to Boliviano · quoted 2026-09-24

0.11975

▲ +55.18% over YTD

1 INR = 0.11975 BOB · 1 BOB = 8.3507 INR · Get this rate via the API

1 INR buys 0.11975 BOB as of 2026-09-24, so 1 BOB buys 8.3507 INR. Over the year to date, INR/BOB traded between 0.07181 and 0.13095, averaged 0.08834 and rose 55.18%. 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 YTD

INR/BOB over YTD: show the values
PointINR/BOB
2025-12-310.07717
2026-01-070.07708
2026-01-140.07671
2026-01-210.07546
2026-01-280.07510
2026-02-040.07650
2026-02-110.07598
2026-02-180.07623
2026-02-250.07605
2026-03-040.07505
2026-03-110.07513
2026-03-180.07421
2026-03-250.07359
2026-04-010.07390
2026-04-080.07461
2026-04-150.07400
2026-04-220.07366
2026-04-290.07283
2026-05-060.07287
2026-05-140.07213
2026-05-210.07181
2026-05-290.07257
2026-06-050.07295
2026-06-140.07251
2026-06-210.07326
2026-06-280.07304
2026-07-050.07262
2026-07-120.10538
2026-07-190.11096
2026-07-260.11624
2026-08-020.12654
2026-08-090.12445
2026-08-160.12147
2026-08-240.12078
2026-08-310.12384
2026-09-070.13095
2026-09-140.13019
2026-09-210.10781

High

0.13095

Low

0.07181

Average

0.08834

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.