I have many thousand timeseries where I need to find the date of the first datapoints in each series.
For each timeseries, I have no idea if the first datapoint is from this year, or from 20 years ago. Fetching data for several decades is not effective.
Any ideas how to get the first datapoint? Getting the last datapoint would also be great.
Thanks!