Real-time proprietary coverage from the Mover Economatica newsroom covering major market events, Brazil + G7 macro indicators, corporate and political facts, breaking alerts and CVM watch. Plus aggregation of leading local and international sources. Structured for institutional systems, fintechs and B2B2C products.
const eco = new EcoNews({ apiKey: process.env.ECO_KEY }); // Subscribe to high-relevance events on PETR4 eco.stream({ tickers: ['PETR4', 'VALE3'], minRelevance: 0.75, sentiment: 'any', }).on('message', (news) => { console.log(news.headline, news.sentiment.score); });
Every article arrives with tickers, sector, theme, language and AI sentiment. Filter by use case, subscribe to specific endpoints and consume via REST or WebSocket.
Eco News API isn't an aggregator: it's a proprietary newsroom. Every article goes through a specialist financial journalist and ships with context, accuracy and terminal-grade speed. That is why we price in a different tier.
A newsroom focused on financial markets with veteran journalists covering, in real time, everything that moves asset prices. Earlier and more accurately than any public source.
Beyond the proprietary newsroom, the API consolidates and structures the leading market sources into a single feed, with standardised tickers, sector, theme and sentiment.
Beyond news, the API delivers direct integration with official documents filed with the CVM. Access material facts, earnings releases, insider transactions (CVM 44) and other corporate events, structured and ready for programmatic consumption.
Headline, summary or full body, per contract scope, always with tickers, sector, theme and language.
Each article ships with an automatically-classified sentiment score to feed your models.
Ticker, sector, theme, language and relevance. Cut noise at the edge before data reaches your stack.
Pull via REST or subscribe via WebSocket on institutional plans.
Signal backtests, reprocessing and audit, with history accessible through the API.
Environment-scoped keys, configurable rate limits, consumption logs and quota alerts.
API-key auth, SDKs in major languages and a stable data model. Documentation written for engineers.
import { EcoNews } from "@economatica/econews"; const eco = new EcoNews({ apiKey: process.env.ECO_API_KEY }); // Last 24h of corporate events across covered tickers const events = await eco.articles.list({ themes: ["m&a", "cvm44"], from: "2026-04-19T00:00:00Z", limit: 200, }); events.forEach((e) => upsert(e.id, e));
Alerts, event monitoring and issuer dossiers embedded in internal research workflows.
Ship financial content in apps, home-brokers and digital products under a redistribution contract.
Structured content for portals, dashboards and owned channels with a professional SLA.
News-as-signal pipelines: sentiment, relevance and classification ready for models.
| Eco News API | Traditional wire | |
|---|---|---|
| Structured content with metadata | ||
| Ticker, sector and theme classification | Partial | |
| Built-in AI sentiment | ||
| CVM watch & CVM 44 monitoring | ||
| Native REST + WebSocket | Proprietary | |
| Queryable history via API | Separate | |
| B2B2C / redistribution contract | Limited | |
| Time to integration | Hours | Months |
Our commercial team gets back within one business day with a preliminary scope, next integration steps and sandbox access.