Skip to main content
GET
/
api
/
indicators
/
{slug}
/
revisions
Revision history for vintage-capable providers
curl --request GET \
  --url https://macrobymark.com/api/indicators/{slug}/revisions \
  --header 'X-API-Key: <api-key>'
{
  "provider": "<string>",
  "seriesId": "<string>",
  "vintageDate": "<string>",
  "observations": "<array>",
  "fetchedAt": "2023-11-07T05:31:56Z"
}

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

Path Parameters

slug
string
required

Query Parameters

vintageDate
string<date>

Vintage date (YYYY-MM-DD). Defaults to 90 days ago.

Response

200 - application/json

Revision data

provider
string
seriesId
string
vintageDate
string
observations
array
fetchedAt
string<date-time>