Get-BalanceSheet API for reporting should spit out data as of the input date parameter
I've been working with GetBalanceSheet reporting api, I realized while fetching data for all dates and found out that it is returning data pointing to the last date of the month in the input date.
Example:
Get-Balancesheet API
date: 10/24/2021 (mm/dd/yyyy)
API returns data as of 10/31/2021 instead of 10/24/2021
Get-IncomeStatement does not have this issue.
3
votes
Nikul
shared this idea