Skip to content

Release v1.1.0 - Enhanced Date Format Handling

Choose a tag to compare

@MarketDataApp MarketDataApp released this 15 Jan 12:59
· 55 commits to main since this release

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 rich and pandas (optional dependencies)

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