Update 10/12/19: Additional info about the data - https://webpages.uncc.edu/mirsad/itcs6265/group1/index.html ^^VERY HELPFUL, especially relative to birthday/age/gender customer info (strangely encoded in the raw data). My attempt to reformat/transalate/clean some of this data: https://data.world/lpetrocelli/some-translatedreformatted-czech-banking-data
Data from a real Czech bank. From 1999.
The data about the clients and their accounts consist of following relations:
-relation account (4500 objects in the file ACCOUNT.ASC) - each record describes static characteristics of an account,
-relation client (5369 objects in the file CLIENT.ASC) - each record describes characteristics of a client,
-relation disposition (5369 objects in the file DISP.ASC) - each record relates together a client with an account i.e. this relation describes the rights of clients to operate accounts,
-relation permanent order (6471 objects in the file ORDER.ASC) - each record describes characteristics of a payment order,
-relation transaction (1056320 objects in the file TRANS.ASC) - each record describes one transaction on an account,
-relation loan (682 objects in the file LOAN.ASC) - each record describes a loan granted for a given account,
-relation credit card (892 objects in the file CARD.ASC) - each record describes a credit card issued to an account,
-relation demographic data (77 objects in the file DISTRICT.ASC) - each record describes demographic characteristics of a district.
Each account has both static characteristics (e.g. date of creation, address of the branch) given in relation "account" and dynamic characteristics (e.g. payments debited or credited, balances) given in relations "permanent order" and "transaction". Relation "client" describes characteristics of persons who can manipulate with the accounts. One client can have more accounts, more clients can manipulate with single account; clients and accounts are related together in relation "disposition". Relations "loan" and "credit card" describe some services which the bank offers to its clients; more credit cards can be issued to an account, at most one loan can be granted for an account. Relation "demographic data" gives some publicly available information about the districts (e.g. the unemployment rate); additional information about the clients can be deduced from this.
Source: http://lisp.vse.cz/pkdd99/berka.htm This database was prepared by Petr Berka and Marta Sochorova. For possible questions on the data and task description contact Petr Berka.
Download Source (download within the comment from Filip Sivák · Czech Technical University in Prague): Download all files as a zip file here - files will be in asc format https://www.researchgate.net/post/Is_there_any_public_database_for_financial_transactions_or_at_least_a_synthetic_generated_data_set
Personal Note: I am thrilled that I found this - convinced this is the only real banking data out there on the web. :)