Economatica APIs · Established 1986

Latin American financial data for global teams.

Programmatic access to a proprietary database maintained since 1986. News, fundamentals and market data, funds and fixed income, delivered over REST and WebSocket into trading systems, quantitative research, dashboards and data pipelines.

<100 ms
P95 LATENCY
99.95 %
UPTIME SLA
REST + WS
PROTOCOLS
OpenAPI 3.1
SPECIFICATION
1986
Established. Forty years of continuous methodology.
420+
Paying clients, domestic and international.
129
Organizations outside Brazil with active paying relationships.
197,065
Items in the database across assets, indices and indicators.
7
Countries with local coverage across the Americas.
Regional coverage

Local coverage in 7 countries across the Americas.

A consolidated database covering Argentina, Brazil, Chile, Colombia, Mexico, Peru and the United States, organised by asset class and maintained under a single methodology.

DATA COVERAGE BY COUNTRY
ARArgentina4 asset classes
BRBrazil4 asset classes
CLChile3 asset classes
COColombia3 asset classes
MXMexico4 asset classes
PEPeru4 asset classes
USUnited States2 asset classes
Commercial presence: Brazil, Mexico and the United States.
ASSET CLASS
AR
BR
CL
CO
MX
PE
US
Equities
Fixed income
Funds
Indices
Historical series since 1986Source: Economatica proprietary database, 2026
Data coverage

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.

AVAILABLEv1.0 · REST + WS

News API

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

180+ news/day800+ aggregations/daySentimentCVM integrated
api.econews.economatica.com
AVAILABLEv1 · REST

Fundamentals and Market data API

Fundamental indicators and multiples, end-of-day OHLC quotes, indices and benchmarks across all of B3, plus server-side portfolio optimisation and backtesting.

100+ indicatorsOHLC (EOD)BenchmarksPortfolio (Markowitz)
news-api.economatica.com/v1
AVAILABLEv1 · REST

Funds API

CVM universe of around 99k vehicles: registry, performance and risk, portfolio composition and overlap between funds.

~99k fundsPerformance & riskCompositionOverlap
news-api.economatica.com/v1
AVAILABLEv1 · REST

Fixed Income API

Debentures, CRA and CRI, government bonds and the yield curve, with rate, maturity and the issuer credit-risk read.

~2k debentures~6k CRA/CRITreasury + DI1Credit risk
news-api.economatica.com/v1

The four published APIs expose the Brazilian domains of the base (B3 and CVM). Regional series for the other six countries are available through the database and Data Feed; availability per country and per endpoint is confirmed during technical scoping.

197,065
ITEMS IN THE DATABASE

Assets, indices and indicators inventoried across the regional base, plus a daily flow of proprietary and aggregated news.

143,198Funds
19,631Private fixed income
19,522Stocks
5,153ADRs
5,120ETFs
2,055Government fixed income
674Macro indicators
617Fixed income indices
562Futures
258Equity indices
157Currencies
118Price indices
1,200News per day (flow)
Workflows

What teams build on the Economatica base.

01

Systematic trading

Structured news and sentiment streamed over WebSocket to support monitoring of relevant events on tracked assets, alongside quotes and reference data for execution logic.

02

Quantitative research

Quantitative models fed with structured data according to scope and licence, without depending on manual downloads or hand-assembled spreadsheets.

03

Backtesting and portfolio analytics

Historical series since 1986, benchmarks and server-side portfolio optimisation and backtesting, so strategy testing runs against a consistent base.

04

Fintech and broker products

Proprietary data, context and comparables embedded directly into client-facing screens under a B2B or B2B2C arrangement.

05

Risk, credit and compliance

Risk and decision models supplied with daily-updated inputs, issuer credit-risk reads and CVM documents, with governance and traceability on every call.

06

Dashboards, AI and data pipelines

Report and dashboard generation automated on top of the base, and native connection into AI agents and internal data platforms.

Technical surface

Built for institutional engineering.

Stable contracts, sandbox environments and API key governance, so the base can be brought into your own product without operational surprises.

01

REST and WebSocket

Pull over REST or streaming over WebSocket. Same base, two delivery modes per use case.

