Release v1.1.0 - Enhanced Date Format Handling
Added
-
Enhanced date format handling for dataframe outputs
- Automatic detection of date/datetime columns from output schemas
- Improved date format parameter support across all endpoints (stocks, options, funds, markets)
- Better date handling for both pandas and polars handlers
- Date format now properly respected when converting date/datetime columns in DataFrames
-
New example: Stock Prices Monitor
- Added
examples/stock_prices_monitor_example.py- a terminal dashboard for monitoring stock prices - Features include:
- Auto-refreshing terminal table with stock prices
- Color-coded price changes (green for up, red for down)
- Sortable by percentage change
- Requires
richandpandas(optional dependencies)
- Added
Changed
- Refactored dataframe output handlers to derive date/datetime columns from output schemas
- Improved date format conversion logic in both pandas and polars handlers
- Enhanced test coverage for date format handling across all resources