Bank & Financial Institution Lookup Scraper
Pricing
Pay per usage
Bank & Financial Institution Lookup Scraper
Look up any US or international financial institution in seconds. Get FFIEC bank records, NYSE and Euronext listings and CFTC COT data combined. Pull legal name, charter type, branches, regulator, ticker and trading status. Built for KYC, fintech and equity research.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
16 hours ago
Last modified
Categories
Share

🏦 Bank & Financial Institution Lookup Scraper
🚀 All-in-one bundle: queries 4 sources in one run. FFIEC/FDIC banks, NYSE listings, Euronext equities, CFTC COT reports.
🕒 Last updated: 2026-05-27 · 📊 10 fields per record · 4 financial directories · US + Europe coverage
Bank & Financial Institution Lookup Scraper is a single combo Actor that queries four authoritative financial directories in parallel and returns one unified dataset. Each record is tagged with its source so analysts, journalists and fintech builders can sweep banks, listed equities, and commodity positioning in one run.
The bundle covers the FDIC institutions API (active US banks via FFIEC data), the NYSE listings directory, Euronext live equities across Paris/Amsterdam/Brussels/Lisbon, and the CFTC Commitments of Traders public reporting feed.
| 🎯 Target Audience | 💡 Primary Use Cases |
|---|---|
| Financial analysts | Cross-market reference data |
| Fintech and KYB | Bank and ticker enrichment |
| Journalists | Tracking listings and positioning |
| Data engineers | Building reference tables |
📋 What this Scraper does
- Calls the FDIC institutions API for active US banks (name, CERT, class, city, state, assets).
- POSTs the NYSE quotes filter endpoint for equity listings (ticker, name, MIC code).
- POSTs Euronext's stocks data endpoint for equities across XPAR, XAMS, XBRU, XLIS.
- GETs the CFTC Socrata endpoint for COT report rows (open interest, long/short positions).
- Normalizes into one schema with
source,name,ticker,id,country,exchange,category,url.
💡 Why it matters: one Actor, four sources, one schema - perfect for KYB pipelines and cross-market dashboards.
🎬 Full Demo
🚧 Coming soon
⚙️ Input
| Field | Type | Description |
|---|---|---|
query | string | Optional substring filter on name/ticker |
sources | array | Subset of ffiec, nyse, euronext, cftc |
maxItems | integer | Free: 10 · Paid: up to 1,000,000 |
proxyConfiguration | object | Optional Apify Proxy config |
{ "maxItems": 25 }
{ "query": "bank", "sources": ["ffiec", "nyse"], "maxItems": 100 }
⚠️ Good to Know: Euronext's data endpoint requires a POST with
X-Requested-With: XMLHttpRequest. The Actor handles that.
📊 Output
| Field | Type | Description |
|---|---|---|
🌐 source | string | One of ffiec, nyse, euronext, cftc |
📌 name | string | Institution / listing / contract name |
🏷️ ticker | string | Ticker or contract code |
🪪 id | string | Source-specific identifier (CERT, ISIN, etc.) |
📍 country | string | Country or market |
🏛️ exchange | string | Exchange name |
📋 category | string | Bank class, instrument type, or commodity |
🔗 url | string | Source-specific URL |
🕒 scrapedAt | string | ISO timestamp |
❌ error | string | Populated only on failure |
✨ Why choose this Actor
| 🏦 Four directories, one schema | One Actor, one dataset |
| ⚡ Parallel fetch | Promise.allSettled keeps slow sources from blocking |
| 🌍 Public data only | No accounts, no API keys |
| 📥 tabular / spreadsheet / tabular / tabular | Native Apify pull |
📈 How it compares to alternatives
| This Actor | Per-source actors | Paid market-data | |
|---|---|---|---|
| Inputs | 1 | 4 | 1 |
| Free tier | ✅ 10 items | ✅ | ❌ |
| No API key | ✅ | ✅ | ❌ |
🚀 How to use
- Create a free account w/ $5 credit.
- Open the Actor and pick which directories to query.
- Optional: set
queryto filter by name or ticker. - Run and pull tabular/spreadsheet/tabular/tabular.
- Schedule to refresh reference tables.
💼 Business use cases
KYB enrichment
Add bank class and FDIC certificate to onboarding records.
Cross-market dashboards
Compare US and European listings in one feed.
Research
Track CFTC positioning trends weekly.
Reference data
Build internal lookup tables for ISIN/ticker/CERT.
🔌 Automating this Scraper
Use Make, Zapier, Slack, Airbyte, GitHub Actions, Google Drive, Webhooks.
🌟 Beyond business use cases
Research
Academic studies of market structure and positioning.
Personal
Hobby investor research.
Non-profit
Civic-tech and financial-transparency projects.
Experimentation
Train models on listing and positioning data.
🤖 Ask an AI assistant about this scraper
Drop the dataset into ChatGPT, Claude, Perplexity, or Copilot for cross-market questions.
❓ Frequently Asked Questions
Q: Are these real-time prices? A: Listings and metadata only; not a tick feed.
Q: How fresh is FDIC data? A: Updated as FDIC publishes - typically daily.
Q: Does NYSE include ETFs? A: Currently equities only; ETFs configurable on request.
Q: Euronext markets? A: XPAR, XAMS, XBRU, XLIS by default.
Q: CFTC report type? A: Disaggregated public reporting (Socrata jun7-fc8e).
Q: Free tier limit? A: 10 items per run.
Q: Schema stable? A: Yes, fields guaranteed even if null.
Q: Can I filter by state or country? A: Currently via query; per-source filters can be added.
Q: Does it deduplicate? A: No - de-dupe downstream by id.
Q: API key needed? A: No.
🔌 Integrate with any app
Make, Zapier, Slack, Airbyte, Google Drive, GitHub, Webhooks, REST API, n8n.
🔗 Recommended Actors
| Actor | What it does |
|---|---|
| FFIEC Bank Institutions | FDIC banks only |
| NYSE Listings Directory | NYSE only |
| Euronext Equities | Euronext only |
| CFTC COT Reports | CFTC only |
💡 Pro Tip: browse the complete ParseForge collection.
🆘 Need Help? Open our contact form
⚠️ Disclaimer: independent tool, not affiliated with any exchange or government agency. Only publicly available data is collected.