---
title: "Get Series Stats"
method: GET
path: "/api/v1/macro/{series_name}/stats"
tags: ["macro"]
---

# Get Series Stats

`GET /api/v1/macro/{series_name}/stats`

Statistics for a macro series.

Level series (Selic, CDI, PTAX) get price-style change/return math. Rate-of-change
series (IPCA, IGP-M) get compounded accumulation instead: a percent change *of* a
percent change is meaningless, and dividing by a negative prior month (IGP-M
deflates regularly) flips the sign. `series_kind` tells the two apart.

## Path parameters

- `series_name` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usebolsai/apis/bolsai.md) · [All operations](https://skmtc.net/usebolsai/apis/bolsai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usebolsai/bolsai/versions/4ff1922c6a7f/schema)
