Skip to content

CRC to AZN exchange rate API

Costa Rican Colon to Azerbaijanian Manat · quoted 2026-09-26

0.003742

▲ +13.70% over 1Y

1 CRC = 0.003742 AZN · 1 AZN = 267.2368 CRC · Get this rate via the API

1 CRC buys 0.003742 AZN as of 2026-09-26, so 1 AZN buys 267.2368 CRC. Over the last year, CRC/AZN traded between 0.003291 and 0.003781, averaged 0.003590 and rose 13.70%. The API holds daily CRC/AZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CRC/AZN over 1Y

CRC/AZN over 1Y: show the values
PointCRC/AZN
2025-09-260.003291
2025-10-030.003304
2025-10-100.003302
2025-10-170.003388
2025-10-240.003387
2025-10-310.003385
2025-11-070.003385
2025-11-140.003390
2025-11-210.003396
2025-11-280.003409
2025-12-050.003459
2025-12-130.003397
2025-12-200.003406
2025-12-270.003431
2026-01-030.003413
2026-01-100.003418
2026-01-170.003481
2026-01-240.003438
2026-01-310.003417
2026-02-070.003436
2026-02-140.003503
2026-02-210.003561
2026-02-280.003601
2026-03-070.003557
2026-03-140.003607
2026-03-210.003638
2026-03-280.003668
2026-04-040.003658
2026-04-110.003683
2026-04-180.003736
2026-04-250.003750
2026-05-020.003747
2026-05-090.003707
2026-05-170.003757
2026-05-250.003760
2026-06-010.003752
2026-06-100.003683
2026-06-170.003733
2026-06-240.003739
2026-07-010.003733
2026-07-080.003732
2026-07-150.003744
2026-07-220.003749
2026-07-290.003739
2026-08-050.003751
2026-08-120.003745
2026-08-200.003775
2026-08-270.003740
2026-09-030.003752
2026-09-100.003744
2026-09-170.003781
2026-09-240.003754

High

0.003781

Low

0.003291

Average

0.003590

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

CRC/AZN API questions

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

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

How far back does CRC/AZN historical data go?

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