# Compare Big Tech Financials - Apple, Microsoft & Nvidia

**Use case:** 

Compare annual financials for Apple, Microsoft, Google, Amazon, Nvidia, and Meta side by side: revenue, margins, net income, EPS, and cash flow from SEC EDGAR.

## Input

```json
{
  "companies": [
    "AAPL",
    "MSFT",
    "GOOGL",
    "AMZN",
    "NVDA",
    "META"
  ],
  "periodType": "annual",
  "maxPeriods": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "ticker": {
    "label": "Ticker"
  },
  "company": {
    "label": "Company"
  },
  "fiscalYear": {
    "label": "FY"
  },
  "periodEnd": {
    "label": "Period end"
  },
  "form": {
    "label": "Form"
  },
  "revenue": {
    "label": "Revenue"
  },
  "grossProfit": {
    "label": "Gross profit"
  },
  "operatingIncome": {
    "label": "Op income"
  },
  "netIncome": {
    "label": "Net income"
  },
  "epsDiluted": {
    "label": "EPS (dil)"
  },
  "totalAssets": {
    "label": "Total assets"
  },
  "totalEquity": {
    "label": "Equity"
  },
  "operatingCashFlow": {
    "label": "Op cash flow"
  },
  "freeCashFlow": {
    "label": "Free cash flow"
  },
  "netMargin": {
    "label": "Net margin"
  },
  "returnOnEquity": {
    "label": "ROE"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC Financials API - EDGAR Income, Balance & Cash Flow](https://apify.com/webdata_labs/sec-financials-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/sec-financials-api) to learn more, explore other use cases, and run it yourself.