Skip to content

TOP to CRC exchange rate API

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

191.6802

▼ +10.26% over 1Y

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 year, TOP/CRC traded between 190.1252 and 213.6599, averaged 201.2868 and fell 10.26%. 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 1Y

TOP/CRC over 1Y: show the values
PointTOP/CRC
2025-09-24213.6024
2025-10-01213.0397
2025-10-08213.4589
2025-10-15213.5396
2025-10-22213.1717
2025-10-29210.7064
2025-11-05213.6599
2025-11-12213.0968
2025-11-19209.0266
2025-11-26208.5150
2025-12-03205.4225
2025-12-11207.5692
2025-12-18207.5989
2025-12-25205.8808
2026-01-01207.9849
2026-01-08207.7896
2026-01-15208.6810
2026-01-22207.9606
2026-01-29210.7293
2026-02-05211.4248
2026-02-12212.2408
2026-02-19206.4142
2026-02-26202.1555
2026-03-05200.9841
2026-03-12202.2432
2026-03-19199.8212
2026-03-26199.7837
2026-04-02197.7945
2026-04-09197.4661
2026-04-17194.9534
2026-04-24193.7556
2026-05-01197.0995
2026-05-08196.2814
2026-05-16191.9737
2026-05-24192.3509
2026-05-31195.1525
2026-06-09197.5274
2026-06-16193.8680
2026-06-23193.2412
2026-06-30192.1869
2026-07-07192.3459
2026-07-14192.5413
2026-07-21192.9159
2026-07-28194.2744
2026-08-04193.9181
2026-08-11192.2067
2026-08-18191.9948
2026-08-26194.3535
2026-09-02194.2267
2026-09-09194.2205
2026-09-16190.1252
2026-09-23193.2433

High

213.6599

Low

190.1252

Average

201.2868

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.