Zend certified PHP/Magento developer

How do I get how many times a product has been sold from X date to Y date?

I would like to simply display how many times a product has been sold from X date to Y date.

I’ll manually enter the date as ‘2022-02-24’ for example. I just need to echo that value on a .phtml page.

I’ve Googled around, and many of the answers to this question are very, very, out dated.