Skip to main content
POST
/
api
/
labs
/
diagnostics
Run ACF, PACF, Ljung-Box, Jarque-Bera, ARCH-LM tests
curl --request POST \
  --url https://macrobymark.com/api/labs/diagnostics \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "seriesId": "<string>",
  "tests": [
    "acf"
  ],
  "transformations": [
    "<string>"
  ],
  "acfMaxLag": 123,
  "pacfMaxLag": 123,
  "ljungBoxLags": 123,
  "archLmLags": 123
}
'

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

Body

application/json
seriesId
string
required
tests
enum<string>[]
required
Available options:
acf,
pacf,
ljungbox,
jarquebera,
archlm
transformations
string[]
acfMaxLag
integer
pacfMaxLag
integer
ljungBoxLags
integer
archLmLags
integer

Response

200

Diagnostic results