Exchange Rate API

FAST & AFFORDABLE

Real-time Secure JSON API for 145+ World Currencies with lightning-fast response times

Start Free Trial

Choose Your Plan

Simple, transparent pricing that scales with your needs

Starter
$2.50
10,000 API Calls
  • Perfect for testing
  • All endpoints included
  • Email support
  • 99.9% uptime
Buy Now
Enterprise
$85.00
500,000 API Calls
  • High volume usage
  • All endpoints included
  • 24/7 support
  • 99.9% uptime
  • Custom rate limits
Unlimited
$150.00
1,000,000 API Calls
  • Maximum calls
  • All endpoints included
  • Dedicated support
  • 99.9% uptime
  • White-label option
Buy Now

🚀 Lightning Fast

Average response time under 100ms. Get real-time exchange rates instantly with our optimized infrastructure.

🔒 Secure & Reliable

Bank-grade security with 99.9% uptime guarantee. Your data is always safe with enterprise-level protection.

🌍 Global Coverage

Support for 145+ world currencies including major cryptocurrencies. Real-time data from trusted financial sources.

🛠️ Easy Integration

Simple REST API with comprehensive documentation. Get started in minutes with our code examples.

📊 Advanced Analytics

Built-in usage tracking and detailed analytics. Monitor your API usage and optimize your applications.

💳 Flexible Billing

Pay-as-you-grow pricing model. Start free and scale up as your application grows.

🛠 Available API Endpoints

Complete set of exchange rate API endpoints for all your needs

/api/fetch-all

Get all exchange rates from a base currency

/api/fetch-one

Get single currency exchange rate

/api/convert

Convert amount between currencies

/api/fetch-multi

Get multiple specific exchange rates

/api/historical

Get historical exchange rates for any date

/api/time-series

Get time series exchange data for analysis

/api/currencies

List all supported currencies with details

/api/status

Check your account status & usage statistics

Try the API right now!

GET https://api.tc-group.co.in/api/fetch-one?from=USD&to=EUR&api_key=YOUR_KEY
{ "base": "USD", "result": { "EUR": 0.85860 }, "updated": "2025-08-09 15:30:45", "ms": 23 }
GET https://api.tc-group.co.in/api/convert?from=USD&to=EUR&amount=100&api_key=YOUR_KEY
{ "base": "USD", "amount": 100, "result": { "rate": 0.85860, "EUR": 85.86 }, "updated": "2025-08-09 15:30:45", "ms": 18 }
Get Your API Key