WHY THIS MATTERS IN BRIEF
Small traders need fast low latency access to NYSE for trading and this speed up expands the NYSE’s total AMO.
Matthew Griffin is the World’s #1 Futurist Keynote Speaker and Global Advisor for the G7 and Fortune 500, specializing in exponential disruption across 100 countries. Book a Keynote or Advisory Session — Join 1M+ followers on YouTube and explore his 15-book Codex of the Future series.
A few months after announcing they were going to tokenise the world’s assets so they could perform 247 trading the New York Stock Exchange has unveiled another project to help it conquer the future. Real-time streaming data can be valuable for numerous applications and purposes across industries. In the case of the New York Stock Exchange, streaming data is literally money. The NYSE is one of the largest financial exchanges in the world and has a lengthy history of being able to share its financial market data.
A hundred years ago it used telegraph based ticker tape to share information. In the modern era it has developed its own low-latency, high-performance technologies deployed on-premises that other organizations can connect with.
Now it’s taking the next step forward, embracing a model based on the open-source Apache Kafka streaming technology that brings NYSE Best Quote and Trades (BQT) data to the AWS cloud.
To do that, NYSE partnered with streaming data platform vendor Redpanda, which has developed its own implementation of Kafka written in the C++ programming language.
NYSE’s deployment of Redpanda’s C++-based streaming platform achieved 5x performance improvements over traditional Kafka competitors, exposing fundamental limitations in how most organizations handle bursty data workloads.
This performance gap becomes critical as enterprises scale AI applications that demand consistent low-latency data access. Kafka-based data streaming also has potential to enable agent-to-agent communications, rivaling other approaches like Google’s A2A and it can also be extended to enable Model Context Protocol (MCP).
The Future of Banking 2030 by Banking Futurist Matthew Griffin
“The market thesis is that all of the large foundation models have really indexed the public data sets, and the next frontier is private data sets, and Redpanda really unlocks private data sets for agentic access,” says Alex Gallego,founder and CEO of Redpanda.
NYSE built its cloud streaming platform to serve customers who cannot access its data centers directly. The exchange targets fintech companies and retail broker-dealers who need AWS-based access to real-time market data.
“Not every consumer of our market data has the capacity to come to our data center, take the feed and use that feed,” says Vinil Bhandari, head of cloud and full stack engineering at NYSE. “But you know, a small shop in Hong Kong has access to creating their own AWS account, for example, and it’s those audiences that we are trying to cater to.”
NYSE streams its BQT (Best Quotes and Trades) feed, which aggregates real-time data from all seven NYSE exchanges. The deployment required building new infrastructure rather than extending existing systems.
NYSE processes over 500 billion messages daily across seven exchanges. During market volatility, message volume can spike 1,000x above average within microseconds. Traditional Java implementations struggle with these patterns because garbage collection creates unpredictable latency spikes.
“The classic Kafka implementation was written in the Java programming language, which makes this bursty kind of traffic, you know, not fair very well with Java’s garbage collection that happens in the programming language,” Bhandari explained. “Redpanda has done the Kafka implementation by rewriting Kafka protocol in C++ so whenever we get a burst of traffic from our market activity, the volatility, we are able to manage that streaming out of data better.”
The choice of programming language is also why NYSE went with Redpanda for data streaming instead of other options such as Confluent or Amazon Managed Streaming for Kafka (MSK), and this technical decision resulted in measurable performance improvements.
“We are safe to establish that we are at least four to five times faster in our data delivery using Redpanda as compared to some of our big ticket custom competitors who are using Kafka technology to stream similar data,” Bhandari noted.
For enterprises evaluating streaming platforms, this comparison highlights a critical consideration: Java-based implementations for data streaming may struggle during traffic spikes, while C++ based alternatives can maintain consistent performance.
Observability proves critical for mission-critical deployments
Bhandari emphasized observability as essential for production streaming deployments. Redpanda’s built-in telemetry capabilities provided immediate operational value.
“The more that a deployment like this can have observability and telemetry of what’s happening under the hood, the better the producer of the data and the consumers of the data are going to be,” Bhandari explained.
This observability enables proactive issue detection and resolution before problems impact customers. Without comprehensive monitoring, enterprises risk discovering performance issues only after they affect production workloads and customer experience.
Architecture philosophy shift: Streaming as an AI foundation
NYSE will be using the streaming data capabilities in a fairly traditional way, at least initially. That is data from its market exchanges is made available for users to consume.
The direction that Redpanda is headed points to a more agentic AI future, one that users such as NYSE will likely embrace in the years ahead. Redpanda CEO Gallego argues that enterprises should view streaming architecture differently in the AI era.
“Streaming has the right architectural pattern, not for speed, but because it is the right architecture for reactive and agentic applications,” Gallego explained.
Beyond solving traditional streaming performance problems, Redpanda has repositioned itself for what Gallego calls the agentic enterprise. The company has wrapped its data connectors in MCP, enabling AI agents to access enterprise data sources directly.
This approach solves a computational complexity problem that emerges as enterprises deploy multiple AI agents.
“Without the Kafka API, you have an n squared communication problem where every agent has to have access to every other agent,” Gallego said. “And when you introduce the Kafka API, then it reduces from n squared computational complexity down to linear.”
According to Gallego, banks are already deploying hundreds of agents. One Redpanda customer plans to build 1,000 agents over the next two years. Another is currently building 130 agents for production deployment within 18 months. These scale requirements make agent coordination architecture decisions critical for long-term AI strategy success.
Real-time streaming data is set to become an increasingly critical aspect of many organization’s operations, and the NYSE is once again at the forefront and organizations waiting to adopt AI should recognize that streaming architecture decisions made today will constrain future AI capabilities more than most leaders realize in the future.















