Skip to content

Commit 9fe8d5b

Browse files
committed
added stooq link
1 parent 15b08fe commit 9fe8d5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/create_stooq_data.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"This notebook contains information on downloading the STOOQ stock andETF price data that we use in [Chapter 09](../09_time_series_models) for a pairs trading strategy based on cointegration and [Chapter 11](../11_decision_trees_random_forests) for a long-short strategy using Random Forest return predictions."
14+
"This notebook contains information on downloading the STOOQ stock and ETF price data that we use in [Chapter 09](../09_time_series_models) for a pairs trading strategy based on cointegration and [Chapter 11](../11_decision_trees_random_forests) for a long-short strategy using Random Forest return predictions."
1515
]
1616
},
1717
{
@@ -71,7 +71,7 @@
7171
"cell_type": "markdown",
7272
"metadata": {},
7373
"source": [
74-
"Modify path if you would like to store the data elsewhere and change the notebooks accordingly"
74+
"Modify the path to the `DATA_STORE` if you would like to store the data elsewhere and change the notebooks accordingly"
7575
]
7676
},
7777
{
@@ -101,7 +101,7 @@
101101
"source": [
102102
"> Note that the below downloading details may change at any time as Stooq updates their website; if you encounter errors, please inspect their website and raise a GitHub issue to let us know so we can update the information.\n",
103103
"\n",
104-
"> Update 12/2020: please note that STOOQ will disable automatic downloads and require CAPTCHA starting Dec 10, 2020 so that the code that downloads and unpacks the zip files will no longer work; please navigate to their website using the below link for manual download."
104+
"> Update 12/2020: please note that STOOQ will disable automatic downloads and require CAPTCHA starting Dec 10, 2020 so that the code that downloads and unpacks the zip files will no longer work; please navigate to their website [here](https://stooq.com/db/h/) for manual download."
105105
]
106106
},
107107
{

0 commit comments

Comments
 (0)