Query: MATCH (n) WHERE n.Entity_EntityCreationDate < datetime("1000") AND n.Entity_EntityCreationDate > datetime("0001-01-01T00:00:00Z") RETURN n.LEI, n.Entity_EntityCreationDate

Returns a table of entities created in the first millenia, containing their LEI number and their Creation Date