NCUA Credit Union Directory Scraper avatar

NCUA Credit Union Directory Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
NCUA Credit Union Directory Scraper

NCUA Credit Union Directory Scraper

Extract the full NCUA roster of federally-insured credit unions nationwide. Filter by state, name, and year opened. Includes charter number, address, region, district, and insured date — ideal for fintech and compliance vendors.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Compute Edge

Compute Edge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Extract the full roster of federally-insured credit unions published by the National Credit Union Administration (NCUA). This actor downloads the official NCUA call-report data file and outputs structured records for every credit union in the United States — complete with charter number, legal name, address, NCUA region, district, year chartered, and federal insurance date.

Features

  • Complete national coverage — ~4,800+ federally insured credit unions nationwide
  • Auto-discovers the latest data — no hardcoded dates; the actor fetches the current quarter's data automatically
  • Filter by state — extract only credit unions chartered in a specific state (e.g., CA, TX, NY)
  • Filter by name — case-insensitive substring match (e.g., teachers, community, federal)
  • Filter by year chartered — range filter on YEAR_OPENED
  • Official regulatory source — data comes directly from NCUA's quarterly call report, updated every quarter
  • Structured JSON output — all fields mapped to clean, consistently named output properties

Output Fields

FieldDescription
cuNameFull legal name of the credit union
cityCity of the main office
state2-letter state code (e.g., CA)
cuNumberNCUA charter number (unique identifier)
regionNCUA supervisory region
districtNCUA supervisory district
yearOpenedYear the credit union was chartered
insuredDateDate federal share insurance was granted
streetStreet address of main office
zipCodeZIP code
charterStateState where charter was issued
cuTypeCredit union type code
peerGroupNCUA peer group classification
isMDIMinority Depository Institution flag
limitedIncLow-income designation flag
congressionalDistrictCongressional district
countyCodeCounty FIPS code

How to Scrape NCUA Credit Union Data

Follow these steps to extract the credit union directory:

  1. Open the Actor in Apify Console and click Try for free or Start.
  2. Set your filters (all optional):
    • State — enter a 2-letter code (e.g., TX) to limit to one state
    • Name Filter — enter a keyword like teachers to match credit unions by name
    • Min / Max Year Opened — narrow to credit unions chartered in a date range
    • Max Results — cap output size (default 500; set to 0 for all records)
  3. Click Run. The actor downloads the latest NCUA quarterly data file (~1–5 MB), extracts the credit union roster, applies your filters, and writes records to the dataset.
  4. Export results as JSON, CSV, or Excel from the Dataset tab.

Typical runtime: 30–90 seconds for a full national extract.


Pricing

  • Cost: $0.003 per result (standard per-row pricing)
  • Compute: Apify charges compute separately (~$0.01–0.05 per run at default 512 MB memory)
  • Full national extract (~4,800 results): approximately $0.015 in actor pricing + minimal compute
  • State-filtered extract (e.g., California ~500 results): under $0.002 in actor pricing

Input / Output Examples

Input

{
"state": "CA",
"nameFilter": "",
"minYearOpened": 0,
"maxYearOpened": 9999,
"maxResults": 500
}

Output (sample record)

{
"cuNumber": 566,
"cycleDate": "3/31/2026 0:00:00",
"cuName": "NUVISION",
"city": "HUNTINGTON BEAC",
"state": "CA",
"charterState": "CA",
"zipCode": "92647",
"street": "7812 EDINGER AVE",
"attentionOf": "",
"region": "3",
"district": "10",
"yearOpened": 1935,
"cuType": "1",
"peerGroup": "6",
"isMDI": "False",
"limitedInc": "0",
"insuredDate": "1/4/1971 0:00:00",
"congressionalDistrict": "47",
"countyCode": "59"
}

Use Cases

  • Fintech & Core Banking Vendors — identify every potential credit union client in a target state with charter type and size tier (peer group)
  • Compliance Software Sales — target credit unions by charter year, region, or minority depository status
  • B2B Sales Teams — build qualified prospect lists for any financial-services product sold into credit unions
  • Market Research — map the credit union landscape by state, region, or year chartered
  • Data Enrichment — match against your CRM using the official NCUA charter number as a stable identifier

FAQ

Q: How current is the data? A: The actor fetches the most recent NCUA quarterly call report file available. NCUA publishes updates quarterly (March, June, September, December data). The actor auto-discovers the latest available file.

Q: How many credit unions are in the dataset? A: Approximately 4,700–5,000 federally-insured credit unions nationwide, depending on the quarter.

Q: Can I get branch-level data? A: This actor covers the main FOICU.txt file (credit union headquarters/charter records). The NCUA ZIP also includes a branch information file, which is not included in this actor's scope.

Q: What is the cuType field? A: This is a numeric code from NCUA's raw data file. Common values: 1 = Federal Credit Union (FCU), 2 = State-Chartered Credit Union (SCC). Federal credit unions are regulated directly by NCUA; state-chartered credit unions are regulated by state authorities but federally insured through NCUA.

Q: What does isMDI mean? A: Minority Depository Institution — a designation for credit unions primarily serving minority communities. A value of 1 means the credit union holds MDI status.

Q: Is this data legal to scrape? A: Yes. This data is published by a US federal regulatory agency (NCUA) and is in the public domain. It is not personal consumer data — it is institutional/business data about chartered financial institutions.


This actor accesses data published by the National Credit Union Administration (NCUA), a US federal agency. The data is publicly available at ncua.gov and constitutes official regulatory records, not personal consumer data. Use of this data is subject to applicable laws and NCUA's terms of use. This actor is not affiliated with or endorsed by the NCUA.

For questions or support, contact Apify support.