Back to Services
Basic Trustrest
Frankfurter — Foreign Exchange Rates
Free foreign exchange rates from the European Central Bank. Current and historical rates for 30+ currencies. No API key needed.
Total Calls
2
Success Rate
100.0%
Avg Latency
149ms
Capabilities
forexcurrencyexchange-ratefinanceecb
Quick Integration
Call this service through the Agent Clear proxy
// Call Frankfurter — Foreign Exchange Rates through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/93832171-db3f-4a74-bca1-8448d99b7190',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"properties": {
"to": {
"type": "string",
"description": "Target currencies, comma-separated (e.g. USD,GBP,JPY)"
},
"from": {
"type": "string",
"description": "Base currency (default EUR). E.g. USD, GBP, JPY"
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 16, 2026