Skip to content

CRC to AZN exchange rate API

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

0.003742

▲ +0.05% over 30D

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 30 days, CRC/AZN traded between 0.003740 and 0.003813, averaged 0.003766 and rose 0.05%. 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 30D

CRC/AZN over 30D: show the values
PointCRC/AZN
2026-08-270.003740
2026-08-280.003749
2026-08-290.003761
2026-08-300.003783
2026-08-310.003779
2026-09-010.003761
2026-09-020.003746
2026-09-030.003752
2026-09-040.003752
2026-09-050.003766
2026-09-060.003772
2026-09-070.003746
2026-09-080.003746
2026-09-090.003751
2026-09-100.003744
2026-09-110.003753
2026-09-120.003782
2026-09-130.003797
2026-09-140.003770
2026-09-150.003778
2026-09-160.003795
2026-09-170.003781
2026-09-180.003759
2026-09-190.003800
2026-09-200.003813
2026-09-210.003802
2026-09-220.003800
2026-09-230.003762
2026-09-240.003754
2026-09-250.003749
2026-09-260.003742

High

0.003813

Low

0.003740

Average

0.003766

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.