# BlockRun France Stock Realtime Price – MC (LVMH)

> BlockRun France Stock Realtime Price – MC (LVMH) is a paid API for AI agents from blockrun-web-vbsbhh7lea-uc.a.run.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns the real-time price of LVMH (MC) on Euronext Paris, sourced from the Pyth oracle network.

## Facts

- Endpoint: GET https://blockrun-web-vbsbhh7lea-uc.a.run.app/api/v1/stocks/fr/price/MC
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-france-stock-realtime-price-mc-lvmh-2025af70
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S3y-3GQTRpgJTaHilW51Z

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability blockrun-france-stock-realtime-price-mc-lvmh-2025af70
```

Example prompt: What's the current real-time price of LVMH (ticker MC) on Euronext Paris, including the Pyth confidence score?

## When to prefer this

Choose this endpoint when you need a real-time, oracle-sourced price for LVMH (MC) specifically on Euronext Paris with an attached confidence score from Pyth. Prefer it over generic financial APIs when you need a crypto-native, micropayment-enabled price feed with Pyth provenance metadata (feedId, publishTime).

## Known failure modes

- Symbol not found or unsupported ticker returns an error
- Market closed and no recent price available may return stale data or error
- Invalid session enum value returns a 400 bad request
- Network timeout or Pyth oracle unavailability causes a 503
- Payment not fulfilled causes a 402 Payment Required response

## How this service works

France Stock realtime price for MC

## Output

A JSON object containing the current price of MC (LVMH) in numeric form, a confidence interval, the Unix publish timestamp, an ISO-8601 UTC timestamp, the Pyth Hermes feed ID, the asset type ('equity'), and the source identifier ('pyth').

## Example request

```json
{
 "input": {
  "path": {
   "symbol": "MC"
  },
  "query": {}
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "path": {
     "type": "object",
     "required": [
      "symbol"
     ],
     "properties": {
      "symbol": {
       "type": "string",
       "example": "MC",
       "description": "Euronext Paris ticker (e.g. MC for LVMH, OR for L'Oréal)."
      }
     }
    },
    "query": {
     "type": "object",
     "properties": {
      "session": {
       "enum": [
        "pre",
        "post",
        "on"
       ],
       "type": "string",
       "description": "Optional US market session. Omit for regular hours."
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "symbol",
    "price",
    "confidence",
    "publishTime",
    "source"
   ],
   "properties": {
    "price": {
     "type": "number",
     "example": 273.1
    },
    "feedId": {
     "type": "string",
     "description": "Pyth Hermes feed ID (0x-prefixed hex)"
    },
    "source": {
     "type": "string",
     "const": "pyth"
    },
    "symbol": {
     "type": "string",
     "example": "MC"
    },
    "assetType": {
     "enum": [
      "equity",
      "crypto",
      "fx",
      "metal"
     ],
     "type": "string"
    },
    "timestamp": {
     "type": "string",
     "description": "ISO-8601 UTC"
    },
    "confidence": {
     "type": "number",
     "example": 0.15
    },
    "publishTime": {
     "type": "integer",
     "description": "Unix seconds"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockrun-france-stock-realtime-price-mc-lvmh-2025af70/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockrun-web-vbsbhh7lea-uc.a.run.app](https://www.zero.xyz/host/blockrun-web-vbsbhh7lea-uc.a.run.app/llms.txt)
