# KiteEndpoints.ai - Bloomberg Market Data

> KiteEndpoints.ai - Bloomberg Market Data is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.19/call, status unknown (last checked 2026-09-15).

Fetches Bloomberg market data including financial prices, indices, and market information via a pay-per-request API

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/bloomberg-market
- Price: $0.19/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-bloomberg-market-data-03cc41e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jCHvFCE33RC3kvks74UG5

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 kiteendpoints-ai-bloomberg-market-data-03cc41e6 -d '<json body>'
```

Example prompt: Can you pull the latest Bloomberg market data for Apple stock so I can see the current price and market info?

## When to prefer this

Choose this endpoint when you need Bloomberg-sourced financial market data and are comfortable with pay-per-request USDC micropayments on Base chain. Useful for agents needing authoritative market quotes without a Bloomberg terminal subscription, especially in low-volume or on-demand lookup scenarios.

## Known failure modes

- Invalid or unrecognized ticker/symbol returns empty or error result
- Payment failure or insufficient USDC balance returns 402 error
- Bloomberg data unavailable during market closure may return stale or null data
- Malformed request body returns 400 or schema validation error
- Rate limiting or quota exceeded returns 429 error

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a JSON object containing Bloomberg market data results, including financial pricing, market statistics, or index values for the queried asset or symbol.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-bloomberg-market-data-03cc41e6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
