.gitignore
.pre-commit-config.yaml
.python-version
AGENTS.md
CLAUDE.md
LICENSE.txt
MANIFEST.in
README.md
mypy.ini
pyproject.toml
pytest.ini
requirements.txt
ruff.toml
uv.lock
.agents/skills/create-pr/SKILL.md
.agents/skills/dependencies-management/SKILL.md
.agents/skills/update-agents-md/SKILL.md
docs/tutorials_docs.md
docs/developers/other_internals.md
docs/developers/releases.md
docs/developers/serving_data.md
docs/developers/testing.md
docs/developers/typing_doc.md
docs/media/readme_pt.png
docs/media/splash.png
docs/public/method_doc.md
docs/public/parsing.md
docs/public/typing.md
docs/tutorials/anchor.ipynb
docs/tutorials/data_availability.ipynb
docs/tutorials/intervals.ipynb
docs/tutorials/other_get_options.ipynb
docs/tutorials/other_prices_methods.ipynb
docs/tutorials/periods.ipynb
docs/tutorials/prices.ipynb
docs/tutorials/pt_accessor.ipynb
docs/tutorials/quickstart.ipynb
docs/tutorials/specific_query_methods.ipynb
docs/tutorials/resources/9988.HK_D1.csv
docs/tutorials/resources/9988.HK_H1.csv
docs/tutorials/resources/9988.HK_T1.csv
docs/tutorials/resources/9988.HK_T2.csv
docs/tutorials/resources/9988.HK_T5.csv
docs/tutorials/resources/AZN.L_D1.csv
docs/tutorials/resources/AZN.L_T1.csv
docs/tutorials/resources/AZN.L_T2.csv
docs/tutorials/resources/AZN.L_T5.csv
docs/tutorials/resources/MSFT_D1.csv
docs/tutorials/resources/MSFT_T1.csv
docs/tutorials/resources/MSFT_T2.csv
docs/tutorials/resources/MSFT_T5_with_added_indice.csv
docs/tutorials/resources/RAND_T5_fails_on_high_low.csv
docs/tutorials/resources/f_AZN.L_H1_fails_on_vol_dtype.csv
docs/tutorials/resources/f_MSFT_H1_fails_on_no_data.csv
src/market_prices/__init__.py
src/market_prices/_version.py
src/market_prices/data.py
src/market_prices/daterange.py
src/market_prices/errors.py
src/market_prices/helpers.py
src/market_prices/intervals.py
src/market_prices/mptypes.py
src/market_prices/parsing.py
src/market_prices/pt.py
src/market_prices.egg-info/PKG-INFO
src/market_prices.egg-info/SOURCES.txt
src/market_prices.egg-info/dependency_links.txt
src/market_prices.egg-info/requires.txt
src/market_prices.egg-info/top_level.txt
src/market_prices/prices/__init__.py
src/market_prices/prices/base.py
src/market_prices/prices/csv.py
src/market_prices/prices/yahoo.py
src/market_prices/prices/config/__init__.py
src/market_prices/prices/config/config_yahoo.py
src/market_prices/support/__init__.py
src/market_prices/support/tutorial_helpers.py
src/market_prices/utils/__init__.py
src/market_prices/utils/calendar_utils.py
src/market_prices/utils/general_utils.py
src/market_prices/utils/pandas_utils.py