File size: 1,579 Bytes
e64082e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0050152
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
dataset_info:
  features:
  - name: Adj Close
    dtype: float64
  - name: Close
    dtype: float64
  - name: High
    dtype: float64
  - name: Low
    dtype: float64
  - name: Open
    dtype: float64
  - name: Volume
    dtype: int64
  - name: SMA_50
    dtype: float64
  - name: SMA_200
    dtype: float64
  - name: RSI
    dtype: float64
  - name: Target
    dtype: int64
  splits:
  - name: train
    num_bytes: 44560
    num_examples: 557
  download_size: 41341
  dataset_size: 44560
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Yahoo Shares

This data set contains historical share information for the analysis and modelling of share price predictions. It can be used to train machine learning models that predict future share prices. All data was retrieved from the Yahoo Finance API.

## Content of the data record

| Column | Description |
|-------------|--------|
| Adj Close | Adjusted closing price |
| Close | Closing price |
| High | Highest price of the day |
| Low | Lowest price of the day |
| Open | Opening price |
| Volume | Trading Volume |
| SMA_50 | 50-day average |
| SMA_200 | 200-day moving average |
| RSI | Relative Strength Index |
| Target | Target value (0 or 1) for labelling buy and sell decisions |

## Utilisation

This data set is suitable for projects such as
- Time series analysis
- Prediction models for stock prices
- Classification of buy/sell signals

## Licence

The dataset is released for educational and research purposes only. Please cite the source if you use it in publications.