Update README.md
Browse files
README.md
CHANGED
|
@@ -1,58 +1,58 @@
|
|
| 1 |
-
---
|
| 2 |
-
language:
|
| 3 |
-
|
| 4 |
-
license:
|
| 5 |
-
pretty_name: TroveLedger Financial Time Series Dataset
|
| 6 |
-
task_categories:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
tags:
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
dataset_info:
|
| 26 |
-
features:
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
splits:
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
size_categories:
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
---
|
| 56 |
|
| 57 |
> 🔄 **Data Freshness & Official Source Notice**
|
| 58 |
> This dataset is actively maintained and updated (often daily) at its **only official source**:
|
|
@@ -491,4 +491,4 @@ Thank you for helping grow the trove!
|
|
| 491 |
## 🔚 Final note
|
| 492 |
|
| 493 |
Markets are not measured by size alone —
|
| 494 |
-
but by how faithfully their records endure.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: cc-by-nc-sa-4.0
|
| 5 |
+
pretty_name: TroveLedger Financial Time Series Dataset
|
| 6 |
+
task_categories:
|
| 7 |
+
- time-series-forecasting
|
| 8 |
+
- tabular-regression
|
| 9 |
+
tags:
|
| 10 |
+
- finance
|
| 11 |
+
- financial
|
| 12 |
+
- yahoo-finance
|
| 13 |
+
- stock-market
|
| 14 |
+
- stocks
|
| 15 |
+
- OHLC
|
| 16 |
+
- time-series
|
| 17 |
+
- trading
|
| 18 |
+
- equities
|
| 19 |
+
- indices
|
| 20 |
+
- historical-data
|
| 21 |
+
- stock-data
|
| 22 |
+
- market-data
|
| 23 |
+
- finance-data
|
| 24 |
+
- yfinance
|
| 25 |
+
dataset_info:
|
| 26 |
+
features:
|
| 27 |
+
- name: symbol
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: time
|
| 30 |
+
dtype: int64
|
| 31 |
+
- name: open
|
| 32 |
+
dtype: float64
|
| 33 |
+
- name: high
|
| 34 |
+
dtype: float64
|
| 35 |
+
- name: low
|
| 36 |
+
dtype: float64
|
| 37 |
+
- name: close
|
| 38 |
+
dtype: float64
|
| 39 |
+
- name: volume
|
| 40 |
+
dtype: int64
|
| 41 |
+
splits:
|
| 42 |
+
- name: daily
|
| 43 |
+
num_examples: null
|
| 44 |
+
- name: hourly
|
| 45 |
+
num_examples: null
|
| 46 |
+
- name: minute
|
| 47 |
+
num_examples: null
|
| 48 |
+
size_categories:
|
| 49 |
+
- n<1K
|
| 50 |
+
- 1K<n<10K
|
| 51 |
+
- 10K<n<100K
|
| 52 |
+
- 100K<n<1M
|
| 53 |
+
- 1M<n<10M
|
| 54 |
+
- 10M<n<100M
|
| 55 |
+
---
|
| 56 |
|
| 57 |
> 🔄 **Data Freshness & Official Source Notice**
|
| 58 |
> This dataset is actively maintained and updated (often daily) at its **only official source**:
|
|
|
|
| 491 |
## 🔚 Final note
|
| 492 |
|
| 493 |
Markets are not measured by size alone —
|
| 494 |
+
but by how faithfully their records endure.
|