Get the list of EntityClass "Financial" at a specific point in time?

Hi, certain entity classes like the SP500 change over time.
We can get the current constituents like this

EntityList[EntityClass["Financial", "SP500"]]

But is there a way to get the list at a specific point in time?

No. I don’t believe so.

Typically you can used Dated to refer to specific entity at a point in time. But this doesn’t work with an EntityClass.