# Portfolio Dividend & Earnings Calendar Monitoring

**Use case:** 

Track upcoming dividend dates and earnings reports for your investment portfolio holdings. Stay informed about crucial events that impact your passive income an

## Input

```json
{
  "tickers": [
    "KO",
    "PG",
    "JNJ",
    "HD",
    "VZ"
  ],
  "interval": "1d",
  "includeHistory": false,
  "includeFinancials": false,
  "includeDividends": true,
  "includeSplits": false,
  "includeNews": false,
  "includeRecommendations": false,
  "includeHolders": false,
  "includeOptions": false,
  "includeEarningsCalendar": true,
  "includeAnalystPriceTargets": false,
  "includeInsiderTransactions": false,
  "includeSustainability": false,
  "includeQuarterlyFinancials": false,
  "includeEarningsHistory": false,
  "concurrency": 5
}
```

## Output

```json
{
  "ticker": {
    "label": "Ticker",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "sector": {
    "label": "Sector",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "currentPrice": {
    "label": "Price",
    "format": "number"
  },
  "marketCap": {
    "label": "Market Cap",
    "format": "number"
  },
  "dayChangePercent": {
    "label": "%",
    "format": "number"
  },
  "summaryUrl": {
    "label": "Yahoo URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Yahoo Finance Scraper](https://apify.com/crawlerbros/yahoo-finance-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/yahoo-finance-scraper) to learn more, explore other use cases, and run it yourself.