# Trending stocks analyzer

**Use case:** Track financial markets & trading data

Analyze trending stocks and their movements with AI-driven insights. Get real-time explanations for stock price changes.

## Input

```json
{
  "trendType": "trending",
  "stocksAmount": 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 Trends Analyzer](https://apify.com/young_billionaires/stock-trends-analyzer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/young_billionaires/stock-trends-analyzer) to learn more, explore other use cases, and run it yourself.