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: show the values
| Point | TOP/CRC |
|---|---|
| 2025-09-24 | 213.6024 |
| 2025-10-01 | 213.0397 |
| 2025-10-08 | 213.4589 |
| 2025-10-15 | 213.5396 |
| 2025-10-22 | 213.1717 |
| 2025-10-29 | 210.7064 |
| 2025-11-05 | 213.6599 |
| 2025-11-12 | 213.0968 |
| 2025-11-19 | 209.0266 |
| 2025-11-26 | 208.5150 |
| 2025-12-03 | 205.4225 |
| 2025-12-11 | 207.5692 |
| 2025-12-18 | 207.5989 |
| 2025-12-25 | 205.8808 |
| 2026-01-01 | 207.9849 |
| 2026-01-08 | 207.7896 |
| 2026-01-15 | 208.6810 |
| 2026-01-22 | 207.9606 |
| 2026-01-29 | 210.7293 |
| 2026-02-05 | 211.4248 |
| 2026-02-12 | 212.2408 |
| 2026-02-19 | 206.4142 |
| 2026-02-26 | 202.1555 |
| 2026-03-05 | 200.9841 |
| 2026-03-12 | 202.2432 |
| 2026-03-19 | 199.8212 |
| 2026-03-26 | 199.7837 |
| 2026-04-02 | 197.7945 |
| 2026-04-09 | 197.4661 |
| 2026-04-17 | 194.9534 |
| 2026-04-24 | 193.7556 |
| 2026-05-01 | 197.0995 |
| 2026-05-08 | 196.2814 |
| 2026-05-16 | 191.9737 |
| 2026-05-24 | 192.3509 |
| 2026-05-31 | 195.1525 |
| 2026-06-09 | 197.5274 |
| 2026-06-16 | 193.8680 |
| 2026-06-23 | 193.2412 |
| 2026-06-30 | 192.1869 |
| 2026-07-07 | 192.3459 |
| 2026-07-14 | 192.5413 |
| 2026-07-21 | 192.9159 |
| 2026-07-28 | 194.2744 |
| 2026-08-04 | 193.9181 |
| 2026-08-11 | 192.2067 |
| 2026-08-18 | 191.9948 |
| 2026-08-26 | 194.3535 |
| 2026-09-02 | 194.2267 |
| 2026-09-09 | 194.2205 |
| 2026-09-16 | 190.1252 |
| 2026-09-23 | 193.2433 |
High
213.6599
Low
190.1252
Average
201.2868
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=CRC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=CRC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.