I am seeing an issue where my income/spending for the past six months on the main dashboard page are not being displayed correctly. Only the 3 most recent months show data, while the other 3 show $0. If I open the income or spending report, this also happens. However, if I select a different time period, then select 6 months again the values shown are correct.
I have a video of this as well, but it shows a lot of personal info so I'd prefer to only share it directly if needed.
I took a look at the network console and it seems that on the initial six month request the dates don't match the UI - the query being sent is only requesting transaction data for 3 months.
https://services.quicken.com/transactions?modifiedAfter=2024-03-27T02:12:56Z&limit=5000&dateOnAfter=2023-12-31
When I select a different time period then go back to the six month period a request is sent that gets the missing transaction data - https://services.quicken.com/transactions?limit=5000&dateOnAfter=2023-09-30&dateOnBefore=2024-01-01