Skip to content

AndreasBurbach/StockDataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Dataset

This dataset contains up to 20 stocks and stock market indices. The data was read in every 1-3 seconds with a Raspberry Pi 4 and saved as JSON.

The data contains the values of the shares from 9 am to 6pm german time. So because it's all collected in Germany the data is from the Frankfurt stock market. To read the data as DataFrame with pandas, feel free to use my python script.

The JSON was built with a dictionary in python according to the following scheme:

{ "Stock1":
 [ [DateTime("%Y-%m-%d %H:%M:%S.%f"), Value],
   [DateTime("%Y-%m-%d %H:%M:%S.%f"), Value],
   ...]
  "Stock2": ...
}

The data was collected from 2023-01-19 to 2023-03-09 and contains the following stocks: DEU40, SPX, NDQ, SX5E, UKX, SAP, BAYN, ADS, AAPL, TSLA, EURUSD, GBPUSD, USDJPY, BTCUSD, BTCEUR, ETHUSD, FDAX1!, GOLD, USOIL, UKOIL

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages