# Bank M&A Deal Flow - Texas & Oklahoma Banks

**Use case:** 

Ready-to-run FDIC bank merger and acquisition feed for Texas and Oklahoma: acquirer, target, deal date, total assets, deposits and holding company.

## Input

```json
{
  "mode": "mergers",
  "sinceDays": 365,
  "sinceDate": "2023-01-01",
  "dateField": "processed",
  "states": [
    "TX",
    "OK"
  ],
  "changeCodes": [],
  "maxResults": 250,
  "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.