Most banking websites allow you to download a csv file that contains transaction data, you can use that file to create a plot that details each transaction!
pandas
regex
datetime
iqplot
- Log in to your personal banking website
- Locate your transactions tab
- There should be an option to download documents
- Download in 'csv' format
- Copy the path to the csv file
Example:
C:\Users\You\Folder\transactions.csv
- Run the python file with the csv file path as your first argument
Example:
python plot_transactions C:\Users\You\Folder\transactions.csv
Use the hovertool to detail a transaction that you'd like to view.
Locate transaction outliers that you'd like to know about
Month order on the plot's x-axis is alphabetical instead of chronological when csv file contains more than one year