Skip to content

Commit d533219

Browse files
authored
Update data.rst (#878)
1 parent 5b5c99f commit d533219

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/component/data.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ Also, ``Qlib`` provides a high-frequency dataset. Users can run a high-frequency
5252
Qlib Format Dataset
5353
--------------------
5454
``Qlib`` has provided an off-the-shelf dataset in `.bin` format, users could use the script ``scripts/get_data.py`` to download the China-Stock dataset as follows.
55-
The price volume data look different from the actual dealling price because of they are **adjusted** (`adjusted price <https://www.investopedia.com/terms/a/adjusted_closing_price.asp>`_). And then you may find that the adjusted price may be different from different data sources. This is because different data sources may vary in the way of adjusting prices. Qlib normalize the price on first trading day of each stock to 1 when adjusting them.
55+
The price volume data look different from the actual dealling price because of they are **adjusted** (`adjusted price <https://www.investopedia.com/terms/a/adjusted_closing_price.asp>`_). And then you may find that the adjusted price may be different from different data sources. This is because different data sources may vary in the way of adjusting prices. Qlib normalize the price on first trading day of each stock to 1 when adjusting them.
56+
Users can leverage `$factor` to get the original trading price (e.g. `$close / $factor` to get the original close price).
5657

5758
.. code-block:: bash
5859

0 commit comments

Comments
 (0)