Crypto news

11.08.2026
19:33

Claude Code has gained access to live data on 17,000+ stocks and cryptocurrencies: a replacement for Bloomberg?

An analyst under the pseudonym CyrilXBT demonstrated how, with a single command, Claude Code can be connected to live market data in under a minute—quotes for more than 17,000 stocks and cryptocurrencies, earnings reports, balance sheets, and cash flow statements. In his assessment, such functionality could replace the capabilities of a Bloomberg terminal for many categories of users.

How it works: three steps to market access

This involves connecting an external financial data service via the MCP (Model Context Protocol). The setup consists of three steps and, as the author claims, takes about 60 seconds. The first step is running a command inside Claude Code to add the financial-datasets service over HTTP transport. The command specifies the MCP server address and registers it within the tool.

The second step is authorization. The user types /mcp inside Claude Code and completes the OAuth procedure in the browser. Connection status can be checked with a separate command that lists the linked services.

The third step is natural language queries. As examples, CyrilXBT cites questions about Apple's current price-to-earnings ratio and market capitalization, Tesla's quarterly reports for the last four periods, and the change in Bitcoin's price over the past year.

What this means for the market

After setup, Claude Code, according to the author's description, accesses data directly on 17,000+ stocks, earnings reports, balance sheets, income statements, cash flow statements, and cryptocurrency quotes. Previously, this required a Bloomberg terminal, a complex financial data API, or hours of manual searching across various sources.

CyrilXBT separately highlights the cost of the alternative. In his estimation, analysts pay about $24,000 per year for a Bloomberg terminal, and the emergence of such an integration is unlikely to please those specialists.

Who gains an advantage from this

According to CyrilXBT's assessment, a sustainable advantage will go to those who learn to combine Claude Code's reasoning with access to live financial data. This applies to quants, analysts, and portfolio managers. Such an advantage, as the author notes, compounds every day. He frames it as a research edge that grows with continued use of the integration in daily work.

The analyst emphasizes that none of the steps is difficult on its own. The value arises precisely from connecting an ordinary tool to a stream of up-to-date market data in a single interface. At the same time, the idea itself relies on an open standard for connecting external sources. Claude Code serves here as a shell through which the user accesses a third-party data provider without manual information gathering.

A thousand agents overnight from a smartphone

CyrilXBT also published a breakdown of the workflow of Boris Cherny, one of the creators of Claude Code. According to the author's description, Cherny uses a smartphone as his primary interface instead of a laptop and maintains between five and ten active sessions simultaneously.

Each of these can spawn subagents—sometimes several hundred at once, sometimes several thousand overnight on larger tasks. Dozens of loops, according to the author, run continuously in the background, with some of them persisting server-side even when the laptop is closed.

CyrilXBT highlights four elements without which such a scheme is dangerous. The first is launching and redirecting tasks from a smartphone: a full-fledged interface for sending instructions is needed, not just receiving status notifications.

The second is isolated parallel execution. Each agent or cluster of subagents operates in its own context and workspace; otherwise, running many processes simultaneously produces chaos rather than scale.

The third element, which the author says is most often overlooked, is verification without human involvement. The result of each agent is checked against something real: another agent, a test suite, or an explicit rule—not the agent's own report of successful completion.

The fourth is strict stop conditions and a spending cap. A process running for hours unattended needs an absolute limit on time, money, and volume that does not depend on whether a person notices a failure. It is precisely this, as CyrilXBT emphasizes, that turns overnight agent work from a risk into a manageable task.

My take: integrating Claude Code with live financial data via MCP is not just a convenient hack but a signal of where the entire industry is heading. The cost of access to professional analytics is dropping by orders of magnitude, and those who once relied on expensive terminals can now obtain comparable capabilities for a fraction of the price. However, the key risk remains unchanged—data quality and the reliability of its sources. In a world where AI will make more and more decisions based on such data, the question of trust in the source becomes critical.