.gitattributes
.gitignore
INSTALL.md
LICENCE
MANIFEST.in
PLANNED_FEATURES.md
README.md
create_package.bat
finmarketpy_logo.png
install_extra_packages.bat
setup.py
.github/FUNDING.yml
doc/__init__.py
finmarketpy/__init__.py
finmarketpy/make.py
finmarketpy.egg-info/PKG-INFO
finmarketpy.egg-info/SOURCES.txt
finmarketpy.egg-info/dependency_links.txt
finmarketpy.egg-info/not-zip-safe
finmarketpy.egg-info/requires.txt
finmarketpy.egg-info/top_level.txt
finmarketpy/backtest/__init__.py
finmarketpy/backtest/backtestcomparison.py
finmarketpy/backtest/backtestengine.py
finmarketpy/backtest/backtestrequest.py
finmarketpy/backtest/tradeanalysis.py
finmarketpy/economics/__init__.py
finmarketpy/economics/eventstudy.py
finmarketpy/economics/marketliquidity.py
finmarketpy/economics/quickchart.py
finmarketpy/economics/report.py
finmarketpy/economics/seasonality.py
finmarketpy/economics/techindicator.py
finmarketpy/network_analysis/__init__.py
finmarketpy/network_analysis/learn_network_structure.py
finmarketpy/network_analysis/plot_network_structure.py
finmarketpy/util/__init__.py
finmarketpy/util/marketconstants.py
finmarketpy_examples/__init__.py
finmarketpy_examples/backtest_example.py
finmarketpy_examples/boe-rate.png
finmarketpy_examples/download_data_ams.py
finmarketpy_examples/events_examples.py
finmarketpy_examples/fx_vol_surface_animation.py
finmarketpy_examples/gold seasonality.png
finmarketpy_examples/quandl_examples.py
finmarketpy_examples/quickchart_examples.py
finmarketpy_examples/returns_examples.py
finmarketpy_examples/seasonality_examples.py
finmarketpy_examples/technicals_example.py
finmarketpy_examples/tradingmodelfxtrend_bbg_example.py
finmarketpy_examples/tradingmodelfxtrend_example.py
finmarketpy_examples/vwap_example.py
finmarketpy_examples/gallery/__init__.py
finmarketpy_examples/gallery/fx-trend-cumulative.png
finmarketpy_examples/gallery/fx-trend-leverage.png
finmarketpy_examples/gallery/fx-trend-trade-returns.png
finmarketpy_examples/gallery/fx-vol-seasonality.png
finmarketpy_examples/gallery/gold-seasonality.png
finmarketpy_examples/gallery/usdjpy-nfp.png
finmarketpy_examples/notebooks/__init__.py
finmarketpy_examples/notebooks/backtest_example.ipynb
finmarketpy_examples/notebooks/quandl_example.ipynb
tests/__init__.py
tests/test_backtestengine.py
tests/test_techindicator.py