Economatica Platform
Robust and accurate historical data for sound and secure decisions.
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.
We started with structured news and are expanding the portfolio. New APIs land here as they are released.
Economatica's proprietary financial journalism, delivered via REST and WebSocket with rich metadata (tickers, sector, theme, news sentiment) and queryable history.
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.
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.
The first API in the portfolio is already available. Below, an example of consumption and the live structured feed.
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); });
Stable contracts, sandbox environments, and API key governance. For anyone who wants to bring the Economatica database into their own product with full flexibility.
Five real cases of teams that already bring the Economatica database into their own product and decision-making process.
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.
A trading desk integrates the structured news and sentiment API to support monitoring of news and relevant events for tracked assets.
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.
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.
A credit fintech uses the Economatica APIs to feed risk and decision models, improving underwriting and pricing of operations with daily-updated inputs.
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.
// 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");
Our commercial team gets back within 1 business day with a preliminary scope, next integration steps, and access to the sandbox.
Choose where to log in