Hello Team,
Currently my app needs to know when share was bought.
user-holdings-data-api gives information about the holding, but when they were bought is missing.
get-holdings-transaction-details api can provide that information but currently not supported, as not found in API documentation.
I thought to fetch all orders and then map those with holding, but that order-book or order api gives orders for one day only, which is not useful.
Any workaround to fetch date of holding?