|
--- |
|
license: apache-2.0 |
|
tags: |
|
- cryptocurrency |
|
- SOL |
|
- Binance |
|
- time series |
|
size_categories: |
|
- 100K<n<1M |
|
--- |
|
|
|
# SOLUSDT 180 Days Minute Data |
|
|
|
This dataset contains historical SOL/USDT minute-by-minute data for the last 180 days, downloaded from the Binance API. |
|
|
|
## Contents |
|
|
|
- `data_SOLUSDT.csv`: Historical data with `close_SOLUSDT` column. |
|
- `scaler_SOLUSDT.pkl`: `MinMaxScaler` object to back-transform normalised data. |
|
|
|
- Number of rows in the CSV file: `259200` |
|
|
|
- Start date of record: `2024-04-25 07:38:00` |
|
|
|
- End record date: `2024-10-22 07:37:00` |
|
|
|
## Data structure |
|
| open_time | close_SOLUSDT | normalized_close_SOLUSDT | |
|
|---------------------|---------------|--------------------------| |
|
| 2023-04-25 00:00:00 | 150.0 | 0.5 | |
|
| 2023-04-25 00:01:00 | 151.0 | 0.51 | |
|
| ... | ... | ... | |