LICENSE
README.md
pyproject.toml
src/tickerflow/__init__.py
src/tickerflow/cache.py
src/tickerflow/chart.py
src/tickerflow/cli.py
src/tickerflow/models.py
src/tickerflow/py.typed
src/tickerflow/registry.py
src/tickerflow/server.py
src/tickerflow.egg-info/PKG-INFO
src/tickerflow.egg-info/SOURCES.txt
src/tickerflow.egg-info/dependency_links.txt
src/tickerflow.egg-info/entry_points.txt
src/tickerflow.egg-info/requires.txt
src/tickerflow.egg-info/top_level.txt
src/tickerflow/providers/__init__.py
src/tickerflow/providers/base.py
src/tickerflow/providers/binance.py
src/tickerflow/providers/coingecko.py
src/tickerflow/providers/finnhub.py
src/tickerflow/providers/kraken.py
src/tickerflow/providers/kucoin.py
src/tickerflow/providers/tiingo.py
src/tickerflow/providers/yfinance.py
tests/test_binance.py
tests/test_cache.py
tests/test_cli.py
tests/test_coingecko.py
tests/test_dataframe.py
tests/test_finnhub.py
tests/test_kraken.py
tests/test_kucoin.py
tests/test_pydantic_ai_agent.py
tests/test_registry.py
tests/test_server.py
tests/test_tiingo.py
tests/test_yfinance.py