# Stratalize SEC Beneficial Ownership (13D/13G) Activist Signal

> Stratalize SEC Beneficial Ownership (13D/13G) Activist Signal is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns Schedule 13D/13G beneficial ownership filing data for a given ticker, classifying 5%+ shareholders as activist (13D) or passive (13G) with an ML-derived activist signal, sourced from SEC EDGAR.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/sec-beneficial-ownership
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-sec-beneficial-ownership-13d-13g-activist-signal-c372ef21
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pZW2J-WfyTUnKMh6U0xCR

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 stratalize-sec-beneficial-ownership-13d-13g-activist-signal-c372ef21
```

Example prompt: Pull the SEC 13D and 13G beneficial ownership filings for AAPL and tell me whether any 5%+ shareholders are classified as activists.

## When to prefer this

Use this endpoint when you need to identify activist vs. passive 5%+ shareholders in a public company, particularly when assessing shareholder activism risk, M&A vulnerability, or corporate governance dynamics. Prefer this over generic SEC filing search tools when you specifically need intent classification (activist vs. passive) derived from Schedule 13D vs. 13G distinctions with ML-based scoring. The cryptographic signing makes it suitable for compliance and audit workflows requiring verifiable provenance.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty filing set
- No 13D/13G filings on record for the ticker returns an empty result
- SEC EDGAR data lag may mean very recent filings are not yet reflected
- Payment failure (x402) results in 402 response before data is returned
- Network or upstream EDGAR outage may cause timeout or 5xx error

## How this service works

Schedule 13D/13G beneficial ownership filings — identifies activist (13D) or passive (13G) 5%+ shareholders with intent classification. Returns activist signal. Source: SEC EDGAR. Every response is ML-DSA-65 signed and independently verifiable. Includes cryptographic receipt at trust.stratalize.com/verify.

## Output

Returns a structured response listing 5%+ beneficial owners of the given ticker, each classified as activist (13D) or passive (13G) with an ML-derived activist signal score. The response is cryptographically signed with ML-DSA-65 and includes a verifiable receipt URL at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ticker": {
   "type": "string",
   "description": "Request parameter: ticker"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-sec-beneficial-ownership-13d-13g-activist-signal-c372ef21/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
