# New US Bank Charter Tracker - De-Novo Feed

**Use case:** 

Ready-to-run FDIC de-novo bank charter feed for the whole US: charter date, city, state, bank class, holding company and opening total assets.

## Input

```json
{
  "mode": "denovo",
  "sinceDays": 365,
  "sinceDate": "2019-01-01",
  "dateField": "processed",
  "states": [],
  "changeCodes": [],
  "maxResults": 200,
  "resolveMissingNames": true,
  "enrichFinancials": true
}
```

## Output

```json
{
  "effectiveDate": {
    "label": "Effective date",
    "format": "string"
  },
  "eventType": {
    "label": "Event type",
    "format": "string"
  },
  "institutionName": {
    "label": "Institution",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "acquirerName": {
    "label": "Acquirer",
    "format": "string"
  },
  "targetName": {
    "label": "Target",
    "format": "string"
  },
  "survivorName": {
    "label": "Surviving institution",
    "format": "string"
  },
  "changeCode": {
    "label": "FDIC change code",
    "format": "integer"
  },
  "eventId": {
    "label": "Event ID",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [FDIC Bank M&A, Charter & Structure-Change Monitor](https://apify.com/malonestar/fdic-structure-change-delta-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/fdic-structure-change-delta-monitor) to learn more, explore other use cases, and run it yourself.