Update README.md
Browse files
README.md
CHANGED
|
@@ -58,3 +58,50 @@ configs:
|
|
| 58 |
- split: train
|
| 59 |
path: data/train-*
|
| 60 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
- split: train
|
| 59 |
path: data/train-*
|
| 60 |
---
|
| 61 |
+
|
| 62 |
+
# Stock Metrics Dataset
|
| 63 |
+
|
| 64 |
+
This dataset contains daily financial metrics and indicators for selected stocks (AMD, INTC) from 2023-01-01 to 2023-12-31. The dataset combines various financial metrics including earnings data, technical indicators, and market yields.
|
| 65 |
+
|
| 66 |
+
## Features
|
| 67 |
+
|
| 68 |
+
### Stock-specific Metrics
|
| 69 |
+
- `date`: Trading date
|
| 70 |
+
- `symbol`: Stock ticker symbol (AMD or INTC)
|
| 71 |
+
- `eps`: Actual Earnings Per Share
|
| 72 |
+
- `estimated_eps`: Analyst-estimated EPS
|
| 73 |
+
- `forecast_eps`: Forecasted EPS
|
| 74 |
+
- `earning`: Boolean flag indicating if it's an earnings announcement date
|
| 75 |
+
- `consensus`: Analyst consensus rating
|
| 76 |
+
- `actual`: Actual market performance metric
|
| 77 |
+
- `diff`: Difference between actual and expected performance
|
| 78 |
+
|
| 79 |
+
### Technical Indicators
|
| 80 |
+
- `money_flow_index`: Momentum indicator combining price and volume (0-100)
|
| 81 |
+
- `ultimate_oscillator`: Technical indicator combining multiple timeframes
|
| 82 |
+
- `close`: Daily closing price
|
| 83 |
+
- `volume`: Daily trading volume
|
| 84 |
+
- `change_percent`: Daily price change percentage
|
| 85 |
+
- `marketcap`: Company market capitalization
|
| 86 |
+
- `marketcap_volume_ratio`: Ratio of market cap to trading volume
|
| 87 |
+
|
| 88 |
+
### Yield Data
|
| 89 |
+
- `three_month`: 3-month Treasury yield
|
| 90 |
+
- `ten_year`: 10-year Treasury yield
|
| 91 |
+
- `ten_three_diff`: Spread between 10-year and 3-month yields (yield curve indicator)
|
| 92 |
+
|
| 93 |
+
## Data Source
|
| 94 |
+
This dataset combines multiple data sources including:
|
| 95 |
+
- Stock price and volume data
|
| 96 |
+
- Company earnings reports
|
| 97 |
+
- Treasury yield data
|
| 98 |
+
- Technical market indicators
|
| 99 |
+
- Analyst estimates and consensus ratings
|
| 100 |
+
|
| 101 |
+
## Usage
|
| 102 |
+
This dataset can be used for:
|
| 103 |
+
- Financial market analysis
|
| 104 |
+
- Stock price prediction
|
| 105 |
+
- Market sentiment analysis
|
| 106 |
+
- Earnings impact studies
|
| 107 |
+
- Yield curve analysis
|