For some context, we are using company profile API to get information on accounts. We are interested in finding out if the company has submitted their accounts for the latest year.
So we were thinking if we could use nextAccounts and lastAccounts field to check when was last accounts submitted, but not sure when these fields get updated from the point when the actual accounts were submitted.
Questions:
How long does it take to update these fields and if these are reliable for checking the accounts submitted for the latest year ?
Which is the correct field (nextAccounts or lastAccounts) to check if the accounts were submitted for the latest year ?