Skip to content

TND to CRC exchange rate API

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

153.3047

▼ +11.41% over 1Y

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 last year, TND/CRC traded between 153.2168 and 174.5887, averaged 162.6998 and fell 11.41%. 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 1Y

TND/CRC over 1Y: show the values
PointTND/CRC
2025-09-26173.0579
2025-10-03173.2350
2025-10-10171.4821
2025-10-17171.6834
2025-10-24170.8587
2025-10-31170.6183
2025-11-07170.3932
2025-11-14171.8574
2025-11-21169.2631
2025-11-28169.0265
2025-12-05167.3252
2025-12-13171.1980
2025-12-20170.4572
2025-12-27170.2798
2026-01-03173.2168
2026-01-10171.3818
2026-01-17168.1508
2026-01-24171.4871
2026-01-31174.5887
2026-02-07173.6947
2026-02-14170.2031
2026-02-21166.7753
2026-02-28165.0769
2026-03-07162.6490
2026-03-14159.8908
2026-03-21159.6528
2026-03-28158.7222
2026-04-04157.9591
2026-04-11160.2532
2026-04-18159.0375
2026-04-25157.7001
2026-05-02157.7984
2026-05-09160.3779
2026-05-17155.6757
2026-05-25155.3860
2026-06-01158.3129
2026-06-10158.1788
2026-06-17156.4347
2026-06-24154.3740
2026-07-01154.4074
2026-07-08154.4095
2026-07-15154.0952
2026-07-22153.9448
2026-07-29153.9850
2026-08-05155.2187
2026-08-12155.3694
2026-08-20155.3482
2026-08-27156.5925
2026-09-03155.5887
2026-09-10156.5180
2026-09-17153.3739
2026-09-24153.2168

High

174.5887

Low

153.2168

Average

162.6998

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.