Skip to content

Releases: hammem/monarchmoney

get_transactions() now includes account ID and name

06 Nov 13:08
9da7330
Compare
Choose a tag to compare

Thanks to a request from @dsteiner10, #14 , the get_transactions() function now includes account ID and name in the results.

What's New

  • Account ID and name included in get_transactions() results by @hammem in #16

New Cashflow API call and customizable timeouts

05 Nov 22:41
f824d10
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/hammem/monarchmoney/commits/v0.1.2

Now available via Pypi

14 Apr 21:20
d431a1a
Compare
Choose a tag to compare

Thanks to @sanghviharshit's suggestion, this library is now available on Pypi and easily installable via pip!

New, easier installs

This release can be installed via:

pip install monarchmoney

or, to specify this exact version:

pip install monarchmoney==0.1.0

What's Changed

  • Fix init.py, which had bad imports. by @hammem in #1
  • Clean-up by @hammem in #2
  • Create dependabot.yml by @hammem in #3
  • Add method for interactive_login and sample main.py by @hammem in #4
  • Cleaning up bits of code by @hammem in #5
  • Add get_account_holdings() method by @hammem in #6
  • Update login() to allow for using a saved session by @hammem in #7

Full Changelog: https://github.com/hammem/monarchmoney/commits/v0.1.0