TAILORED WORKFLOW

Economatica integrations available on request for programmatic access to selected data and content.

Economatica steps into the AI era with a portfolio of APIs that brings the proprietary database into each client's workflow, with maximum integration flexibility.

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

A showcase that grows with the portfolio.

We started with structured news and are expanding the portfolio. New APIs land here as they are released.

Available v1.0

News API

Economatica's proprietary financial journalism, delivered via REST and WebSocket with rich metadata (tickers, sector, theme, news sentiment) and queryable history.

REST + WS 180+ proprietary news/day 800+ aggregations/day News sentiment CVM integrated
api.econews.economatica.com Open product
Coming soon +

Upcoming Economatica APIs

We're expanding the portfolio of proprietary APIs on top of the Economatica database. Talk to the commercial team to get early access when the next products launch.

In development
  In development
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.

The first API in the portfolio is already available. Below, an example of consumption and the 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 (WS) consumption. Same database, two delivery modes per use case.
02
Rich metadata
Each response arrives already classified: ticker, sector, theme, language, AI sentiment, relevance.
03
Governance
API keys per environment, configurable rate limits, and a dedicated telemetry endpoint: clients query their own request consumption anytime, straight from the API.
04
Technical documentation
Full reference of endpoints, practical examples, and a sandbox environment to validate integrations 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.