Hi team,
Is it possible to have date filters possible for the "ZILLOW/DATA" dataset?
This is my code right now:
data = nasdaqdatalink.get_table(
"ZILLOW/DATA",
indicator_id="ZALL",
region_id="62004",
paginate=True,
)
I would like to add an additional filter for the date since there can be many records available.