Fixer

Learn how to use Fixer with Composio

Overview

SLUG

FIXER

Description

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

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: FIXER_GET_HISTORICAL_RATES

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
objectRequired
error
string
successful
booleanRequired

SLUG: FIXER_GET_LATEST_RATES

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
objectRequired
error
string
successful
booleanRequired

SLUG: FIXER_GET_SUPPORTED_SYMBOLS

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
objectRequired
error
string
successful
booleanRequired