Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add slim stock OHLC CSV file and update its readme #106

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions TechStockPortfolio/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tech stock portfolio

This folder contains a CSV file called `tech_stock_portfolio.csv` that contains data for 5 tech stocks from January 1, 2015 to March 1, 2018. The stocks are:
This folder contains three CSV files that contain data for 5 tech stocks. Two of the files contain data from January 1, 2015 to March 1, 2018, and the other is from May 20, 2022. The stocks are:

- [Advanced Micro Devices](https://www.amd.com/en)
- [NVIDIA](https://www.nvidia.com/en-us/)
Expand All @@ -15,6 +15,7 @@ Data for each stock is as follows:
- Open price
- High price
- Low price
- Volume

`tech_stock_portfolio.csv` contains stock data in a wider format. `tech_stock_portfolio_slim.csv` contains data in a "slim" format.

This tech stock portfolio is meant to be used as an instrument for learning how to analyze portfolios of securities with Deephaven Community Core.
3 changes: 3 additions & 0 deletions TechStockPortfolio/csv/tech_stock_portfolio_slim.csv
Git LFS file not shown
Loading