https://github.com/potofcoffee2go/tasty-data
Simple display of data downloaded from TastyWorks web interface CSV files
https://github.com/potofcoffee2go/tasty-data
Last synced: 4 months ago
JSON representation
Simple display of data downloaded from TastyWorks web interface CSV files
- Host: GitHub
- URL: https://github.com/potofcoffee2go/tasty-data
- Owner: PotOfCoffee2Go
- License: mit
- Created: 2021-07-30T17:11:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-17T17:39:59.000Z (over 3 years ago)
- Last Synced: 2025-05-30T14:25:58.463Z (about 1 year ago)
- Language: HTML
- Size: 621 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# TastyWorks™ Portfolio
Web based application that displays the portfolio and transaction data from the respective tastyworks web interface csv downloads.
> Note: This project is not associated with TastyWorks but independently developed/MIT licence by PotOfCoffee2Go.
## Usage
To run the application go to [https://potofcoffee2go.github.io/tasty-data/][]. Downloaded data will be available on your machine until you decide to download again with fresh data.
Must use the TastyWorks web interface as Tastys desktop version CSV's differ so will not work.
> All of the downloaded data is stored in [localStorage][] on your machine, so is secure as your machine is.
### Portfolio data
Log onto your TastyWorks account - Select _'Portfolio'_ on the left-hand side - then select the download CSV icon located in the upper right.
### Transaction data
Select _'Activity'_ on the left, then select _'History'_ in the upper-left. You might want to _'filter'_ to get the transactions that you want, then press the download CSV icon located in the upper right.
### Importing
Go to [https://potofcoffee2go.github.io/tasty-data/][] and press the _'Tasty Portfolio and Activity CSV Files'_ button. Select both the files downloaded from TastyWorks, The data will be displayed.
You can select to display the transactions for a single symbol by clicking a symbol in the symbol column.
[https://potofcoffee2go.github.io/tasty-data/]: https://potofcoffee2go.github.io/tasty-data/
[localstorage]: https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage