v1

latestOpenAPI 3.0.32026-07-246185298.2 KB
Market Intelligence

RSS Feed

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.

get/api/v1/market_intelligence/rss

Query parameters

authidstring

API key in URL form for RSS readers that cannot set the Ortex-Api-Key header. Same key as the header-auth path. Omit when calling with the header set.

content_type'convergence_report' | 'earnings_preview' | 'market_commentary' | 'pulse' | 'trader_note' | 'weekly_digest'

Filter by content type (pulse, earnings_preview, trader_note, weekly_digest, convergence_report, market_commentary).

format'any' | 'rss'
limitinteger

Items in the feed (1–200, default 50). RSS conventionally caps at a recent window.

pulse_type'analyst' | 'convergence' | 'ctb' | 'institutional' | 'options' | 'short_interest' | 'signal' | 'utilization'

Filter pulse rows by pulse_type (short_interest, analyst, options, institutional, ctb, utilization, signal, convergence).

theme'analyst' | 'convergence' | 'events' | 'general' | 'insider' | 'money_flow' | 'options' | 'overall' | 'short_interest' | 'week_ahead'

Theme slug. For content_type=weekly_digest: week_ahead, overall, short_interest, analyst, options, convergence. For content_type=market_commentary: general, short_interest, analyst, events, insider, options, money_flow. The same param applies to both content types; the response row's content_type disambiguates.

tickerstring

Filter to a single ticker. Accepts BOTH EXCHANGE:TICKER (e.g. NYSE:F, XNYS:F, US:F) and legacy bare-ticker form with a separate exchange param. Searches both the row's primary tagged ticker AND every body-mentioned ticker, so ?ticker=NYSE:F returns any article that references Ford anywhere — not just rows whose primary subject is Ford. Case-insensitive.

Response

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).