Skip to content

DJF to INR exchange rate API

Djibouti Franc to Indian Rupee · quoted 2026-09-25

0.53984

▲ +8.31% over 1Y

1 DJF = 0.53984 INR · 1 INR = 1.8524 DJF · Get this rate via the API

1 DJF buys 0.53984 INR as of 2026-09-25, so 1 INR buys 1.8524 DJF. Over the last year, DJF/INR traded between 0.49327 and 0.54050, averaged 0.52019 and rose 8.31%. The API holds daily DJF/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DJF/INR over 1Y

DJF/INR over 1Y: show the values
PointDJF/INR
2025-09-250.49840
2025-10-020.49831
2025-10-090.49875
2025-10-160.49406
2025-10-230.49327
2025-10-300.49851
2025-11-060.49717
2025-11-130.49822
2025-11-200.49853
2025-11-270.50245
2025-12-040.50505
2025-12-120.50889
2025-12-190.50379
2025-12-260.50652
2026-01-020.50679
2026-01-090.50647
2026-01-160.50892
2026-01-230.51538
2026-01-300.51626
2026-02-060.50901
2026-02-130.50971
2026-02-200.51077
2026-02-270.51133
2026-03-060.51590
2026-03-130.51825
2026-03-200.52738
2026-03-270.53277
2026-04-030.52000
2026-04-100.52266
2026-04-170.52126
2026-04-240.53034
2026-05-010.53567
2026-05-080.52890
2026-05-160.53765
2026-05-240.53739
2026-05-310.53253
2026-06-090.53620
2026-06-160.53223
2026-06-230.53164
2026-06-300.53192
2026-07-070.53373
2026-07-140.53934
2026-07-210.54050
2026-07-280.53884
2026-08-040.53534
2026-08-110.53587
2026-08-180.53728
2026-08-260.53608
2026-09-020.53324
2026-09-090.53454
2026-09-160.53894
2026-09-230.53722

High

0.54050

Low

0.49327

Average

0.52019

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

DJF/INR API questions

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

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

How far back does DJF/INR historical data go?

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