BUILT AROUND YOUR FLOW

Rock-solid financial data for systems with zero margin for error.

Wire the EDI Finance base straight into your platforms, quantitative models, enterprise applications and AI agents.

<100msp95 latency
99.95%Uptime SLA
REST + WSProtocols
API CATALOG / 01

One proprietary base, surfaced through four distinct APIs.

News, Fundamentals and Market data, Funds and Fixed Income — four domains held together by consistent contracts and carrying the institutional depth EDI Finance is known for.

THE NEW EDI FINANCE ERA

EDI Finance steps into the era of artificial intelligence by opening its proprietary database as an API. What used to be locked inside closed desktop tools now plugs natively into AI agents, quantitative models and B2B/B2B2C products, bending to fit every client's workflow.

IN FOCUS / 02

See the News API live in production.

A working look at the News API — an integration snippet on one side, a live structured feed on the other.

Node Python Go cURL
subscribe.js
const edi = new EdiNews({ apiKey: process.env.EDI_KEY });

// Listen for high-impact events on AAPL and MSFT
edi.stream({
  tickers: ['AAPL', 'MSFT'],
  minRelevance: 0.75,
  sentiment: 'any',
}).on('message', (news) => {
  console.log(news.headline, news.sentiment.score);
});
wss://api.news.edi.finance/v1/stream connected
LIVE FEED GET /v1/articles
6 events
  • 12:31:54
    AAPL+0.72rel 0.85
    Apple approves record buyback; CapEx of US$ 111 bn and dividends preserved
    EnergyCorporate
  • 12:30:02
    SPX-0.19rel 0.41
    Microsoft lifts cloud guidance after strong quarter
    MacroIndicator
  • 12:22:18
    DXY0.00rel 0.62
    Fed signals patience; dot plot keeps median at 2 cuts for 2026
    MacroRates
  • 12:14:33
    SPX+0.14rel 0.71
    Capital-rules revision floated, with a carve-out for large banks
    MacroInflation
  • 12:08:11
    JPM-0.02rel 0.55
    Big banks clear the stress test; buyback plans move ahead
    FinancialsPolicy
ENGINEERING / 03

Engineered for the way institutional teams build.

Stable contracts, sandbox environments and API-key governance — everything you need to fold the EDI Finance database into your own product, on your own terms.

01
Access & governance
Keys signed with HMAC or Bearer, rate limits and quota headers. Every client reads its own usage straight from the API.
02
OpenAPI 3.1
The OpenAPI 3.1 spec in three languages, plus interactive docs to walk through and test every endpoint without leaving the browser.
03
Versions & sandbox
Versioned contracts (/v1), a sandbox and worked examples, so the integration is proven before it touches production.
04
REST + WebSocket
Ask for it with REST, or open a stream over WebSocket. One base, two ways of handing it over.
05
Enriched metadata
No response arrives raw: it comes tagged with ticker, sector, theme, language, sentiment and relevance.
06
Formats & pagination
Cursor pagination, lean or detailed responses and field selection: send only the fields your pipeline actually needs.
IN PRACTICE / 04

What teams actually build with EDI Finance APIs.

Five real teams already threading the EDI Finance database through their products and their decisions.

01
Quant management

Models that retune themselves while the market shifts.

With the EDI Finance APIs feeding structured data straight into its models, a quant fund keeps them supplied within the agreed scope and license — no manual downloads to wait on.

Live Quant modelling WebSocket
02
Trading floor

Catch the signal before flow moves the price.

A trading desk taps the structured news-and-sentiment API to stay on top of headlines and material events across every asset it watches.

News, structured Sentiment by AI Alerting
03
Brokerage / App

The EDI Finance database baked into the trading screen.

A brokerage hooks the EDI Finance APIs into its app, dropping proprietary data, context and comparables right onto the client's trading screen.

Embedded B2B Comparables REST
04
Research & Analysis

From hours of work to reports built in minutes.

A research team hands report production to the EDI Finance APIs, collapsing hours of manual Excel into minutes and keeping the numbers fresh and consistent across analysts, PDFs and the institutional site.

Pipeline for research Automated REST
05
Lending fintech

Live financial data feeding the risk engine.

A credit fintech runs its risk and decision models on the EDI Finance APIs, tightening underwriting and deal pricing with inputs that refresh every day.

Risk & credit calls Underwriting REST
ROLLOUT / 05

Short on engineers? EDI Finance can build it for you.

For clients who need the APIs but have no engineering bandwidth right now, the EDI Finance technology team takes the project end to end — from integration design all the way to production deployment.

  • Scope definition · mapping of use case, endpoints, volumes, and SLA.
  • Dedicated integration · EDI Finance engineering executing the integration in your environment.
  • Handover & running · documentation, monitoring, and ongoing support.
  • Tailored architecture · pipelines and data models tailored to your stack.
client-project / integration.ts
// Engineering at EDI Finance
// Build tailored to <client>

async function ingest() {
  const news = await edi.articles.list({
    themes: ["m&a", "8-k"],
    tickers: clientUniverse,
  });

  for (const item of news) {
    await upsertClientDB(item);
    await notifyResearch(item);
  }
}

// Integration support included in the contract
schedule(ingest, "every 30s");
01Technical start
02Sandbox build
03Go to production
COMMERCIAL

Get a proposal
shaped around your operation

Within 1 business day, our commercial team comes back with a first scope, the next integration steps and sandbox access.

USE TYPE

What happens next

  1. 01
    Qualification (1 business day)
    We look at your use case and size the expected volumes.
  2. 02
    Sandbox access
    Keys with synthetic data so you can start integrating.
  3. 03
    Contract and production
    Commercial terms, SLA, and migration to production keys.
FAQ / 06

The questions we get asked about the APIs.

Which APIs does EDI Finance offer?

Today EDI Finance exposes four domains of the same proprietary base as APIs: News (Mover newsroom, source aggregation and official documents), Fundamentals and Market data (indicators, multiples, end-of-day OHLC quotes, indices and benchmarks across the whole market, plus portfolio optimization and backtesting), Funds (the full fund universe of roughly 99k vehicles, with performance, composition and overlap) and Fixed Income (corporate bonds, ABS and MBS, Treasuries and the yield curve, including the issuer credit-risk read).

How is access and authentication handled?

You authenticate with an API key — signature (HMAC) or Bearer — under rate limits and quota headers. Clients track their own usage right in the API and prove out the integration in a sandbox environment before going to production.

Should I use REST or WebSocket?

Both. Reach for pull (REST) when you want structured, on-demand queries, or streaming (WebSocket) when you need updates the moment they happen — one base, two delivery modes for each use case.

Do the APIs come with documentation?

Yes. You get the OpenAPI 3.1 spec in three languages, interactive docs to browse and test every endpoint, plus ready-made examples and a sandbox environment. Request the documentation

How does an API differ from the Data Feed?

The API is built for structured, on-demand queries embedded in systems that pull data dynamically. The Data Feed suits recurring or bulk delivery of whole databases, feeding data warehouses, data lakes and BI tools.

No technical team here. Can I still sign up?

Yes. EDI Finance runs a dedicated track for custom projects — the team builds the integration end to end, from understanding the need through to final delivery. Reach the commercial team