# Microsoft SEC Filings & Company Data

**Use case:** 

Find Microsoft SEC company registry and filing data with CIK, tickers, SIC codes, recent filings, last filing date, and official SEC links.

## Input

```json
{
  "sources": [
    "sec_edgar"
  ],
  "query": "Microsoft",
  "maxResults": 10,
  "secUserAgent": "CompanyRegistryFilingsAggregator/1.0 ApifyActor/fascinating_lentil",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source"
  },
  "query": {
    "label": "Query"
  },
  "entityId": {
    "label": "Entity ID"
  },
  "companyName": {
    "label": "Company"
  },
  "status": {
    "label": "Status"
  },
  "entityType": {
    "label": "Type"
  },
  "jurisdiction": {
    "label": "Jurisdiction"
  },
  "incorporationDate": {
    "label": "Incorporated"
  },
  "sicCodes": {
    "label": "SIC Codes"
  },
  "tickers": {
    "label": "Tickers"
  },
  "exchanges": {
    "label": "Exchanges"
  },
  "stateOfIncorporation": {
    "label": "State"
  },
  "accountsNextDue": {
    "label": "Accounts Next Due"
  },
  "lastFilingDate": {
    "label": "Last Filing"
  },
  "recentFilings": {
    "label": "Recent Filings"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped At"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Registry & Filings Aggregator](https://apify.com/fascinating_lentil/company-registry-filings-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fascinating_lentil/company-registry-filings-aggregator) to learn more, explore other use cases, and run it yourself.