.gitignore
LICENSE
README.md
__init__.py
_version.py
pyproject.toml
requirements-dev.txt
requirements-quant.txt
requirements.txt
.github/workflows/cd.yml
.github/workflows/ci.yml
examples/01_basic_connection.py
examples/02_get_history.py
examples/03_get_candles.py
examples/04_futures_si.py
examples/05_multiple_instruments.py
examples/06_async_download.py
examples/07_export_parquets.py
examples/08_feature_pipeline.py
moex_iss/__init__.py
moex_iss/_version.py
moex_iss/async_client.py
moex_iss/auth.py
moex_iss/client.py
moex_iss/config.py
moex_iss/dataframe.py
moex_iss/endpoints.py
moex_iss/exceptions.py
moex_iss/limiter.py
moex_iss/models.py
moex_iss/pagination.py
moex_iss/parser.py
moex_iss/session.py
moex_iss.egg-info/PKG-INFO
moex_iss.egg-info/SOURCES.txt
moex_iss.egg-info/dependency_links.txt
moex_iss.egg-info/requires.txt
moex_iss.egg-info/scm_file_list.json
moex_iss.egg-info/scm_version.json
moex_iss.egg-info/top_level.txt
tests/__init__.py.py
tests/conftest.py
tests/test_async_client.py
tests/test_candle_dataframe.py
tests/test_client.py
tests/test_client_candles.py
tests/test_dataframe.py
tests/test_errors.py
tests/test_http_client.py
tests/test_limiter.py
tests/test_pagination.py
tests/test_parser.py
tests/test_retry.py
tests/fixtures/candles.json
tests/fixtures/history.json