Skip to content

Commit

Permalink
Updated market download Jupyter notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedamen committed May 4, 2021
1 parent 55e8c48 commit 9aa0621
Show file tree
Hide file tree
Showing 5 changed files with 636 additions and 217 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ Note that you will need to get a Quandl
API key to download market data to use some of these, and you can sign up for a free account at https://www.quandl.com.

* [Backtesting an FX trend following strategy - backtest_example (Binder Link)](https://mybinder.org/v2/gh/cuemacro/finmarketpy/master?filepath=finmarketpy_examples/finmarketpy_notebooks/backtest_example.ipynb)
* [Downloading market data examples - market_data_example (Binder Link)](https://mybinder.org/v2/gh/cuemacro/finmarketpy/master?filepath=finmarketpy_examples/finmarketpy_notebooks/market_data_example.ipynb)

# Syncronizing your fork of finmarketpy with master
# Synchronizing your fork of finmarketpy with master

I found this [article useful](https://stackoverflow.com/questions/7244321/how-do-i-update-a-github-forked-repository) for
explaining how to update your fork to match the master changes.
Expand Down Expand Up @@ -167,6 +168,8 @@ In finmarketpy/examples you will find several examples, including some simple tr

# finmarketpy log

* 04 May 2021
* Revamped Jupyter notebook for downloading market data with findatapy
* 28 Apr 2021
* Added signal multiplier parameter for charts
* 21 Apr 2021
Expand Down
1 change: 0 additions & 1 deletion finmarketpy/curve/fxforwardscurve.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
class FXForwardsCurve(object):
"""Constructs continuous forwards time series total return indices from underlying forwards contracts.
"""

def __init__(self, market_data_generator=None, fx_forwards_trading_tenor=market_constants.fx_forwards_trading_tenor,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.9"
"version": "3.8.8"
},
"toc": {
"base_numbering": 1,
Expand All @@ -353,4 +353,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
630 changes: 630 additions & 0 deletions finmarketpy_examples/finmarketpy_notebooks/market_data_example.ipynb

Large diffs are not rendered by default.

213 changes: 0 additions & 213 deletions finmarketpy_examples/finmarketpy_notebooks/quandl_example.ipynb

This file was deleted.

0 comments on commit 9aa0621

Please sign in to comment.