Federal Reserve Enforcement Actions Actor avatar

Federal Reserve Enforcement Actions Actor

Pricing

Pay per usage

Go to Apify Store
Federal Reserve Enforcement Actions Actor

Federal Reserve Enforcement Actions Actor

Scrapes the Federal Reserve Board's enforcement-action dataset from the public JSON feeds and enriches each record with page-level document links when available.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Chris Hoover

Chris Hoover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrapes the Federal Reserve Board's public enforcement-actions dataset and emits structured records for monitoring, research, and compliance workflows.

What it does

  • Reads the Federal Reserve's recent and historical enforcement JSON feeds
  • Emits one record per action
  • Enriches source HTML pages to match board-order or attachment PDFs when present

Input

  • startUrls: enforcement page URLs, press release URLs, or the JSON feed URLs
  • maxItems: maximum number of records to emit
  • fetchDetails: whether to inspect the source HTML page for better document-link matching
  • delaySeconds: pause between feed requests
  • detailDelaySeconds: pause before detail-page requests

Output fields

FieldDescription
party_nameCombined institution or person name
banking_organizationBanking organization in the record
individual_nameIndividual in the record
individual_affiliationOrganization affiliation for the individual
action_typeAction type from the source feed
enforcement_categoryNormalized enforcement category
action_dateEffective/action date
termination_dateTermination date, if present
document_linkPrimary document or source link
board_order_linkBoard order or attachment PDF
press_release_linkPress release page, when available
source_urlOriginal source URL from the feed
source_labelFeed label such as Press Release

Use cases

  1. Track new enforcement actions as they are published.
  2. Build a historical compliance dataset for bank-risk analysis.
  3. Monitor terminations and order attachments without manual site checking.

Pricing

Recommended at $5.99 per 1,000 results.

Example costs:

  • 100 results: about $0.60
  • 500 results: about $3.00
  • 1,000 results: about $5.99
  • 5,000 results: about $29.95

Example output

{
"party_name": "Small Business Bank, Lenexa, Kansas",
"action_type": "Prompt Corrective Action",
"action_date": "2026-06-29",
"document_link": "https://www.federalreserve.gov/newsevents/pressreleases/files/enf20260702a1.pdf",
"board_order_link": "https://www.federalreserve.gov/newsevents/pressreleases/files/enf20260702a1.pdf",
"press_release_link": "https://www.federalreserve.gov/newsevents/pressreleases/enforcement20260702a.htm",
"source_label": "Press Release"
}
{
"party_name": "Jason Burns",
"individual_affiliation": "Bank of Eufaula and S N B Bancshares, Inc.",
"action_type": "Cease and Desist Order",
"action_date": "2026-06-17",
"document_link": "https://www.federalreserve.gov/newsevents/pressreleases/files/enf20260625b1.pdf",
"board_order_link": "https://www.federalreserve.gov/newsevents/pressreleases/files/enf20260625b1.pdf",
"press_release_link": "https://www.federalreserve.gov/newsevents/pressreleases/enforcement20260625b.htm",
"source_label": "Press Release"
}