# SignalPulse Global Equity Screener

> SignalPulse Global Equity Screener is a paid API for AI agents from signalpulse.theaslangroupllc.com, paid per call via x402, $2.49/call, status unknown (last checked 2026-09-15).

Scans a full stock exchange for momentum, value, squeeze, or breakout setups and returns the best trade with entry/stop/target, a ranked shortlist, market-breadth context, and earnings-risk flags.

## Facts

- Endpoint: GET https://signalpulse.theaslangroupllc.com/api/signal/screener
- Price: $2.49/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/signalpulse-global-equity-screener-2c095bdb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X3haDiBASNgkW0Cz1TLZd

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 signalpulse-global-equity-screener-2c095bdb
```

Example prompt: Scan the NASDAQ for the best momentum setup right now and give me the top trade with entry, stop, and target — also flag any same-day earnings risk in the shortlist.

## When to prefer this

Choose this endpoint when you need a full-exchange equity scan rather than analysis of a single named stock. It is ideal for agents that need a ready-to-act trade recommendation (entry/stop/target) with built-in earnings-risk awareness, across major global exchanges including NYSE, NASDAQ, LSE, ASX, TSE, HKEX, NSE, TSX, XETRA, KOSPI, B3, and Euronext. Prefer it over single-stock or thematic-basket endpoints when the user wants the market to surface the best opportunity rather than analyzing a pre-selected ticker.

## Known failure modes

- Unsupported exchange identifier returns an error or empty result
- Market closed or outside trading hours may yield stale or unavailable data
- Invalid setup type parameter causes a rejected or malformed request
- Payment failure (insufficient USDC) blocks the response
- Network timeout for large exchanges with many tickers

## How this service works

SignalPulse global equity screener — scans an entire exchange (NYSE, NASDAQ, LSE, ASX, TSE, HKEX, NSE, TSX, XETRA, KOSPI, B3, Euronext) for momentum, value, squeeze, or breakout setups and returns the single best trade with entry/stop/target, a ranked shortlist, market-breadth context, and same-day earnings-risk flags.

## Output

Returns the single best trade opportunity on the specified exchange (with entry price, stop loss, and price target), a ranked shortlist of additional candidates, market-breadth context for the exchange, and flags indicating which stocks in the results have earnings events scheduled for the same day.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signalpulse-global-equity-screener-2c095bdb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signalpulse.theaslangroupllc.com](https://www.zero.xyz/host/signalpulse.theaslangroupllc.com/llms.txt)
