How do i search and query based on time?

@Bradley_Benjamin, I can see the output might look like this from the above query. Is that what you are looking for?

{
        "_id" : "1INCH-BTC",
        "latest_date" : ISODate("2022-02-03T14:49:11Z"),
        "recent_price" : 439
}
{
        "_id" : "ANOTHER",
        "latest_date" : ISODate("2022-02-03T14:49:11Z"),
        "recent_price" : 999
}