Skip to main content
Kensho's LangGraph multi-agent framework for trusted financial data, showing AI agents collaborating on data analysis.

Editorial illustration for Kensho builds a LangGraph multi‑agent framework for trusted financial data

Kensho's LangGraph Solves Financial Data Integration

Kensho builds a LangGraph multi‑agent framework for trusted financial data

2 min read

Financial analysts at S&P Global have long wrestled with a core problem: pulling reliable numbers from dozens of internal repositories without drowning in inconsistencies. When a trader asks for the latest credit spread, the answer can surface from a market‑data feed, a historical pricing database, or a risk‑management ledger—each with its own format and access rules. Kensho set out to tame that complexity by stitching together a suite of AI agents that speak the same language, yet remain insulated from the quirks of each source.

Their solution hinges on a “Grounding” layer that funnels every request through a single gateway, ensuring that downstream models only see vetted, consistent inputs. By leveraging LangGraph, the team hopes to keep the system both flexible and auditable, a rare combination in a sector where data provenance can make or break a trade. The following excerpt explains how that architecture took shape.

Designing a Multi-Agent Framework with LangGraph We architected our Grounding system as a centralized entry point for data access across our AI agents, which retrieve data from an array of cross-divisional S&P Global data sources stemming from various data repositories. Rather than embedding natural language parsing logic into individual agents, our router intelligently directs queries to specialized Data Retrieval Agents (DRAs) owned by different data teams such as equity research, fixed income, macroeconomics to name a few domains. This provides a separation of concern between data routing and data retrieval layers, supporting parallel ownership of each.

Kensho’s multi‑agent framework marks a concrete step toward grounding AI‑driven insights in S&P Global’s trusted data stores. By routing every request through a centralized Grounding system, the architecture promises consistent access to cross‑divisional repositories without scattering logic across individual agents. The use of LangGraph to orchestrate these agents suggests a modular design, yet the article does not detail performance metrics or error‑handling strategies.

How the system will cope with the sheer volume of S&P Global’s data estate remains unclear, as does the impact on latency for real‑time queries. Nevertheless, the engineers’ focus on separating data retrieval from natural‑language processing reflects a disciplined approach to mitigating hallucinations. The framework’s success will likely depend on rigorous testing across the varied data sources it claims to unify.

For now, Kensho has outlined a plausible pathway to more reliable financial AI outputs, but further evidence is needed to assess its effectiveness in production environments.

Further Reading

Common Questions Answered

How does Kensho's multi-agent framework solve data retrieval challenges for financial analysts at S&P Global?

Kensho developed a centralized Grounding system that intelligently routes queries across different data repositories using specialized Data Retrieval Agents (DRAs). By creating a unified framework with LangGraph, the system allows financial analysts to access diverse data sources consistently without getting lost in format and access rule complexities.

What is the key innovation in Kensho's approach to managing cross-divisional data sources?

Instead of embedding natural language parsing logic into individual agents, Kensho created a central router that directs queries to specialized Data Retrieval Agents owned by different data teams. This approach ensures consistent data access while maintaining the modularity and independence of each agent within the framework.

Why is LangGraph significant in Kensho's multi-agent data retrieval system?

LangGraph enables Kensho to create a modular and orchestrated architecture for AI agents that can efficiently navigate complex data repositories. By using this framework, Kensho can route queries intelligently and maintain a structured approach to accessing cross-divisional data sources at S&P Global.