Fixer

API

Simple, lightweight API for current and historical forex rates

Visit Website

Overview

Fixer is a RESTful API providing current and historical foreign exchange rates. Key endpoints include latest rates (with base currency selection), historical rates (by specific date), currency conversion, and time-series data. Responses are in JSON format, enabling easy integration into apps. Use cases: financial tracking tools, e-commerce price conversion, historical forex trend reports, and real-time rate updates for analytics platforms.

Example Integration (JavaScript)

script.js JS

fetch('https://fixer.io/?utm_source=Github&utm_medium=Referral&utm_campaign=Public-apis-repo-Best-sellers')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful API
  • JSON response format
  • Current & historical rates
  • Currency conversion
  • Time-series data access

Frequently Asked Questions

? Is Fixer free to use?

Yes, Fixer offers a free tier with limited requests; paid tiers are available for higher usage and advanced features like time-series data.

? Does it require an API Key?

Yes, all Fixer API requests need an API key, obtainable by signing up on the Fixer website.

? What is the response format?

Fixer returns responses in JSON format, which is widely supported and easy to parse across applications.

Top Alternatives

ExchangeRate-API Compare
Open Exchange Rates Search Google

People Also Ask about Fixer

Fixer vs ExchangeRate-APIFixer vs Open Exchange Rates Fixer 2025 review

Tool Info

Pricing Freemium
Category Uncategorized
Platform Public API

Pros

  • Simple integration
  • Freemium pricing
  • Reliable data sources
  • Supports multiple currencies

Cons

  • Rate-limited free tier
  • API key required for all requests
  • Advanced features locked behind paid tiers

More Uncategorized Tools