02

Authentication and governance

Key-based auth with HMAC signature or Bearer, rate limits and quota headers. Clients read their own usage from the API.

03

Rich metadata

Every response arrives classified: ticker, sector, theme, language, sentiment and relevance.

04

OpenAPI 3.1

Specification published in three languages, with interactive documentation to explore and test every endpoint.

05

Pagination and formats

Cursor pagination, lean or detailed responses and field selection, to move only what your pipeline needs.

06

Versioning and sandbox

Versioned contracts under /v1, a sandbox environment and ready examples to validate the integration before production.

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);
});
INTEGRATION PATH
01
Technical kickoff
Use case, endpoints, volumes and SLA mapped with the Economatica team.
02
Build in sandbox
Keys with synthetic data, versioned contracts and interactive documentation.
03
Deploy to production
Commercial terms, SLA and migration to production keys.

No engineering team available? The Economatica technology team can run the integration end to end, from technical scope to production handover.

Who trusts Economatica

Present across the financial market value chain.

Solutions used by organisations that invest, distribute, regulate, research and educate. 129 paying international clients already work with the base outside Brazil.

CLIENT PROFILES
Banks
Brokers
Asset managers
Family offices
Consultants
Listed companies
Public institutions
Universities
SELECTED CLIENTS
Why Economatica

Forty years of the same base, maintained by the same methodology.

Regional depth

Local coverage in seven countries across the Americas, collected and maintained by teams that work in those markets.

Normalisation

Filings, prices and fund data standardised into a single schema, so cross-country comparisons hold without manual reconciliation.

Proprietary methodology

Auditable criteria for indicators and multiples, the same base cited in academic research and used by regulators.

Historical continuity

Series maintained since 1986 under consistent treatment, which is what makes long backtests defensible.

Technical support

An engineering team that can scope, implement and hand over the integration, with documentation and monitoring.

Local knowledge

Commercial presence in Brazil, Mexico and the United States, with support in Portuguese, Spanish and English.

FAQ

Questions before you integrate.

Anything not covered here is answered during technical scoping, before any commercial commitment.

Request API Trial

Which APIs are available today?

Four domains over the same proprietary base: News, Fundamentals and Market data, Funds, and Fixed Income.

How far back does the history go?

The database has been maintained since 1986. Depth per series and per country is confirmed during scoping.

Which countries are covered?

Argentina, Brazil, Chile, Colombia, Mexico, Peru and the United States, organised by asset class. The four published APIs currently expose the Brazilian domains of the base.

REST or WebSocket?

Both. REST for structured on-demand queries, WebSocket for streaming updates. Same base, two delivery modes.

Is there documentation and a sandbox?

Yes. An OpenAPI 3.1 specification in three languages, interactive documentation, ready examples and a sandbox environment with synthetic data to validate the integration before production.

How is access authenticated and governed?

Access is by API key, authenticated by HMAC signature or Bearer token, with rate limits and quota headers the client can read directly from the API.

How does licensing and redistribution work?

Use is defined per contract by scope, internal, B2B or B2B2C. Redistribution to third parties is agreed case by case with the commercial team before production access.

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

The API serves structured, on-demand queries from systems that fetch dynamically. The Data Feed handles recurring or bulk delivery into data warehouses, data lakes and BI tools.

Sandbox access

Start with the sandbox, not with a contract.

Tell us what you are building. The Economatica team reviews the request, provisions a sandbox with synthetic data and delivers credentials securely.

WHAT HAPPENS AFTER YOU SUBMIT
01
Request received
Your details reach the Economatica screening queue.
02
Review by the Economatica team
Use case, datasets and estimated volumes are qualified. Typically within one business day.
03
Approval and sandbox provisioning
On approval, a sandbox environment with synthetic data is provisioned for your organisation.
04
Secure delivery of credentials
Keys are delivered over a secure channel to the work email you provided.
05
Technical onboarding
A technical contact walks through endpoints, limits and the path to production.

Access is not instant. Every request is reviewed before credentials are issued.

STEP 1 OF 2 · ABOUT YOU

Your details are used to qualify the request and prepare sandbox access. No pricing or plan commitment at this stage.