# KiteEndpoints.ai - Bloomberg Market Data

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

Fetches Bloomberg market data including prices, quotes, and financial metrics for securities and assets

## Facts

- Endpoint: POST https://kite-hub-v2.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-2ba4c27d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1SQX18Gjhg5FeNtGJXNxn

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-2ba4c27d -d '<json body>'
```

Example prompt: Can you pull the latest Bloomberg market data for Apple stock (AAPL) so I can see its current price and key financial metrics?

## When to prefer this

Choose this endpoint when you need Bloomberg-sourced market data for financial analysis, portfolio management, or pre-trade research and are comfortable paying per-request in USDC via the x402 protocol. Prefer this over free alternatives when Bloomberg data quality and brand authority matter.

## Known failure modes

- Invalid or unrecognized ticker symbol returns empty or error result
- Bloomberg data unavailable for the requested asset class
- Rate limiting or payment failure causing 402 response
- Network timeout from upstream Bloomberg data source
- Malformed request body returning a schema validation 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 result object containing Bloomberg market data such as price quotes, financial metrics, and asset information for the queried security or market instrument.

## 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-2ba4c27d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
