# Market Data Commands Reference

This document provides a reference for the market data commands available in the Polygon CLI.

## Commands

### market-status
Get the prompt status of the market.

**Usage:**
```bash
npx --yes massive market-status
```

**Parameters:**
None.

**Example:**
```bash
npx --yes massive market-status
```

### market-holidays
Get upcoming market holidays.

**Usage:**
```bash
npx --yes massive market-holidays
```

**Parameters:**
None.

**Example:**
```bash
npx --yes massive market-holidays
```
