.gitignore
.gitlab-ci.yml
CHANGELOG.md
README.md
pyproject.toml
.github/workflows/python-publish_flow.yml
docs/Makefile
docs/make.bat
docs/source/candels.rst
docs/source/conf.py
docs/source/index.rst
docs/source/modules.rst
docs/source/moexalgo.currency.rst
docs/source/moexalgo.futures.rst
docs/source/moexalgo.indices.rst
docs/source/moexalgo.market.rst
docs/source/moexalgo.models.common.rst
docs/source/moexalgo.models.indices.rst
docs/source/moexalgo.models.rst
docs/source/moexalgo.models.shares.rst
docs/source/moexalgo.rst
docs/source/moexalgo.session.rst
docs/source/moexalgo.stocks.rst
docs/source/moexalgo.tickers.rst
docs/source/moexalgo.utils.rst
docs/source/_static/newplot.png
docs/source/_static/output_4_0.png
moexalgo/__init__.py
moexalgo/__version__.py
moexalgo/candles.py
moexalgo/currency.py
moexalgo/futures.py
moexalgo/indices.py
moexalgo/market.py
moexalgo/metrics.py
moexalgo/requests.py
moexalgo/session.py
moexalgo/stocks.py
moexalgo/tickers.py
moexalgo/trades.py
moexalgo/utils.py
moexalgo.egg-info/PKG-INFO
moexalgo.egg-info/SOURCES.txt
moexalgo.egg-info/dependency_links.txt
moexalgo.egg-info/requires.txt
moexalgo.egg-info/top_level.txt
moexalgo/beta/issplus.py
moexalgo/models/__init__.py
moexalgo/models/common.py
moexalgo/models/indices.py
moexalgo/models/metrics.py
moexalgo/models/shares.py
samples/.gitignore
samples/auth.ipynb
samples/download_algopack_data.ipynb
samples/quick_start.ipynb
samples/test.ipynb
samples/token.ipynb
samples/websocket.py
tests/.gitignore
tests/test.ipynb
tests/test_alerts.py
tests/test_currency.py
tests/test_futoi.py
tests/test_futures.py
tests/test_markets.py
tests/test_moexalgo_token.py
tests/test_other_boards.py
tests/test_stocks.py
tests/test_tickers.py
tests/test_trades.py