From 5bc2b96346605404faa571e76ee7c37755514b0c Mon Sep 17 00:00:00 2001 From: you-n-g Date: Mon, 3 May 2021 12:34:08 +0800 Subject: [PATCH] Update data.rst --- docs/component/data.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/component/data.rst b/docs/component/data.rst index 26f44a076..3cee803e6 100644 --- a/docs/component/data.rst +++ b/docs/component/data.rst @@ -182,6 +182,11 @@ The `trade unit` defines the unit number of stocks can be used in a trade, and t qlib.init(provider_uri='~/.qlib/qlib_data/us_data', region=REG_US) +.. note:: + + PRs for new data source are highly welcome! Users could commit the code to crawl data as a PR like `the examples here `_. And then we will use the code to create data cache on our server which other users could use directly. + + Data API ========================