Skip to content

MNT to CRC exchange rate API

Tugrik to Costa Rican Colon · quoted 2026-09-27

0.12599

▼ +10.06% over 1Y

1 MNT = 0.12599 CRC · 1 CRC = 7.9372 MNT · Get this rate via the API

1 MNT buys 0.12599 CRC as of 2026-09-27, so 1 CRC buys 7.9372 MNT. Over the last year, MNT/CRC traded between 0.12427 and 824.6725, averaged 52.6177 and fell 10.06%. The API holds daily MNT/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MNT/CRC over 1Y

MNT/CRC over 1Y: show the values
PointMNT/CRC
2025-09-270.14008
2025-10-040.13979
2025-10-110.13975
2025-10-180.13982
2025-10-25824.67252
2025-11-01723.39887
2025-11-08635.32248
2025-11-15598.88873
2025-11-220.14031
2025-11-290.13876
2025-12-060.13787
2025-12-140.14046
2025-12-210.13980
2025-12-280.13993
2026-01-040.14030
2026-01-110.13991
2026-01-180.13682
2026-01-250.13959
2026-02-010.13905
2026-02-080.13822
2026-02-150.13548
2026-02-220.13328
2026-03-010.13205
2026-03-080.13358
2026-03-150.13170
2026-03-220.13079
2026-03-290.13015
2026-04-050.13026
2026-04-120.12911
2026-04-190.12777
2026-04-260.12647
2026-05-030.12705
2026-05-100.12802
2026-05-180.12700
2026-05-260.12684
2026-06-020.12714
2026-06-110.12815
2026-06-180.12689
2026-06-250.12695
2026-07-020.12707
2026-07-090.12679
2026-07-160.12640
2026-07-230.12634
2026-07-300.12643
2026-08-060.12623
2026-08-130.12588
2026-08-210.12628
2026-08-280.12593
2026-09-040.12587
2026-09-110.12586
2026-09-180.12427
2026-09-250.12602

High

824.6725

Low

0.12427

Average

52.6177

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MNT/CRC API questions

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

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

How far back does MNT/CRC historical data go?

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