Skip to content

v2.2.2

Choose a tag to compare

@github-actions github-actions released this 15 Jun 05:39

Fixed

  • get_networth_live time_frame enum now matches the canonical TimeFrame the Networth endpoint actually accepts (ONE_DAY / ONE_WEEK / ONE_MONTH / THREE_MONTHS / YTD / ONE_YEAR / ALL). The previously-advertised bare MONTH / YEAR were not valid TimeFrame members and returned a 400; the enum now reuses the shared ALL_TIME_FRAMES constant, so the documented values all work, and a class-level test gates every live tool's time_frame enum against drift (#495). Fixes #494.