TAILORED WORKFLOW

Reliable financial data for systems that can't get it wrong.

Integrate the Economatica base into platforms, quantitative models, enterprise applications and AI agents, with governance and traceability.

<100msp95 latency
99.95%Uptime SLA
REST + WSProtocols
AVAILABLE APIs / 01

Four APIs over the same proprietary base.

News, Fundamentals and Market data, Funds and Fixed Income, with consistent contracts across domains and the same institutional depth from Economatica.

THE NEW ECONOMATICA ERA

Economatica steps into the era of artificial intelligence by opening up its proprietary database as an API. What used to be consumed only in a terminal or a spreadsheet now plugs natively into AI agents, quantitative models, and B2B/B2B2C products, with maximum flexibility for each client's workflow.

SPOTLIGHT / 02

News API in production.

An example of consuming the News API, with an integration snippet and a live structured feed.

Node Python Go cURL
subscribe.js
const eco = new EcoNews({ apiKey: process.env.ECO_KEY });

// Subscribe to high-relevance events on PETR4 and VALE3
eco.stream({
  tickers: ['PETR4', 'VALE3'],
  minRelevance: 0.75,
  sentiment: 'any',
}).on('message', (news) => {
  console.log(news.headline, news.sentiment.score);
});
wss://api.econews.economatica.com/v1/stream connected
LIVE FEED GET /v1/articles
6 events
  • 12:31:54
    PETR4+0.72rel 0.85
    Petrobras approves 2026-30 plan; CapEx of US$ 111 bn and dividends preserved
    EnergyCorporate
  • 12:30:02
    SPX-0.19rel 0.41
    US payroll: 168k jobs vs. 195k consensus; unemployment at 4.2%
    MacroIndicator
  • 12:22:18
    DXY0.00rel 0.62
    Fed signals patience; dot plot keeps median at 2 cuts for 2026
    MacroRates
  • 12:14:33
    IBOV+0.14rel 0.71
    March IPCA prints 0.32%, below the 0.38% consensus
    MacroInflation
  • 12:08:11
    ITUB4-0.02rel 0.55
    Rapporteur presents tax reform substitute with special regime for the financial sector
    FinancialsPolicy
CAPABILITIES / 03

A technical surface built for institutional engineering.

Stable contracts, sandbox environments, and API key governance. For anyone who wants to bring the Economatica database into their own product with full flexibility.

01
REST + WebSocket
Pull (REST) or streaming (WebSocket) consumption. Same base, two delivery modes per use case.
02
Authentication & governance
Key-based auth (HMAC signature and Bearer), rate limits and quota headers. The client checks its own usage directly in the API.
03
Rich metadata
Each response arrives already classified: ticker, sector, theme, language, sentiment and relevance.
04
OpenAPI 3.1
OpenAPI 3.1 spec in three languages and interactive docs to explore and test every endpoint.
05
Pagination & formats
Cursor pagination, lean or detailed responses and field selection, to move only what your pipeline needs.
06
Versioning & sandbox
Versioned contracts (/v1), a sandbox environment and ready examples to validate the integration before going to production.
WORKFLOWS / 04

What Economatica APIs unlock, in practice.

Five real cases of teams that already bring the Economatica database into their own product and decision-making process.

01
Quantitative fund

Proprietary models recalibrated in real time.

A quantitative fund can use the Economatica APIs to feed quantitative models with structured data, according to scope and license, without depending on manual data downloads.

Real time Quant models WebSocket
02
Trading desk

Alerts that arrive before flow turns into price.

A trading desk integrates the structured news and sentiment API to support monitoring of news and relevant events for tracked assets.

Structured news AI sentiment Alerts
03
Broker / App

Economatica database embedded in the trading screen.

A brokerage connects the Economatica APIs to enrich the client experience inside the app, embedding proprietary data, context, and comparables directly on the trading screen.

B2B embed Comparables REST
04
Research & Analytics

Reports generated in minutes, not hours.

A research team automates report generation using the Economatica APIs, cutting hours of manual Excel work down to minutes, with data always up to date and consistent across analysts, PDFs, and the institutional site.

Research pipeline Automation REST
05
Credit fintech

Risk models powered by live financial data.

A credit fintech uses the Economatica APIs to feed risk and decision models, improving underwriting and pricing of operations with daily-updated inputs.

Risk & decisioning Underwriting REST
IMPLEMENTATION / 05

No engineering team available? Economatica can support.

Economatica's technology team can take your project end-to-end (from integration design to production deployment) for clients that need the APIs but don't have engineering allocated at the moment.

  • Technical scope · mapping of use case, endpoints, volumes, and SLA.
  • Dedicated implementation · Economatica engineering executing the integration in your environment.
  • Handover & operations · documentation, monitoring, and ongoing support.
  • Custom architecture · pipelines and data models tailored to your stack.
client-project / integration.ts
// Economatica technology team
// Dedicated project for <client>

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

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

// Technical support for integration per contract
schedule(ingest, "every 30s");
01Technical kickoff
02Build in sandbox
03Deploy to production
COMMERCIAL

Request a proposal
for your operation

Our commercial team gets back within 1 business day with a preliminary scope, next integration steps, and access to the sandbox.

USE TYPE

What happens next

  1. 01
    Qualification (1 business day)
    Review of the use case and estimated 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

Frequently asked questions about the APIs.

Which APIs does Economatica offer?

Today Economatica offers APIs over four domains of the same proprietary base: News (Mover newsroom, source aggregation and CVM documents), Fundamentals and Market data (indicators, multiples, end-of-day OHLC quotes, indices and benchmarks across all of B3, plus portfolio optimization and backtesting), Funds (CVM universe of around 99k vehicles, performance, composition and overlap) and Fixed Income (debentures, CRA and CRI, government bonds and the yield curve, with the issuer credit-risk read).

How do access and authentication work?

Access is by API key, with authentication via signature (HMAC) or Bearer, rate limits and quota headers. The client checks its own usage directly in the API and validates the integration in a sandbox environment before going to production.

REST or WebSocket?

Both. Pull (REST) for structured queries on demand, or streaming (WebSocket) to follow updates. Same base, two delivery modes per use case.

Do the APIs have documentation?

Yes. The OpenAPI 3.1 spec is available in three languages, with interactive docs to explore and test every endpoint, plus ready examples and a sandbox environment. View the documentation

What is the difference between an API and a Data Feed?

The API allows structured, on-demand queries integrated into systems that fetch data dynamically. The Data Feed is better suited for recurring or bulk delivery of databases, to feed data warehouses, data lakes and BI tools.

I don't have a technical team. Can I still contract?

Yes. Economatica has a dedicated block for custom projects: the team can implement the integration end to end, from understanding the need to final delivery. Talk to the commercial team