I retrieved the history of some 1000+ stocks through adding them to QuantBook() and calling qb.History(qb.Securities.Keys, start_time, end_time, Resolution.Daily). I then attempted to resample the resulting dataframe “history” with history.groupby(level="symbol", group_keys=False).resample("M").last(). This then threw an error “ValueError: Invalid frequency: FD R735QTJ8XC9X”. Which pertains to a hash key in some securities (I presume?)