hammem / monarchmoney

Python API for Monarch Money
MIT License
148 stars 26 forks source link

upload_account_balance_history endpoint is not working as expected #87

Open akoushke opened 7 months ago

akoushke commented 7 months ago

Not sure if I'm doing it incorrectly or if the API is not performing as intended. I successfully created a CSV file with my code and uploaded it to the browser client, reading the data without any issues. However, I am unable to update the history with the provided csv_content. Also, I'm not receiving any errors after making the API call.

here is the format:

Date,Amount
2023-12-14,5424.360000000001
2023-12-15,10422.85
2023-12-17,15422.05
2023-12-18,20446.09
2023-12-19,25430.87
2023-12-20,30403.879999999997
2023-12-21,35318.729999999996
2023-12-22,40147.06999999999
2023-12-30,45135.23999999999
2024-01-02,50215.149999999994
2024-01-03,55224.479999999996
2024-01-08,60214.579999999994
2024-01-12,65208.729999999996
2024-01-14,70198.98
2024-01-16,75194.69
2024-01-17,80184.07
2024-01-18,85174.02
2024-01-20,90181.01000000001
andrecloutier commented 7 months ago

It's not you. They made a change to this API endpoint. Looks like a fix for this is already in flight in https://github.com/hammem/monarchmoney/pull/86

CFarzaneh commented 6 months ago

Any ETA on when the PR will get merged? I'm having the same issue

hammem commented 5 months ago

Merges and a new release should be coming shortly, @CFarzaneh . I can comment on this one once it lands and is deployed to PyPI.