```dataview
LIST
WHERE file.day <= this.file.day - dur(1 d) & series = this.series
SORT file.day DESC
LIMIT 5
SORT file.day ASC
```
```dataview
LIST
WHERE file.day >= this.file.day + dur(1 d) & series = this.series
SORT file.day ASC
LIMIT 5
```
[[👤yfuku]]