2024-04-24

Release Notes for Version 0.2.4

New Features

  • Implement data loaders for faster CM loading speeds using parquet data.

    • CapitalLoader for loading capital-related data.

    • ConsensusLoader for loading consensus-related data.

    • EconomyLoader for loading economic indicators.

    • FinancialLoader for loading financial statement data.

    • PriceVolumeLoader for loading price and volume data.

    • StockLoader for loading stock-related data.

  • Included exceptional_dates.json in the finter/utils directory, which may contain information about non-standard trading days or market holidays.

  • Added iter_us_trading_days function, which is a utility to iterate over US trading days.

Etc...

  • An empty __init__.py file was created, which is typically done to ensure Python treats directories containing the file as packages.

Last updated