- Add OptionsContract dataclass with 21 fields (Greeks, IV, market data) - Add OptionsChain dataclass with to_dataframe() and filter_by_dte() methods - Add get_options_expirations() with DTE filtering and Pitfall 5 normalization - Add get_options_chain() returning string for LLM tool consumption - Add get_options_chain_structured() returning OptionsChain for programmatic use - Add session cache with clear_options_cache() and Pitfall 2 normalization - Always request greeks=true per D-05 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| alpha_vantage.py | ||
| alpha_vantage_common.py | ||
| alpha_vantage_fundamentals.py | ||
| alpha_vantage_indicator.py | ||
| alpha_vantage_news.py | ||
| alpha_vantage_stock.py | ||
| config.py | ||
| interface.py | ||
| stockstats_utils.py | ||
| tradier.py | ||
| tradier_common.py | ||
| utils.py | ||
| y_finance.py | ||
| yfinance_news.py | ||