Skip to content

Version 5.0.0

Compare
Choose a tag to compare
@ivarurdalen ivarurdalen released this 16 Jan 23:20
· 5 commits to main since this release
407f38b

Added

  • Support importing time series currency (e.g. USD, EUR, etc.) and other units
  • Support deleting time series points with known time specified
  • Support for replacing existing time series points when importing
  • Added dedicated Snowflake reader for faster data export
  • Support for Feather file format for faster data export and import
  • Support for looking up company entities by CUSIP
  • Support for looking up security entities by ISIN, mic:ticker, and CUSIP
  • Scripts for deleting time series and time series points
  • New script for exporting time series from signals (export_signals.py)

Changed

  • Improved scripts for listing and deleting entites with progress tracking
  • Improved script for deleting entities with multithreading
  • Including known_time info when using script for getting time series

Deprecated

  • The argument --create-tag for importing time series is ignored, as the tags are no longer supported.

Removed

  • Removed support for Python 3.7 as it no longer receives security support. Please upgrade to Python 3.8 or newer.

Fixed

  • BigQuery export: Fix when setting project argument different than the project specified in the BQ credentials