Skip to content

TOP to CRC exchange rate API

Pa’anga to Costa Rican Colon · quoted 2026-09-24

191.6802

▼ +14.40% over 5Y

1 TOP = 191.6802 CRC · 1 CRC = 0.005217 TOP · Get this rate via the API

1 TOP buys 191.6802 CRC as of 2026-09-24, so 1 CRC buys 0.005217 TOP. Over the last 5 years, TOP/CRC traded between 189.7432 and 225.6912, averaged 209.4316 and fell 14.40%. The API holds daily TOP/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/CRC over 5Y

TOP/CRC over 5Y: show the values
PointTOP/CRC
2024-08-24223.9203
2024-10-07225.6912
2024-11-06224.4357
2024-12-06217.1875
2025-01-05215.9194
2025-02-04211.1366
2025-03-06213.9555
2025-04-06213.9696
2025-05-06216.0746
2025-06-07216.8725
2025-07-07218.3211
2025-08-06216.7789
2025-09-05218.6913
2025-10-06212.5522
2025-11-05213.6599
2025-12-05205.0214
2026-01-05209.0676
2026-02-04212.3691
2026-03-06201.2644
2026-04-05198.2027
2026-05-06195.0118
2026-06-09197.5274
2026-07-09191.9386
2026-08-08189.7432
2026-09-08194.2284

High

225.6912

Low

189.7432

Average

209.4316

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/CRC API questions

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

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

How far back does TOP/CRC historical data go?

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