diff --git a/README.md b/README.md index 15912b3..ee48218 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ In finmarketpy/examples you will find several examples, including some simple tr # Release Notes +* 0.11.9 - finmarketpy (01 Jun 2021) * 0.11.8 - finmarketpy (25 Jan 2021) * 0.11.7 - finmarketpy (20 Oct 2020) * 0.11.6 - finmarketpy (02 Oct 2020) diff --git a/finmarketpy_examples/finmarketpy_notebooks/market_data_example.ipynb b/finmarketpy_examples/finmarketpy_notebooks/market_data_example.ipynb index 13ea758..8f96132 100644 --- a/finmarketpy_examples/finmarketpy_notebooks/market_data_example.ipynb +++ b/finmarketpy_examples/finmarketpy_notebooks/market_data_example.ipynb @@ -17,11 +17,11 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 3, "metadata": { "ExecuteTime": { - "end_time": "2021-05-04T16:36:50.801898Z", - "start_time": "2021-05-04T16:36:46.546247Z" + "end_time": "2021-06-01T11:43:54.457449Z", + "start_time": "2021-06-01T11:43:44.153477Z" } }, "outputs": [], @@ -51,11 +51,11 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 4, "metadata": { "ExecuteTime": { - "end_time": "2021-05-04T16:36:51.297493Z", - "start_time": "2021-05-04T16:36:50.803899Z" + "end_time": "2021-06-01T11:43:55.283797Z", + "start_time": "2021-06-01T11:43:54.459444Z" } }, "outputs": [], @@ -317,11 +317,11 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 6, "metadata": { "ExecuteTime": { - "end_time": "2021-05-04T16:36:58.384545Z", - "start_time": "2021-05-04T16:36:56.659212Z" + "end_time": "2021-06-01T11:44:11.043778Z", + "start_time": "2021-06-01T11:44:09.307217Z" } }, "outputs": [ @@ -331,11 +331,10 @@ "text": [ " VIX.close\n", "Date \n", - "2021-04-28 17.280001\n", - "2021-04-29 17.610001\n", - "2021-04-30 18.610001\n", - "2021-05-03 18.309999\n", - "2021-05-04 20.790001\n" + "2021-05-26 17.360001\n", + "2021-05-27 16.740000\n", + "2021-05-28 16.760000\n", + "2021-06-01 17.150000\n" ] } ], diff --git a/setup.py b/setup.py index 942101b..5767ada 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ trading strategies using a simple to use API, which has prebuilt templates for you to define backtest.""" setup(name='finmarketpy', - version='0.11.8', + version='0.11.9', description='finmarketpy is a Python based library for backtesting trading strategies', author='Saeed Amen', author_email='saeed@cuemacro.com',