# JeetScreener Short Interest API

> JeetScreener Short Interest API is a paid API for AI agents from jeetscreener.io, paid per call via x402, $0.001/call, status down (last checked 2026-09-15).

Fetches current and historical short interest metrics for a given stock ticker, including short shares outstanding, short percent of float, and days-to-cover ratio.

## Facts

- Endpoint: GET https://jeetscreener.io/api/market/short-interest/AAPL
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jeetscreener-io-dac8c13e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sH8Nbaf8v8eD8EHteeD3h

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 jeetscreener-io-dac8c13e
```

Example prompt: What's the current short interest for AAPL — including short shares, short percent of float, and days-to-cover? I want to see both current and historical data.

## When to prefer this

Use this endpoint when you need granular short interest data — specifically short shares, short percent, and days-to-cover — for a US-listed equity. Ideal for identifying potential short squeeze candidates, assessing bearish sentiment, or monitoring short interest trends over time. Prefer over general quote APIs when the specific focus is short-side metrics.

## Known failure modes

- Invalid or unknown ticker symbol returns 404 or empty data
- Rate limiting or payment failure results in 402 error
- Ticker for non-US or unlisted securities may return no data
- Historical data may have gaps for low-liquidity or recently listed stocks
- Network timeout if the data provider is temporarily unavailable

## How this service works

Fetch current and historical short interest metrics for a given stock ticker (e.g., AAPL), including short shares, short percent, and days-to-cover.

## Output

Returns short interest metrics for the requested ticker including number of short shares, short interest as a percentage of float, and the days-to-cover ratio, with current and historical data points.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jeetscreener-io-dac8c13e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from jeetscreener.io](https://www.zero.xyz/host/jeetscreener.io/llms.txt)
