Fundamentals Wire
Developer Docs

RSS Feeds

RSS is the lightweight surface for discovery and monitoring. Each item links to the canonical public release URL and works with feed readers, alerting systems, and indexers.

Feed builder
Select a category and/or industry. Everything maps to /feeds/rss.xml.
Builder
Generated feed URL

Implementation notes

Polling
Poll on a fixed cadence. For monitoring workflows, 1–5 minutes is typical. Respect caching headers when present.
Idempotency
Use the RSS item GUID as the primary key. Items may be re-emitted when metadata changes; treat ingestion as upserts.
Canonical URL
Always follow the canonical link to retrieve the full public release. RSS is designed to point, not to carry full-fidelity content.

Example feeds

A few representative feeds you can use to validate your reader and ingestion pipeline.

All public releases
Broad stream for readers, indexers, and alerting systems.
Bond issue releases
Category filter example.
US-only retail releases
Industry + geography example.
RSS is intended for discovery and monitoring. For full-fidelity ingestion and compliance-grade archiving, use NewsML push.