Markets

Live crypto, stock, futures, commodity and currency prices, and conversion between them

BTC$77309.17COFFEE$322.55
ETH$2400.72GOLD$4671.00
PAXG$4603.61OATS$345.75
UNI$4.01OIL$86.57

Open Markets →

Calling it

Everything here is public and free. No token, no account, no payment.

How every call behaves →

Methods

GET /api/v1/markets/convert

Convert an amount from one currency to another — 250 GBP in JPY. Uses European Central Bank reference rates, and takes a past date back to 1999. Crypto converts at the live price through the dollar

ArgumentTypeDescription
amountnumberHow much to convert. Default 1
from *stringCurrency or asset to convert from, as a code: GBP, USD, EUR, BTC…
to *stringCurrency or asset to convert to, as a code: JPY, USD, ETH…
datestringOptional: the rate on a past day, as 2020-01-03. Currencies only, back to 1999
curl \
  "https://mu-mcp.yvangodard.me/api/v1/markets/convert?from=from&to=to"
GET /api/v1/markets/list

Get live prices for cryptocurrencies, stocks, commodities (oil, gold, silver, copper and crops), futures and currencies

ArgumentTypeDescription
categorystringcrypto (BTC, ETH, SOL…), stocks, commodities (OIL, GOLD, SILVER, COPPER, COFFEE, WHEAT, CORN, SOYBEANS, OATS), futures (the metals and oil alone) or currencies (EUR, GBP, JPY…). Default crypto
curl \
  "https://mu-mcp.yvangodard.me/api/v1/markets/list"

The same methods are tools over MCP, and every service on this instance is in one reference. Same method, same answer, same price.