# AI-Powered Stock Market Analysis Tool

**Use case:** 

Get instant explanations for stock price movements using real-time data and news sentiment analysis. Try it now!

## Input

```json
{
  "trendType": "most-active",
  "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 [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.