Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 504 Bytes

File metadata and controls

17 lines (15 loc) · 504 Bytes

Changelog

[1.0.0] - 2026-02-14

Added

  • Initial release of the Wealthica Python SDK
  • Provider APIs: get_list(), get_one()
  • Team APIs: info()
  • Institution APIs: get_list(), get_one(), sync(), remove()
  • Transaction APIs: get_list(), get_one()
  • Position APIs: get_list()
  • History APIs: get_list()
  • JWT-based token authentication with automatic refresh
  • Context manager support
  • Typed exception classes for error handling
  • Basic usage example
  • Flask server example