B
banking-intelligence
/fx_rate_history
fx rate history
Get the historical reference exchange-rate series for a currency pair. Returns `series` (the daily rates) plus the metadata needed to describe it honestly. REA
liveverifiedunknown~5s typical
mcpprobedbanking-intelligence
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-ohmyfin-banking-intelligence /fx_rate_history for me.
Input
| Field | Type | Description |
|---|---|---|
| base* | string | |
| target* | string | |
| days | integer | default 90 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-ohmyfin-banking-intelligence","endpoint":"/fx_rate_history","input":{"base":"...","target":"...","days":90}}'cli
npx cracked-ai run -p mcp-ai-ohmyfin-banking-intelligence -e /fx_rate_history -i '{"base":"...","target":"...","days":90}'mcp
run_tool({ provider: "mcp-ai-ohmyfin-banking-intelligence", endpoint: "/fx_rate_history", input: {"base":"...","target":"...","days":90} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.