# Export Berkshire Hathaway holdings

**Use case:** 

Export Berkshire Hathaway Inc Q2 2024 13F holdings as clean Apify dataset rows for spreadsheet research.

## Input

```json
{
  "managerName": "Berkshire Hathaway Inc",
  "quarter": "Q2 2024"
}
```

## Output

```json
{
  "managerName": {
    "label": "Manager name",
    "format": "string"
  },
  "managerCik": {
    "label": "Manager CIK",
    "format": "string"
  },
  "reportPeriod": {
    "label": "Report period",
    "format": "string"
  },
  "filingAccessionNumber": {
    "label": "Filing accession number",
    "format": "string"
  },
  "sourceRowNumber": {
    "label": "Source row number",
    "format": "integer"
  },
  "symbol": {
    "label": "Symbol",
    "format": "string"
  },
  "issuerName": {
    "label": "Issuer name",
    "format": "string"
  },
  "securityClass": {
    "label": "Security class",
    "format": "string"
  },
  "cusip": {
    "label": "CUSIP",
    "format": "string"
  },
  "valueUsdThousands": {
    "label": "Value USD thousands",
    "format": "number"
  },
  "portfolioPercent": {
    "label": "Portfolio percent",
    "format": "number"
  },
  "shares": {
    "label": "Shares",
    "format": "number"
  },
  "principal": {
    "label": "Principal",
    "format": "number"
  },
  "optionType": {
    "label": "Option type",
    "format": "string"
  },
  "reportUrl": {
    "label": "Report URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC 13F Manager Quarterly Report Scraper](https://apify.com/maximedupre/sec-13f-manager-quarterly-report-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/sec-13f-manager-quarterly-report-scraper) to learn more, explore other use cases, and run it yourself.