Skip to main content

Macro Tier-1 Official Sources

OMNI Datastream provides allocator-grade macro data from official government sources — not third-party aggregators.

Coverage

Launch Ring (Tier-1)

CountrySeries CountPrimary Sources
US32FRED/ALFRED, BLS, Census
China14NBS, PBoC, SAFE
Japan10BOJ, MOF, Cabinet Office
Taiwan7DGBAS, CBC
Israel8CBS, BOI

Expansion Ring

CountryStatus
South KoreaPlanned
IndiaPlanned
BrazilPlanned
UKPlanned
EurozonePlanned
CanadaPlanned

Endpoints

Search Indicators

curl "https://api.secapi.ai/v1/macro/search?q=gdp" \
  -H "x-api-key: $OMNI_DATASTREAM_API_KEY"

Get Observations

curl "https://api.secapi.ai/v1/macro/indicators?series=US_GDP&limit=10" \
  -H "x-api-key: $OMNI_DATASTREAM_API_KEY"

Release Calendar

curl "https://api.secapi.ai/v1/macro/calendar" \
  -H "x-api-key: $OMNI_DATASTREAM_API_KEY"

High-Signal Pack (Country Bundle)

curl "https://api.secapi.ai/v1/macro/high-signal-pack?country=CN" \
  -H "x-api-key: $OMNI_DATASTREAM_API_KEY"
Returns the curated set of indicators for a country with source provenance and revision metadata.

Macro Regimes

curl "https://api.secapi.ai/v1/macro/regimes" \
  -H "x-api-key: $OMNI_DATASTREAM_API_KEY"
Returns current macro regime classification per country (expansion, contraction, recovery, overheating).

Source Provenance

Every observation includes:
  • Source: The official government agency
  • Revision status: Whether this is a preliminary, revised, or final release
  • Release calendar: When the next update is expected
  • Fallback policy: DBnomics is used as fallback only when official APIs are unavailable