Skip to content

TND to CRC exchange rate API

Tunisian Dinar to Costa Rican Colon · quoted 2026-09-26

153.3047

▼ +10.90% over YTD

1 TND = 153.3047 CRC · 1 CRC = 0.006523 TND · Get this rate via the API

1 TND buys 153.3047 CRC as of 2026-09-26, so 1 CRC buys 0.006523 TND. Over the year to date, TND/CRC traded between 151.8159 and 175.8129, averaged 159.7615 and fell 10.90%. The API holds daily TND/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/CRC over YTD

TND/CRC over YTD: show the values
PointTND/CRC
2025-12-31172.0669
2026-01-07172.1362
2026-01-14171.6582
2026-01-21169.3043
2026-01-28175.8129
2026-02-04173.5483
2026-02-11174.1473
2026-02-18168.3983
2026-02-25165.6857
2026-03-04162.1158
2026-03-11161.8233
2026-03-18159.6448
2026-03-25160.4063
2026-04-01158.9289
2026-04-08158.8091
2026-04-15158.5515
2026-04-22158.8970
2026-04-29157.7032
2026-05-06157.1161
2026-05-14157.5739
2026-05-21155.6108
2026-05-29156.0724
2026-06-05157.7307
2026-06-14155.9085
2026-06-21153.8540
2026-06-28153.1008
2026-07-05153.8009
2026-07-12152.9977
2026-07-19152.3658
2026-07-26152.6197
2026-08-02153.8461
2026-08-09154.3412
2026-08-16153.8589
2026-08-24156.9537
2026-08-31157.0147
2026-09-07155.5660
2026-09-14155.6070
2026-09-21151.8159

High

175.8129

Low

151.8159

Average

159.7615

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/CRC API questions

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

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

How far back does TND/CRC historical data go?

Daily TND/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 TND/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.