FINANCE
Finance APIs
2 production-grade finance APIs on upAPI. Every endpoint below is live behind the same gateway, takes the same API key, and returns JSON — no per-provider signup, no per-provider billing.
C
FinanceConvert Currency
Convert a fiat amount across one or more target currencies using ECB daily reference rates via Frankfurter. Returns both unit rates and the converted amounts.
● live
G
FinanceGet Crypto Prices
Current crypto prices (+ optional market cap and 24h change) for one or more coins across fiat or crypto quote currencies via CoinGecko's free simple-price endpoint.
● live
Calling a finance API
Every operation on this page is one POST away. Swap the slug, keep the key.
curl -X POST https://api.upapi.io/currency-convert.get \
-H "X-Api-Key: $UPAPI_KEY" \
-H "Content-Type: application/json" \
-d '{}'