Skip to content

Bloomberg

Mode: 🌐 / 🔐 Mixed · Domains: feeds.bloomberg.com, www.bloomberg.com

Commands

CommandDescription
opencli bloomberg mainBloomberg homepage top stories from RSS
opencli bloomberg marketsBloomberg Markets top stories from RSS
opencli bloomberg economicsBloomberg Economics top stories from RSS
opencli bloomberg industriesBloomberg Industries top stories from RSS
opencli bloomberg techBloomberg Tech top stories from RSS
opencli bloomberg politicsBloomberg Politics top stories from RSS
opencli bloomberg businessweekBloomberg Businessweek top stories from RSS
opencli bloomberg opinionsBloomberg Opinion top stories from RSS
opencli bloomberg feedsList the RSS feed aliases used by the adapter
opencli bloomberg news <link>Read a standard Bloomberg story/article page and return title, summary, media links, and article text

What works today

  • RSS-backed listing commands work without a browser:
    • main
    • markets
    • economics
    • industries
    • tech
    • politics
    • businessweek
    • opinions
    • feeds
  • bloomberg news works on standard Bloomberg story/article pages that expose #__NEXT_DATA__ and are accessible to your current Chrome session.

Current limitations

  • Audio pages and some other non-standard Bloomberg URLs may fail.
  • Some Bloomberg pages can return bot-protection or access-gated responses instead of article data.
  • This adapter is for data retrieval/extraction only. It does not bypass Bloomberg paywall, login, entitlement, or other access checks.

Usage Examples

bash
# List supported RSS feed aliases
opencli bloomberg feeds

# Fetch Bloomberg homepage headlines
opencli bloomberg main --limit 5

# Fetch a section feed as JSON
opencli bloomberg tech --limit 3 -f json

# Read a standard article page
opencli bloomberg news https://www.bloomberg.com/news/articles/2026-03-19/example -f json

# Relative article paths also work
opencli bloomberg news /news/articles/2026-03-19/example

Prerequisites

  • RSS commands do not require Chrome.
  • bloomberg news requires:

Notes

  • RSS commands support --limit with a maximum of 20 items.
  • If bloomberg news fails on a page from RSS, try a different standard story/article link first; not every Bloomberg URL in feeds is a normal article page.

Released under the Apache-2.0 License.