Browse the live provider catalog →
The authoritative list of providers — with their popular series, parameters, and key requirements — lives at alphacast.io/explore/apis.
Available providers
| Slug | Provider | Category |
|---|---|---|
a3 | A3 Mercados (Matba/Rofex) | Markets |
abs | Australian Bureau of Statistics | Statistics |
banrep | Banco de la República (Colombia) | Central bank |
banxico | Banxico — Banco de México | Central bank |
bcch | Banco Central de Chile (BDE) | Central bank |
bcb-opendata | BCB — Banco Central do Brasil | Markets |
bcra | BCRA — Banco Central de la República Argentina | Central bank |
bcrp | BCRP — Banco Central de Reserva del Perú | Central bank |
bea | U.S. Bureau of Economic Analysis | U.S. federal |
bis | BIS — Bank for International Settlements | Markets |
bls | U.S. Bureau of Labor Statistics | Statistics |
boc | Bank of Canada (Valet) | Central bank |
boe | Bank of England | Central bank |
boi | Bank of Israel | Central bank |
cepalstat | CEPALSTAT (ECLAC) | Curated |
coingecko | CoinGecko | Markets |
ecb | European Central Bank | Central bank |
eia | U.S. Energy Information Administration | U.S. federal |
eurostat | Eurostat | Statistics |
faostat | FAO FAOSTAT | Statistics |
fred | Federal Reserve Economic Data (St. Louis Fed) | U.S. federal |
hkma | Hong Kong Monetary Authority | Central bank |
ilo | International Labour Organization | International |
imf | International Monetary Fund | International |
inegi | INEGI (Mexico) | Statistics |
insee | INSEE (France) | Statistics |
mae | MAE — Mercado Abierto Electrónico (Argentina) | Markets |
norges | Norges Bank | Central bank |
oecd | OECD Statistics | Statistics |
opendosm | OpenDOSM (Malaysia) | Statistics |
owid | Our World in Data | Curated |
scb | Statistics Sweden | Statistics |
sidra | IBGE SIDRA (Brazil) | Statistics |
ssb | Statistics Norway | Statistics |
taiwan-cbc | Central Bank of Taiwan (CBC DataAPI) | Central bank |
unicef | UNICEF Data Warehouse | International |
unsd | UN Statistics Division | Statistics |
worldbank | World Bank Open Data | International |
Not all providers support all three capability modes. Check the
capabilities array in GET /providers/{slug} to know which modes are available for a given provider.Provider capabilities
hierarchical— Browse the provider’s catalog as a tree of categories. UseGET /providers/{slug}/browseto navigate.search— Search across the provider’s catalog by keyword. UseGET /providers/{slug}/search?q=your+query.direct— Fetch a specific series if you already know its ID. UseGET /providers/{slug}/series/{seriesId}.
API endpoints
The base URL for all provider operations ishttps://api.alphacast.io.
| Method | Endpoint | Description |
|---|---|---|
GET | /providers | List all available providers |
GET | /providers/{slug} | Get a single provider’s details and capabilities |
GET | /providers/{slug}/browse | Browse the provider’s catalog hierarchically |
GET | /providers/{slug}/search | Search a provider’s catalog |
GET | /providers/{slug}/series/{seriesId} | Preview the last 24 data points for a series |
POST | /providers/{slug}/series/{seriesId}/data | Fetch the full series data |
PUT | /user-keys/{slug} | Store your personal API key for a provider |
Listing all providers
Browsing hierarchically
For providers with thehierarchical capability, you can navigate the catalog tree using the path parameter. Start at the root and drill down by appending path segments.
Searching a provider
Fetching a FRED series
Once you know a series ID, fetch a preview (last 24 data points) with a GET request, or the full dataset with a POST.Storing a provider API key
Some providers — including FRED and BLS — require their own API key to access higher rate limits or restricted data. You can store your key in Alphacast so it is used automatically whenever you fetch from that provider.null or an empty string as the api_key value.