# Multi-ticker insider trades watchlist

**Use case:** 

analyst monitoring several issuers in one scheduled run.

## Input

```json
{
  "tickers": [
    "AAPL",
    "MSFT"
  ],
  "formTypes": [
    "4"
  ],
  "maxFilings": 8,
  "includeDerivativeTransactions": false,
  "includeFootnotes": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "cik": {
    "label": "Issuer CIK",
    "format": "string"
  },
  "issuerName": {
    "label": "Issuer name",
    "format": "string"
  },
  "accessionNumber": {
    "label": "Accession number",
    "format": "string"
  },
  "formType": {
    "label": "Form type",
    "format": "string"
  },
  "filedAt": {
    "label": "Filed date",
    "format": "string"
  },
  "reportingOwnerName": {
    "label": "Reporting owner",
    "format": "string"
  },
  "isDirector": {
    "label": "Director",
    "format": "boolean"
  },
  "isOfficer": {
    "label": "Officer",
    "format": "boolean"
  },
  "transactionDate": {
    "label": "Transaction date",
    "format": "string"
  },
  "transactionCode": {
    "label": "Transaction code",
    "format": "string"
  },
  "transactionAcquiredDisposedCode": {
    "label": "Acquired/disposed",
    "format": "string"
  },
  "securityTitle": {
    "label": "Security title",
    "format": "string"
  },
  "shares": {
    "label": "Shares",
    "format": "number"
  },
  "pricePerShare": {
    "label": "Price per share",
    "format": "number"
  },
  "transactionValue": {
    "label": "Transaction value",
    "format": "number"
  },
  "sharesOwnedFollowingTransaction": {
    "label": "Shares owned after",
    "format": "number"
  },
  "ownershipNature": {
    "label": "Ownership nature",
    "format": "string"
  },
  "isDerivative": {
    "label": "Derivative",
    "format": "boolean"
  },
  "filingUrl": {
    "label": "Filing URL",
    "format": "string"
  },
  "xmlUrl": {
    "label": "XML URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC Form 4 Insider Trades Scraper](https://apify.com/fetch_cat/sec-form-4-insider-trades-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/sec-form-4-insider-trades-scraper) to learn more, explore other use cases, and run it yourself.