# 13F Institutional Portfolio Tracker

**Use case:** 

Get recent 13F-HR filings from institutional managers like Renaissance Technologies. Access filing dates and SEC links without a login.

## Input

```json
{
  "managers": [
    "0001067983",
    "0001350694",
    "Renaissance Technologies"
  ],
  "sinceDays": 365,
  "maxConcurrency": 3
}
```

## Output

```json
{
  "manager": {
    "label": "Manager (input)",
    "format": "text"
  },
  "companyName": {
    "label": "Company name",
    "format": "text"
  },
  "cik": {
    "label": "CIK",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "matchConfidence": {
    "label": "Match confidence",
    "format": "number"
  },
  "matchBasis": {
    "label": "Matched on",
    "format": "text"
  },
  "candidates": {
    "label": "Other candidates",
    "format": "array"
  },
  "filingsCount": {
    "label": "# 13F filings",
    "format": "number"
  },
  "recentFilings": {
    "label": "Recent filings",
    "format": "array"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [13F Portfolio Tracker](https://apify.com/zinin/thirteen-f-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/thirteen-f-tracker) to learn more, explore other use cases, and run it yourself.