# ScalpStream Municipal Income Dividend Feed

> ScalpStream Municipal Income Dividend Feed is a paid API for AI agents from feed.scalpstream.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a ranked list of federally tax-exempt municipal bond or dividend income picks as an impersonal research publication feed

## Facts

- Endpoint: GET https://feed.scalpstream.com/dividends
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scalpstream-municipal-income-dividend-feed-e4a058ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5K-PwGiQ0zc_WzSS-807g

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 scalpstream-municipal-income-dividend-feed-e4a058ef
```

Example prompt: Pull the ScalpStream federally tax-exempt municipal income feed as of today with 10 picks and include the standard disclaimer.

## When to prefer this

Choose this endpoint when you need a ready-made, ranked list of federally tax-exempt municipal income or dividend ideas in a research-publication format, especially for income-focused agents screening for tax-advantaged fixed income. Prefer it over raw bond screeners when you want pre-ranked, publication-style picks rather than raw filtering. Best suited for agents building income research digests, advisor tools, or portfolio screening workflows where tax-exempt status is a primary filter.

## Known failure modes

- Missing or malformed as_of date returns an error or defaults to server-side current date
- pick_count set to zero or very high values may return empty or truncated results
- Invalid picks array format may cause a 400 bad request
- Payment not fulfilled (x402 protocol) results in a 402 Payment Required before data is returned
- Service unavailability or data staleness may return stale or cached publication data

## How this service works

ScalpStream federally tax-exempt municipal income feed (impersonal research publication)

## Output

Returns a structured research publication object containing a ranked list of federally tax-exempt municipal income or dividend picks, an as_of date, a pick count, a publication identifier, and a disclaimer — formatted as an impersonal research feed suitable for income-focused analysis.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "as_of": {
   "type": "string"
  },
  "picks": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "dividend_cagr_5y_pct",
     "fund",
     "grade",
     "growth_streak_years",
     "no_cut_years",
     "notes",
     "payments_per_year",
     "price",
     "rating",
     "symbol",
     "tax_equiv_yield_24pct_bracket",
     "tax_equiv_yield_32pct_bracket",
     "tax_equiv_yield_37pct_bracket",
     "ttm_dividend",
     "yield_pct"
    ],
    "properties": {
     "fund": {
      "type": "string"
     },
     "grade": {
      "type": "string"
     },
     "notes": {
      "type": "array",
      "items": {
       "type": "string"
      }
     },
     "price": {
      "type": "number"
     },
     "rating": {
      "type": "number"
     },
     "symbol": {
      "type": "string"
     },
     "yield_pct": {
      "type": "number"
     },
     "no_cut_years": {
      "type": "number"
     },
     "ttm_dividend": {
      "type": "number"
     },
     "last_cut_year": {
      "type": "number"
     },
     "payments_per_year": {
      "type": "number"
     },
     "growth_streak_years": {
      "type": "number"
     },
     "dividend_cagr_5y_pct": {
      "type": "number"
     },
     "tax_equiv_yield_24pct_bracket": {
      "type": "number"
     },
     "tax_equiv_yield_32pct_bracket": {
      "type": "number"
     },
     "tax_equiv_yield_37pct_bracket": {
      "type": "number"
     }
    }
   }
  },
  "receipt": {
   "type": "string"
  },
  "disclaimer": {
   "type": "string"
  },
  "pick_count": {
   "type": "number"
  },
  "publication": {
   "type": "string"
  },
  "operator_position_disclosure": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scalpstream-municipal-income-dividend-feed-e4a058ef/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from feed.scalpstream.com](https://www.zero.xyz/host/feed.scalpstream.com/llms.txt)
