With mintapi version 2.12 print(mint.get_net_worth_data()) will return a single vaule. My total net worth. However, with mintapi version 2.14 print(mint.get_net_worth_data()) will return thousands of vaules (assets, debts, net,) going back to the creation of my mint account.
How do I get a single number, (my net worth) in version 2.14? I have been able to do this for the past several years.
Thanks for any help!
With mintapi version 2.12
print(mint.get_net_worth_data())will return a single vaule. My total net worth. However, with mintapi version 2.14print(mint.get_net_worth_data())will return thousands of vaules (assets, debts, net,) going back to the creation of my mint account.How do I get a single number, (my net worth) in version 2.14? I have been able to do this for the past several years.
Thanks for any help!