SELENIUM(PYTHON) ERROR: element not interactable

Does anyone know how to click on this particular web element from this site?(https://www.milanofinanza.it/quotazioni/ricerca/listino-completo-2ae?refresh_cens)
enter image description here

I have tried in many different ways but i still get the same error(element not interactable)
my code looks like this:

wd.find_element(By.XPATH,"//*[@id='mainbox']/div[2]/div[2]/div[4]/div/div[1]/div/button[4]").click()

The element is actually detected but for some reason it isn’t clickable.
Thanks in advance