Top "Bank" questions

Is there an API to get bank transaction and bank balance?

I'm using CHASE bank. (Also Bank of America) and I want to get my bank transactions and my balance if …

transactions bank
Parsing string to double - java

For a project I have a program that is like a bank. The "bank" reads in a file with accounts …

java string parsing double bank
Detecting a US Holiday

What's the simplest way to determine if a date is a U.S. bank holiday in Python? There seem to …

python date bank
Arrays and bank accounts in Java

I am trying to write a simple Bank Account Management program that does the following: Creates a new account with …

java arrays bank
Database of bank accounts

I'm creating a database for a 'bank' and was just unsure as to whether my method of attaching accounts to …

database database-design entity-relationship account bank
bank account client in java with multiple classes

I am trying to make a bank account program, but I cannot figure out how to get all my variables …

java class object bank
Regex for BIC check

I wrote a regex for php function pregmatch which is like this: ^([a-zA-Z]){4}([a-zA-Z]){2}([0-9a-zA-Z]){2}([0-9a-zA-Z]{3})?$^ Now I …

php regex preg-match bank iban
Why Banks or Financial Companies prefer Oracle than other RDBMS for their "Core" systems?

I'd like to know why most Banks or Financial companies prefer Oracle than other RDBMS for their core systems (the …

mysql sql-server oracle postgresql bank
UK bank sort code javascript regular expression

I'm trying to create a regular expression in javascript for a UK bank sort code so that the user can …

javascript regex bank
Bank Account Program, Change Balance

I'm trying to get the balance to change in the account after a withdraw but it just stays at 10.00. I …

java account bank