Skip to content

AZN to GNF exchange rate API

Azerbaijanian Manat to Guinea Franc · quoted 2026-09-27

5174.36

▲ +1.21% over 1Y

1 AZN = 5174.36 GNF · 1 GNF = 0.000193 AZN · Get this rate via the API

1 AZN buys 5174.36 GNF as of 2026-09-27, so 1 GNF buys 0.000193 AZN. Over the last year, AZN/GNF traded between 5080.11 and 5229.61, averaged 5147.97 and rose 1.21%. The API holds daily AZN/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/GNF over 1Y

AZN/GNF over 1Y: show the values
PointAZN/GNF
2025-09-275112.41
2025-10-045101.31
2025-10-115080.11
2025-10-185113.59
2025-10-255099.41
2025-11-015107.35
2025-11-085098.86
2025-11-155102.70
2025-11-225105.93
2025-11-295109.77
2025-12-065116.74
2025-12-145125.16
2025-12-215125.56
2025-12-285138.07
2026-01-045139.36
2026-01-115143.70
2026-01-185145.48
2026-01-255144.74
2026-02-015159.09
2026-02-085166.57
2026-02-155157.74
2026-02-225153.29
2026-03-015157.24
2026-03-085158.79
2026-03-155149.91
2026-03-225158.05
2026-03-295161.48
2026-04-055162.53
2026-04-125141.48
2026-04-195157.65
2026-04-265142.98
2026-05-035149.74
2026-05-105135.53
2026-05-185229.61
2026-05-265157.70
2026-06-025159.84
2026-06-115155.59
2026-06-185155.69
2026-06-255153.53
2026-07-025160.19
2026-07-095162.80
2026-07-165150.82
2026-07-235160.03
2026-07-305159.18
2026-08-065169.90
2026-08-135173.43
2026-08-215171.43
2026-08-285172.32
2026-09-045180.36
2026-09-115176.86
2026-09-185217.83
2026-09-255178.36

High

5229.61

Low

5080.11

Average

5147.97

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/GNF API questions

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

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

How far back does AZN/GNF historical data go?

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