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: show the values
| Point | TOP/CRC |
|---|---|
| 2024-08-24 | 223.9203 |
| 2024-10-07 | 225.6912 |
| 2024-11-06 | 224.4357 |
| 2024-12-06 | 217.1875 |
| 2025-01-05 | 215.9194 |
| 2025-02-04 | 211.1366 |
| 2025-03-06 | 213.9555 |
| 2025-04-06 | 213.9696 |
| 2025-05-06 | 216.0746 |
| 2025-06-07 | 216.8725 |
| 2025-07-07 | 218.3211 |
| 2025-08-06 | 216.7789 |
| 2025-09-05 | 218.6913 |
| 2025-10-06 | 212.5522 |
| 2025-11-05 | 213.6599 |
| 2025-12-05 | 205.0214 |
| 2026-01-05 | 209.0676 |
| 2026-02-04 | 212.3691 |
| 2026-03-06 | 201.2644 |
| 2026-04-05 | 198.2027 |
| 2026-05-06 | 195.0118 |
| 2026-06-09 | 197.5274 |
| 2026-07-09 | 191.9386 |
| 2026-08-08 | 189.7432 |
| 2026-09-08 | 194.2284 |
High
225.6912
Low
189.7432
Average
209.4316
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.