AZN to GYD exchange rate API
Azerbaijanian Manat to Guyana Dollar · quoted 2026-09-26
122.8292
▼ +0.35% over YTD
1 AZN = 122.8292 GYD · 1 GYD = 0.008141 AZN · Get this rate via the API
1 AZN buys 122.8292 GYD as of 2026-09-26, so 1 GYD buys 0.008141 AZN. Over the year to date, AZN/GYD traded between 122.0842 and 123.2625, averaged 122.9794 and fell 0.35%. The API holds daily AZN/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/GYD over YTD: show the values
| Point | AZN/GYD |
|---|---|
| 2025-12-31 | 123.2613 |
| 2026-01-07 | 123.1710 |
| 2026-01-14 | 123.2588 |
| 2026-01-21 | 122.9988 |
| 2026-01-28 | 122.6247 |
| 2026-02-04 | 122.7040 |
| 2026-02-11 | 123.1300 |
| 2026-02-18 | 122.9113 |
| 2026-02-25 | 123.0374 |
| 2026-03-04 | 123.0611 |
| 2026-03-11 | 123.0494 |
| 2026-03-18 | 122.7564 |
| 2026-03-25 | 122.8809 |
| 2026-04-01 | 123.1009 |
| 2026-04-08 | 122.0842 |
| 2026-04-15 | 122.9950 |
| 2026-04-22 | 123.1476 |
| 2026-04-29 | 122.9967 |
| 2026-05-06 | 123.2625 |
| 2026-05-14 | 123.0681 |
| 2026-05-21 | 123.0464 |
| 2026-05-29 | 122.5707 |
| 2026-06-05 | 123.2319 |
| 2026-06-14 | 122.9982 |
| 2026-06-21 | 122.9658 |
| 2026-06-28 | 122.9664 |
| 2026-07-05 | 122.9809 |
| 2026-07-12 | 123.0536 |
| 2026-07-19 | 122.9608 |
| 2026-07-26 | 122.9204 |
| 2026-08-02 | 123.0215 |
| 2026-08-09 | 123.1032 |
| 2026-08-16 | 122.8306 |
| 2026-08-24 | 123.2392 |
| 2026-08-31 | 122.9000 |
| 2026-09-07 | 123.0615 |
| 2026-09-14 | 123.0315 |
| 2026-09-21 | 122.9863 |
High
123.2625
Low
122.0842
Average
122.9794
Get this rate via the API
One GET request returns the AZN/GYD 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=AZN¤cies=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=GYD").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/GYD API questions
How do I get the AZN/GYD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=GYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/GYD rate in rates.GYD.
How far back does AZN/GYD historical data go?
Daily AZN/GYD 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/GYD 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.