hammem / monarchmoney

Python API for Monarch Money
MIT License
124 stars 24 forks source link

Add API call to fetch recurring transactions and merchant data #80

Closed hammem closed 5 months ago

hammem commented 5 months ago

Adds a function to fetch the upcoming recurring transactions, as well as the assocaited merchant and account information.

Also did some refactoring to encapsulate common date manipulations using in this class.

grablair commented 5 months ago

minor: can we add the new method to the README in the next commit?

hammem commented 5 months ago

@grablair , should be all set now. Thanks for the review!