Fixer

Learn how to use Fixer with Composio

Overview

Enum

FIXER

Description

Fixer is a currency data API providing real-time and historical exchange rates for 170 world currencies.

Authentication Details

Actions

Tool to get historical exchange rate data for a specific date. use when you need past currency rates for all or selected currencies.

Action Parameters

base
string
date
Required
symbols
array

Action Response

data
object
error
string
successful
boolean
Tool to get real-time exchange rate data for all available or specified currencies. use when you need current forex rates before performing currency conversions.

Action Parameters

base
string
symbols
array

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all supported currency symbols and their full names. use when you need to display or validate available currencies before performing conversions.

Action Parameters

Action Response

data
object
error
string
successful
boolean