---
title: "Codex Monthly Report (Beta)"
description: "![Codex CLI monthly report](/codex-cli.jpeg)"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/monthly
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:31:14.251Z
license: CC-BY-4.0
attribution: "Codex Monthly Report (Beta) — Claudary (https://claudary.paisolsolutions.com/skills/monthly)"
---

# Codex Monthly Report (Beta)
![Codex CLI monthly report](/codex-cli.jpeg)

## Overview

# Codex Monthly Report (Beta)

![Codex CLI monthly report](/codex-cli.jpeg)

The `monthly` command mirrors ccusage's monthly report while operating on Codex CLI session logs.

```bash
# Recommended (fastest)
bunx @ccusage/codex@latest monthly

# Using npx
npx @ccusage/codex@latest monthly
```

## Options

| Flag                         | Description                                                                 |
| ---------------------------- | --------------------------------------------------------------------------- |
| `--since` / `--until`        | Filter to a specific date range (YYYYMMDD or YYYY-MM-DD) before aggregating |
| `--timezone`                 | Override the timezone used to bucket usage into months                      |
| `--locale`                   | Adjust month label formatting                                               |
| `--json`                     | Emit structured JSON instead of a table                                     |
| `--offline` / `--no-offline` | Force cached LiteLLM pricing or enable live fetching                        |
| `--compact`                  | Force compact table layout (same columns as a narrow terminal)              |

The output uses the same responsive table component as ccusage, including compact mode support, per-model token summaries, and a combined totals row.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/monthly) · https://claudary.paisolsolutions.com
