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: show the values
| Point | TND/CRC |
|---|---|
| 2025-09-26 | 173.0579 |
| 2025-10-03 | 173.2350 |
| 2025-10-10 | 171.4821 |
| 2025-10-17 | 171.6834 |
| 2025-10-24 | 170.8587 |
| 2025-10-31 | 170.6183 |
| 2025-11-07 | 170.3932 |
| 2025-11-14 | 171.8574 |
| 2025-11-21 | 169.2631 |
| 2025-11-28 | 169.0265 |
| 2025-12-05 | 167.3252 |
| 2025-12-13 | 171.1980 |
| 2025-12-20 | 170.4572 |
| 2025-12-27 | 170.2798 |
| 2026-01-03 | 173.2168 |
| 2026-01-10 | 171.3818 |
| 2026-01-17 | 168.1508 |
| 2026-01-24 | 171.4871 |
| 2026-01-31 | 174.5887 |
| 2026-02-07 | 173.6947 |
| 2026-02-14 | 170.2031 |
| 2026-02-21 | 166.7753 |
| 2026-02-28 | 165.0769 |
| 2026-03-07 | 162.6490 |
| 2026-03-14 | 159.8908 |
| 2026-03-21 | 159.6528 |
| 2026-03-28 | 158.7222 |
| 2026-04-04 | 157.9591 |
| 2026-04-11 | 160.2532 |
| 2026-04-18 | 159.0375 |
| 2026-04-25 | 157.7001 |
| 2026-05-02 | 157.7984 |
| 2026-05-09 | 160.3779 |
| 2026-05-17 | 155.6757 |
| 2026-05-25 | 155.3860 |
| 2026-06-01 | 158.3129 |
| 2026-06-10 | 158.1788 |
| 2026-06-17 | 156.4347 |
| 2026-06-24 | 154.3740 |
| 2026-07-01 | 154.4074 |
| 2026-07-08 | 154.4095 |
| 2026-07-15 | 154.0952 |
| 2026-07-22 | 153.9448 |
| 2026-07-29 | 153.9850 |
| 2026-08-05 | 155.2187 |
| 2026-08-12 | 155.3694 |
| 2026-08-20 | 155.3482 |
| 2026-08-27 | 156.5925 |
| 2026-09-03 | 155.5887 |
| 2026-09-10 | 156.5180 |
| 2026-09-17 | 153.3739 |
| 2026-09-24 | 153.2168 |
High
174.5887
Low
153.2168
Average
162.6998
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=CRC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=CRC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.