# Explain the most active stocks today

**Use case:** 

Gets 3 currently most active stocks and provides explanations for the trend.

## Input

```json
{
  "trendType": "most-active",
  "stocksAmount": 3
}
```

## 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 [Finance Trends](https://securitybyobscurity.apify.com/fundamental_bee/finance-trends) with a specific input configuration. Visit the [Actor detail page](https://securitybyobscurity.apify.com/fundamental_bee/finance-trends) to learn more, explore other use cases, and run it yourself.