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
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.
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.