Skip to content

AZN to TJS exchange rate API

Azerbaijanian Manat to Somoni · quoted 2026-09-26

5.4219

▼ +3.79% over 1Y

1 AZN = 5.4219 TJS · 1 TJS = 0.18444 AZN · Get this rate via the API

1 AZN buys 5.4219 TJS as of 2026-09-26, so 1 TJS buys 0.18444 AZN. Over the last year, AZN/TJS traded between 5.3957 and 5.6431, averaged 5.4854 and fell 3.79%. The API holds daily AZN/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/TJS over 1Y

AZN/TJS over 1Y: show the values
PointAZN/TJS
2025-09-265.6352
2025-10-035.6069
2025-10-105.6019
2025-10-175.4079
2025-10-245.4468
2025-10-315.4150
2025-11-075.4277
2025-11-145.4293
2025-11-215.4531
2025-11-285.4324
2025-12-055.4115
2025-12-135.4349
2025-12-205.4059
2025-12-275.4441
2026-01-035.4309
2026-01-105.4599
2026-01-175.4824
2026-01-245.4953
2026-01-315.5337
2026-02-075.5119
2026-02-145.5505
2026-02-215.5743
2026-02-285.5910
2026-03-075.6382
2026-03-145.6431
2026-03-215.6353
2026-03-285.6081
2026-04-045.6206
2026-04-115.5755
2026-04-185.5337
2026-04-255.5075
2026-05-025.5059
2026-05-095.4753
2026-05-175.4903
2026-05-255.4453
2026-06-015.4342
2026-06-105.4996
2026-06-175.4539
2026-06-245.4595
2026-07-015.4387
2026-07-085.4549
2026-07-155.4201
2026-07-225.4384
2026-07-295.4204
2026-08-055.4209
2026-08-125.4209
2026-08-205.3957
2026-08-275.4309
2026-09-035.4283
2026-09-105.4333
2026-09-175.4483
2026-09-245.4460

High

5.6431

Low

5.3957

Average

5.4854

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/TJS API questions

How do I get the AZN/TJS exchange rate from an API?

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

How far back does AZN/TJS historical data go?

Daily AZN/TJS 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 AZN/TJS 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.