TOP to DJF exchange rate API
Pa’anga to Djibouti Franc · quoted 2026-09-25
74.7079
▼ +1.87% over 1Y
1 TOP = 74.7079 DJF · 1 DJF = 0.01339 TOP · Get this rate via the API
1 TOP buys 74.7079 DJF as of 2026-09-25, so 1 DJF buys 0.01339 TOP. Over the last year, TOP/DJF traded between 73.8115 and 76.4245, averaged 75.3955 and fell 1.87%. The API holds daily TOP/DJF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/DJF over 1Y: show the values
| Point | TOP/DJF |
|---|---|
| 2025-09-25 | 76.1340 |
| 2025-10-02 | 75.3192 |
| 2025-10-09 | 75.2575 |
| 2025-10-16 | 75.4468 |
| 2025-10-23 | 75.4745 |
| 2025-10-30 | 74.9486 |
| 2025-11-06 | 75.5361 |
| 2025-11-13 | 75.5579 |
| 2025-11-20 | 74.3168 |
| 2025-11-27 | 74.1906 |
| 2025-12-04 | 74.4777 |
| 2025-12-12 | 74.2250 |
| 2025-12-19 | 74.4905 |
| 2025-12-26 | 75.4422 |
| 2026-01-02 | 74.4320 |
| 2026-01-09 | 74.4018 |
| 2026-01-16 | 75.6349 |
| 2026-01-23 | 75.3545 |
| 2026-01-30 | 75.9953 |
| 2026-02-06 | 75.7450 |
| 2026-02-13 | 76.0865 |
| 2026-02-20 | 75.9822 |
| 2026-02-27 | 76.1539 |
| 2026-03-06 | 75.7858 |
| 2026-03-13 | 76.0434 |
| 2026-03-20 | 75.6328 |
| 2026-03-27 | 76.2730 |
| 2026-04-03 | 75.5080 |
| 2026-04-10 | 75.7300 |
| 2026-04-18 | 73.9542 |
| 2026-04-25 | 73.8389 |
| 2026-05-02 | 73.8115 |
| 2026-05-09 | 73.8115 |
| 2026-05-17 | 75.8000 |
| 2026-05-25 | 76.2474 |
| 2026-06-01 | 76.4245 |
| 2026-06-10 | 75.8012 |
| 2026-06-17 | 76.3263 |
| 2026-06-24 | 75.3248 |
| 2026-07-01 | 75.1111 |
| 2026-07-08 | 75.8774 |
| 2026-07-15 | 75.4506 |
| 2026-07-22 | 75.3778 |
| 2026-07-29 | 75.5731 |
| 2026-08-05 | 75.5535 |
| 2026-08-12 | 75.5780 |
| 2026-08-20 | 75.8016 |
| 2026-08-27 | 76.2805 |
| 2026-09-03 | 76.1522 |
| 2026-09-10 | 76.0603 |
| 2026-09-17 | 76.0057 |
| 2026-09-24 | 75.5134 |
High
76.4245
Low
73.8115
Average
75.3955
Get this rate via the API
One GET request returns the TOP/DJF rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=DJF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=DJF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=DJF").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/DJF API questions
How do I get the TOP/DJF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=DJF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/DJF rate in rates.DJF.
How far back does TOP/DJF historical data go?
Daily TOP/DJF 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/DJF 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.