Skip to content

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

AZN/CRC over 1Y: show the values
PointAZN/CRC
2025-09-26303.7920
2025-10-03302.6338
2025-10-10302.7800
2025-10-17295.1071
2025-10-24295.2399
2025-10-31295.3379
2025-11-07295.3992
2025-11-14294.9656
2025-11-21294.4010
2025-11-28293.2860
2025-12-05289.0403
2025-12-13294.3323
2025-12-20293.5150
2025-12-27291.4444
2026-01-03292.9849
2026-01-10292.5568
2026-01-17287.2482
2026-01-24290.8063
2026-01-31292.5984
2026-02-07290.9892
2026-02-14285.4038
2026-02-21280.7444
2026-02-28277.6467
2026-03-07281.1351
2026-03-14277.1928
2026-03-21274.8638
2026-03-28272.5559
2026-04-04273.3079
2026-04-11271.5172
2026-04-18267.6342
2026-04-25266.6361
2026-05-02266.8683
2026-05-09269.7518
2026-05-17266.1198
2026-05-25265.9388
2026-06-01266.5116
2026-06-10271.4860
2026-06-17267.8458
2026-06-24267.4288
2026-07-01267.8287
2026-07-08267.9486
2026-07-15267.0386
2026-07-22266.7084
2026-07-29267.4389
2026-08-05266.5889
2026-08-12266.9568
2026-08-20264.8360
2026-08-27267.3779
2026-09-03266.5123
2026-09-10267.0771
2026-09-17264.4698
2026-09-24266.3303

High

303.7920

Low

264.4698

Average

279.1199

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=CRC"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=CRC");
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=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&currencies=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.