# SEC 8-K Item 2.02 Earnings Release Feed

**Use case:** 

Get SEC 8-K Item 2.02 earnings releases for a watchlist as JSON: parsed press release, guidance sentences, and sentiment scores.

## Input

```json
{
  "tickers": [
    "AAPL",
    "MSFT",
    "NVDA",
    "TSLA",
    "AMZN",
    "META",
    "GOOGL"
  ],
  "dataType": "filings",
  "filingsLimit": 8,
  "transcriptsLimit": 4,
  "itemCodes": [
    "2.02"
  ],
  "includeFullText": false,
  "metadataOnly": false,
  "onlyNew": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Record Type",
    "format": "string"
  },
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "eventDate": {
    "label": "Event Date",
    "format": "string"
  },
  "itemCodes": {
    "label": "8-K Items",
    "format": "array"
  },
  "fiscalQuarter": {
    "label": "Fiscal Quarter",
    "format": "string"
  },
  "sentimentNet": {
    "label": "Sentiment Net",
    "format": "number"
  },
  "guidanceSentences": {
    "label": "Guidance Sentences",
    "format": "array"
  },
  "url": {
    "label": "Filing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Earnings Call Transcript API - SEC 8-K Filings Parser & Monitor](https://apify.com/johnvc/earnings-call-transcript-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/earnings-call-transcript-api) to learn more, explore other use cases, and run it yourself.