https://github.com/adamdecaf/aba
ABA routing number lookup and validation tool
https://github.com/adamdecaf/aba
aba routing-number
Last synced: about 2 months ago
JSON representation
ABA routing number lookup and validation tool
- Host: GitHub
- URL: https://github.com/adamdecaf/aba
- Owner: adamdecaf
- License: apache-2.0
- Created: 2024-02-21T22:02:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-01T03:25:46.000Z (about 2 months ago)
- Last Synced: 2025-04-01T04:25:55.351Z (about 2 months ago)
- Topics: aba, routing-number
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aba
[](https://github.com/adamdecaf/aba/actions)
[](https://codecov.io/gh/adamdecaf/aba)
[](https://goreportcard.com/report/github.com/adamdecaf/aba)
[](https://raw.githubusercontent.com/adamdecaf/aba/master/LICENSE)aba is a CLI tool for looking up (and expanding) ABA routing numbers.
## Usage
Signup for a [Moov Account](https://dashboard.moov.io) and [setup the environment variables](https://github.com/moovfinancial/moov-go?tab=readme-ov-file#moov---go-client) for Moov's Go SDK.
```
$ aba -ach 27397636
Routing Number Customer Name Phone Number Address
273976369 VERIDIAN CREDIT UNION 3192878332 1827 ANSBOROUGH AVE WATERLOO IA 50701
``````
$ aba -wire 021201383
Routing Number Telegraphic Name Customer Name Fund Transfers Settlement Only Book Entry Transfers Address
021201383 VALLEY PASSAIC VALLEY NATIONAL BANK Y N Y
```## Supported and tested platforms
- 64-bit Linux (Ubuntu, Debian), macOS, and Windows
## License
Apache License 2.0 - See [LICENSE](LICENSE) for details.