Skip to main content
GET
/
api
/
forecast
/
series
List all series available for forecasting
curl --request GET \
  --url https://macrobymark.com/api/forecast/series \
  --header 'X-API-Key: <api-key>'
{
  "series": [
    {
      "slug": "<string>",
      "provider": "<string>",
      "providerSeries": "<string>",
      "conceptKey": "<string>",
      "frequency": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.macrobymark.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Forecast-eligible series

series
object[]