Historical token price for a specific range of dates

Hello there !
Is there a way to get historical price for a specific range of dates? For instance I need to extract the prices for this token contract: 0x76aECB353AbF596BD61EE6BDb07d70787DeC4FD6 between 2022.01.01 and 2022.01.02.

I tried to use the following url but is not working.
https://deep-index.moralis.io/api/v2/erc20/0x76aECB353AbF596BD61EE6BDb07d70787DeC4FD6/price?chain=bsc&from_date=20220101&to_date20220102
Thank you !

from what I know you can only make requests for specific block numbers between that interval to get the price that token had at that specific block number

and there is another api call that you can use to get the block number from a date