AZN to CRC exchange rate API
Azerbaijanian Manat to Costa Rican Colon · quoted 2026-09-26
267.1931
▼ +12.05% over 1Y
1 AZN = 267.1931 CRC · 1 CRC = 0.003743 AZN · Get this rate via the API
1 AZN buys 267.1931 CRC as of 2026-09-26, so 1 CRC buys 0.003743 AZN. Over the last year, AZN/CRC traded between 264.4698 and 303.7920, averaged 279.1199 and fell 12.05%. The API holds daily AZN/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/CRC over 1Y: show the values
| Point | AZN/CRC |
|---|---|
| 2025-09-26 | 303.7920 |
| 2025-10-03 | 302.6338 |
| 2025-10-10 | 302.7800 |
| 2025-10-17 | 295.1071 |
| 2025-10-24 | 295.2399 |
| 2025-10-31 | 295.3379 |
| 2025-11-07 | 295.3992 |
| 2025-11-14 | 294.9656 |
| 2025-11-21 | 294.4010 |
| 2025-11-28 | 293.2860 |
| 2025-12-05 | 289.0403 |
| 2025-12-13 | 294.3323 |
| 2025-12-20 | 293.5150 |
| 2025-12-27 | 291.4444 |
| 2026-01-03 | 292.9849 |
| 2026-01-10 | 292.5568 |
| 2026-01-17 | 287.2482 |
| 2026-01-24 | 290.8063 |
| 2026-01-31 | 292.5984 |
| 2026-02-07 | 290.9892 |
| 2026-02-14 | 285.4038 |
| 2026-02-21 | 280.7444 |
| 2026-02-28 | 277.6467 |
| 2026-03-07 | 281.1351 |
| 2026-03-14 | 277.1928 |
| 2026-03-21 | 274.8638 |
| 2026-03-28 | 272.5559 |
| 2026-04-04 | 273.3079 |
| 2026-04-11 | 271.5172 |
| 2026-04-18 | 267.6342 |
| 2026-04-25 | 266.6361 |
| 2026-05-02 | 266.8683 |
| 2026-05-09 | 269.7518 |
| 2026-05-17 | 266.1198 |
| 2026-05-25 | 265.9388 |
| 2026-06-01 | 266.5116 |
| 2026-06-10 | 271.4860 |
| 2026-06-17 | 267.8458 |
| 2026-06-24 | 267.4288 |
| 2026-07-01 | 267.8287 |
| 2026-07-08 | 267.9486 |
| 2026-07-15 | 267.0386 |
| 2026-07-22 | 266.7084 |
| 2026-07-29 | 267.4389 |
| 2026-08-05 | 266.5889 |
| 2026-08-12 | 266.9568 |
| 2026-08-20 | 264.8360 |
| 2026-08-27 | 267.3779 |
| 2026-09-03 | 266.5123 |
| 2026-09-10 | 267.0771 |
| 2026-09-17 | 264.4698 |
| 2026-09-24 | 266.3303 |
High
303.7920
Low
264.4698
Average
279.1199
Get this rate via the API
One GET request returns the AZN/CRC 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=CRC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=CRC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=CRC").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/CRC API questions
How do I get the AZN/CRC exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=CRC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/CRC rate in rates.CRC.
How far back does AZN/CRC historical data go?
Daily AZN/CRC 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/CRC 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.