CurrencyScoop

API

Real-time & historical currency exchange rates JSON API

Visit Website

Overview

CurrencyScoop offers RESTful JSON endpoints for real-time and historical currency exchange rates. Key endpoints include latest rates (with base currency selection), historical data (by specific date), currency conversion (instant value calculation), and time-series data for trend analysis. It supports over 150 global currencies and fiat pairs. Ideal use cases: e-commerce price conversion, financial app analytics, travel budget tools, and business reporting systems needing accurate currency data.

Example Integration (JavaScript)

script.js JS

fetch('https://currencyscoop.com/api-documentation')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful API
  • JSON responses
  • Real-time rates
  • Historical data access
  • Currency conversion endpoint
  • 150+ supported currencies

Frequently Asked Questions

? Is CurrencyScoop free to use?

Yes, CurrencyScoop provides a free tier with limited monthly requests. Paid plans unlock higher limits, time-series data, and priority support.

? Does it require an API Key?

Yes, all API requests need an API key, which can be obtained by registering on the CurrencyScoop website.

? What is the response format?

All responses are in JSON format, ensuring easy parsing and integration into applications across programming languages.

Top Alternatives

ExchangeRate-API Compare
Open Exchange Rates Search Google

People Also Ask about CurrencyScoop

CurrencyScoop vs ExchangeRate-APICurrencyScoop vs Fixer.ioCurrencyScoop vs Open Exchange Rates CurrencyScoop 2025 review

Tool Info

Pricing Freemium
Platform Public API

Pros

  • Highly accurate data
  • Intuitive endpoint structure
  • Comprehensive documentation
  • Flexible date range for historical data

Cons

  • Rate-limited free tier
  • Paid plans required for high-volume usage
  • JSON-only (no XML support)

More Currency Exchange Tools