# Most Active Stock Options Today

**Use case:** 

Analyze the five most active stock options. Gain insights into price movements, volume spikes, and market sentiment in real-time.

## Input

```json
{
  "trendType": "most-active",
  "optionsAmount": 5
}
```

## Output

```json
{
  "entity.symbol": {
    "label": "Symbol",
    "format": "string"
  },
  "entity.name": {
    "label": "Name",
    "format": "string"
  },
  "explanations": {
    "label": "Explanations of the trend",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Stock Option Trends Analyzer](https://apify.com/young_billionaires/stock-option-trends-analyzer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/young_billionaires/stock-option-trends-analyzer) to learn more, explore other use cases, and run it yourself.