Get bank name from routing number [closed]
Asked Answered
S

1

11

Googling for an array of common routing numbers and their US-based bank names pulls up a whole list of spammy sites. Can anyone point me to where I could find such an array or better yet a javascript/jquery plugin that handles the routing number parsing?

I know Stripe must at least have this list because they tell me my bank name when I give them my routing number during their OAuth protocol.

If it is not possible for me to get this list, I guess Stripe must have special clearance(?) which seems strange to me since these numbers are the same for everyone who uses each bank.

Regardless, what's the deal with the scarcity of information here?

Shaft answered 11/9, 2013 at 19:24 Comment(5)
You might be looking for something like this (not free): lyonslive.com/Routing-Number-Verification/…. Update: one site that had some legal trouble when they republished the information listed their source as: fededirectory.frb.org/download.cfm - hope this is of some use!Osmo
I assume you mean US banks, so have have made a small clarification. I'm in the UK and have never heard of 'routing numbers' - I think it's the equivalent of our sort code.Wasp
@animuson This question was unfairly closed. The question and answer both are facts. There are no opinions expressed nor would they be invited by the question.Shaft
why was this closed it is a very legit question.Caracas
@MorrisS Asking for tools, libraries or off-site resources is considered off-topic on Stack Overflow. When you take a look at the answer to this question, you can see why: It's very hard to keep answers up-to-date.Psychoneurosis
S
30

The list is available here: https://www.fededirectory.frb.org/FedACHdir.txt (replacement link)

Even better, routingnumbers.info has an API that allows to access it like this:

https://www.routingnumbers.info/api/data.json?rn=xxxxxxxxxx

It returns a JSON object where customer_name is the name of the bank.

Shaft answered 11/9, 2013 at 20:17 Comment(3)
Useful answer here - opendata.stackexchange.com/a/4040/1511Ingenue
That site looks like it might or might not be legit. Couldn't figure out who runs it, and rate limits, etc.Pizzicato
www.routingnumbers.info looks great but they now display a message warning their data may be out of date.Shin

© 2022 - 2024 — McMap. All rights reserved.