# Competitor Financial Statements & Key Metrics Annually

**Use case:** 

Extract comprehensive annual financial statements (income, balance, cash flow) for direct competitors. Gain deep insights into their financial health, performan

## Input

```json
{
  "tickers": [
    "MCD",
    "SBUX",
    "CMG"
  ],
  "interval": "1d",
  "includeHistory": false,
  "includeFinancials": true,
  "includeDividends": false,
  "includeSplits": false,
  "includeNews": false,
  "includeRecommendations": false,
  "includeHolders": false,
  "includeOptions": false,
  "includeEarningsCalendar": false,
  "includeAnalystPriceTargets": false,
  "includeInsiderTransactions": false,
  "includeSustainability": false,
  "includeQuarterlyFinancials": false,
  "includeEarningsHistory": false,
  "concurrency": 3
}
```

## 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.