---
title: "RSS Feed"
method: GET
path: "/api/v1/market_intelligence/rss"
tags: ["Market Intelligence"]
---

# RSS Feed

`GET /api/v1/market_intelligence/rss`

RSS 2.0 feed of recent Market Intelligence content (pulses, earnings previews, trader notes, weekly digests, convergence reports, market commentary). API-key gated. Filterable by content_type / pulse_type / ticker / theme. Designed for plain RSS readers — pass the API key via `?authid=<key>` when the reader cannot set the `Ortex-Api-Key` header.

## Query parameters

- `authid` string
- `content_type` 'convergence_report' | 'earnings_preview' | 'market_commentary' | 'pulse' | 'trader_note' | 'weekly_digest'
- `format` 'any' | 'rss'
- `limit` integer
- `pulse_type` 'analyst' | 'convergence' | 'ctb' | 'institutional' | 'options' | 'short_interest' | 'signal' | 'utilization'
- `theme` 'analyst' | 'convergence' | 'events' | 'general' | 'insider' | 'money_flow' | 'options' | 'overall' | 'short_interest' | 'week_ahead'
- `ticker` string

## Response `200`

RSS 2.0 XML. Document shape: `<rss version="2.0">` → `<channel>` → N `<item>` elements, each carrying `<title>`, `<link>`, `<description>`, `<pubDate>`, `<guid isPermaLink="false">`, and one or more `<category>` tags (`content_type`, optional `pulse_type:`/`theme:`/`ticker:` prefixed values).

## Other responses

- `403` — Missing or invalid API key.

---

[API](https://skmtc.dev/ortex/apis/ortex-apis.md) · [All operations](https://skmtc.dev/ortex/apis/ortex-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ortex/ortex-apis/revisions/2629fc613cdc/schema)
