BlockRun
Language:enfr
🇫🇷France · Euronext Paris

C3M · Amundi ETF Govies 0-6 Months Euro Investment Grade UCITS ETF Dr

Live quote and historical OHLC bars for Amundi ETF Govies 0-6 Months Euro Investment Grade UCITS ETF Dr on Euronext Paris. Pay $0.001 USDC per call via x402 — no API keys, no accounts, no subscriptions.

Realtime via Pyth Hermes

124.70 EUR

±0.19 EUR confidence · 2025-08-28 09:16:35 UTC

$0.001 / call
RealtimeGET https://blockrun.ai/api/v1/stocks/fr/price/C3M
Historical OHLCGET https://blockrun.ai/api/v1/stocks/fr/history/C3M?resolution=D&from=<unix>&to=<unix>

HOW TO ACCESS

Three ways to pull C3M

Every example below hits the same x402-gated endpoint. Wallet, payment, and retries are handled by whichever surface you pick.

FLAGSHIP AGENT

Franklin

The AI agent with a wallet. Ask in plain English — it pays the $0.001 and streams the quote back.

> What's Amundi ETF Govies 0-6 Months Euro Investment Grade UCITS ETF Dr (C3M) trading at?
→ live quote · conf ±0.4 · 12s ago
SDK · OPEN SOURCE

ClawRouter

Drop into Python or TypeScript. The SDK signs x402 headers, pays in USDC, retries on failure — you just call the endpoint.

$ pip install blockrun-llm
>>> from blockrun_llm import Client
>>> c = Client()  # auto-loads wallet
>>> c.get("/v1/stocks/fr/price/C3M")
CLAUDE CODE · CURSOR · CHATGPT

MCP Server

One install plugs every BlockRun service — including live quotes — into your AI assistant as callable tools.

$ claude mcp add blockrun \
    --transport http \
    https://mcp.blockrun.ai/mcp

Or go raw HTTP

The 402 response below carries a full bazaar schema, so any x402-compatible agent can discover and call it with no prior knowledge.

$ curl -i https://blockrun.ai/api/v1/stocks/fr/price/C3M
HTTP/1.1 402 Payment Required
WWW-Authenticate: x402
...
{
  "error": "Payment Required",
  "endpoint": "/v1/stocks/fr/price/C3M",
  "price": { "amount": "0.0010", "currency": "USD" },
  "x402": { ...bazaar schema for C3M... }
}

OTHER TICKERS ON EURONEXT PARIS

More from France