Totals in a documentation page age. The live, authoritative breadth summary is
GET /v1/public/coverage, and the full machine-readable indicator list is GET /v1/canonical-indicators. Treat those as the source of truth and the figures here as a snapshot.What coverage means
Coverage in Conduit has three axes:Countries
The set of countries (ISO 3166-1 alpha-3 codes plus a few region codes) that carry canonical macro indicators.
Indicator categories
The public canonical indicators, grouped into categories such as inflation, labor, growth, rates, housing, and external.
Source institutions
The official publishers of record behind the values, surfaced through around 97 source connectors.
Covered countries
Conduit carries canonical macro indicators across 35 countries and region codes, grouped below by region for readability. The codes are the values you pass to thecountry filter on observation and screener endpoints.
Americas
Americas
| Code | Coverage |
|---|---|
| USA | United States |
| CAN | Canada |
| MEX | Mexico |
| BRA | Brazil |
| CHL | Chile |
Europe
Europe
| Code | Coverage |
|---|---|
| EUR | Euro area (canonical) |
| EMU | Euro area (alternate) |
| DEU | Germany |
| FRA | France |
| ITA | Italy |
| ESP | Spain |
| NLD | Netherlands |
| GBR | United Kingdom |
| CHE | Switzerland |
| SWE | Sweden |
| NOR | Norway |
| DNK | Denmark |
| CZE | Czechia |
| POL | Poland |
| TUR | Turkey |
EUR and EMU both denote the euro area. EUR is the canonical euro-area code used for harmonized euro-area indicators; EMU appears in the catalog as an alternate. Prefer EUR unless an indicator is published only under EMU.Asia-Pacific
Asia-Pacific
| Code | Coverage |
|---|---|
| JPN | Japan |
| CHN | China |
| HKG | Hong Kong |
| KOR | South Korea |
| IND | India |
| IDN | Indonesia |
| SGP | Singapore |
| THA | Thailand |
| AUS | Australia |
| NZL | New Zealand |
Middle East & Africa
Middle East & Africa
| Code | Coverage |
|---|---|
| ARE | United Arab Emirates |
| SAU | Saudi Arabia |
| QAT | Qatar |
| ISR | Israel |
| ZAF | South Africa |
Indicator categories
The public canonical indicators are grouped into categories. Not every category is populated for every country, so useGET /v1/public/coverage for the live per-category breadth and GET /v1/canonical-indicators for the full indicator list.
| Category | What it contains |
|---|---|
inflation | CPI inflation YoY, core CPI, CPI index, core CPI index, PCE price index, core PCE price index, PPI, plus per-country CPI YoY. |
labor | Unemployment rate, nonfarm payroll employment, initial jobless claims, plus per-country unemployment. |
growth | Real GDP growth and GDP growth, per country. |
rates | Policy rate, 3-month money-market benchmark rate, 10-year government bond yield, 10Y-3M yield-curve spread, per country. |
housing | Housing starts, building permits (US). |
external | Trade balance, exports, imports (US). |
income | Personal income (US). |
consumption | Retail sales (US). |
The public surface is macro and global-markets data plus Conduit’s own derived signals. There is no FX-rate indicator category, and raw real-time market price-tick data is deliberately not part of the public product. See Macro indicators and Derived analytics for the queryable series.
Source institutions
Every value traces back to an institution of record. The named publishers below are a representative set; in total Conduit runs around 97 source connectors. Each observation carries the named source, the source URL, and a raw payload reference, all retrievable throughGET /v1/provenance/observations/{observationId}.
FRED
Federal Reserve Bank of St. Louis economic data.
BLS
US Bureau of Labor Statistics (CPI, employment).
ECB
European Central Bank.
OECD
OECD statistical databases.
BIS
Bank for International Settlements.
SEC EDGAR
US Securities and Exchange Commission XBRL filings.
Eurostat
Statistical office of the European Union.
Bank of England
United Kingdom central bank.
Bank of Japan
Japan central bank.
CFTC
Commitments of Traders positioning data.
Source attribution and the source URL travel inline on every observation (
provider, sourceUrl). For the full auditable chain (the ingestion run and raw payload reference metadata), call GET /v1/provenance/observations/{observationId}.Query live breadth
GET /v1/public/coverage returns the current catalog totals, the public indicator categories, and the list of covered countries in one call. Use it instead of hardcoding figures, so your application always reflects the current breadth.
Response
Like every Conduit response, the payload is wrapped in the standard envelope (data, meta, requestId). The data object reports breadth across the three axes.
The coverage summary.
Standard response metadata:
request_id, requestId, api_version, and pagination.Echo of the request identifier for tracing and support.
Related
Macro indicators
The canonical macro series and how to query them.
Companies
The SEC scored-company universe.
Derived analytics
Conduit’s own stored signals and their inputs.