"Petrobras informs that the Board of Directors approved, at the meeting held on this date, the distribution of extraordinary dividends of R$ 2.47 per share…"
Embed Brazilian economic news, proprietary sentiment and market intelligence into your systems via API, or query everything in natural language inside Claude with the Economatica MCP.
// Authenticated request with HMAC-SHA256 const url = 'https://3lcj3yysx7.execute-api.us-east-1.amazonaws.com/prod/v1/news?ticker=PETR4&size=5'; const res = await fetch(url, { headers: { 'x-api-key': process.env.ECO_API_KEY, 'x-timestamp': timestamp, 'x-signature': signature, }, }); const data = await res.json();
Every article arrives with tickers, sector, theme, language and sentiment score. 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. Material facts, earnings releases, insider transactions (CVM 44) and other corporate events, structured and ready for programmatic consumption. Each document is also enriched with sentiment score, key topics and expected impact, delivering context in the same payload.
"Petrobras informs that the Board of Directors approved, at the meeting held on this date, the distribution of extraordinary dividends of R$ 2.47 per share…"
The API does not return just the document. It returns interpretation.
{
"type": "fato_relevante",
"ticker": "PETR4",
"company": "Petróleo Brasileiro",
"published_at": "2026-04-24T09:42:18Z",
"source": "cvm_ipe",
"insights": {
"sentiment": 0.82,
"sentiment_label": "positive",
"topics": [
"dividendo",
"retorno_acionista",
"capital_allocation"
],
"impact": "high",
"confidence": 0.94
},
"document_url": "https://…",
"excerpt": "…"
} With the Economatica MCP, analysts, portfolio managers and research teams query the proprietary news base directly inside Claude, asking questions in natural language and receiving answers with financial context, sources and proprietary sentiment.
Access the Economatica news base in natural language on Claude and integrate AI agents via MCP.
Structured endpoints, granular technical control and direct integration into your internal products, institutional dashboards and data pipelines.
Research workflows, AI agents and real-time productivity. Ideal for quick investigation, editorial briefs and continuous portfolio monitoring.
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.
# Fetch news about PETR4 with highlight curl --request GET "https://3lcj3yysx7.execute-api.us-east-1.amazonaws.com/prod/v1/news?ticker=PETR4&highlight=1&size=5" \ -H "x-api-key: $ECO_API_KEY" \ -H "x-timestamp: $ECO_TS" \ -H "x-signature: $ECO_SIGNATURE"
Monitor portfolios, sentiment and narratives in real time, via API across internal systems and via Claude for quick natural-language analysis.
Support research, advisory and internal platforms with structured news via API and natural-language investigation via MCP.
Track reputation, competitors and sensitive topics with natural-language queries on Claude, without depending on a tech team.
Embed proprietary news and sentiment into internal systems, models and digital products with structured endpoints.
| Eco News API | Traditional wire | |
|---|---|---|
| Structured content with metadata | ||
| Ticker, sector and theme classification | Partial | |
| Built-in sentiment score | ||
| CVM watch & CVM 44 monitoring | ||
| Native REST + WebSocket | Proprietary | |
| Queryable history via API | Separate | |
| B2B2C / redistribution contract | Limited | |
| Time to integration | Hours | Months |
Economatica’s technology team can take your project end to end, from integration design to production deployment, for clients that need the News API but do not have engineering capacity available right now.
// Economatica technology team
// Dedicated client project
async function integrarNewsApi() {
const news = await eco.news.list({
themes: ["M&A", "CVM 44"],
tickers: carteiraCliente,
sentiment: "all"
});
for (const item of news) {
await crm.upsert(item);
await research.notify(item);
}
// Pipeline delivered production ready
schedule(integrarNewsApi, "every 30s");
} Our commercial team gets back within one business day with a preliminary scope, next integration steps and sandbox access.