# BlackBobs.ai Indian Stock Market API

> BlackBobs.ai Indian Stock Market API is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.133582/call, status unknown (last checked 2026-09-15).

Retrieves Indian stock market data including prices, quotes, and market information for NSE/BSE listed securities

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/indian-stock-market
- Price: $0.133582/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-indian-stock-market-api-1fe2afd9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bbN4F0xaHDfC1aVsxkrcI

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 blackbobs-ai-indian-stock-market-api-1fe2afd9 -d '<json body>'
```

Example prompt: Can you get me the current stock price and market data for Reliance Industries from the Indian stock market?

## When to prefer this

Choose this endpoint when you need real-time or near-real-time stock data specifically for Indian markets (NSE/BSE). It is particularly useful for agents building Indian equity research tools, portfolio trackers, or financial dashboards targeting Indian investors. Prefer this over generic finance APIs when the user specifically asks about Indian-listed companies or rupee-denominated equities.

## Known failure modes

- Invalid or unrecognized stock symbol returns an error or empty result
- Market closed hours may return stale or unavailable data
- Rate limiting or payment failure via x402 protocol results in 402 response
- Malformed request body returns validation error
- Network timeout if upstream market data provider is unavailable

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing Indian stock market data such as current price, trading volume, market capitalization, percentage change, and other financial metrics for the queried security listed on NSE or BSE.

## Request schema (JSON Schema)

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

## 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/blackbobs-ai-indian-stock-market-api-1fe2afd9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
