Yes, CUE's Data API includes flexible date parameters for filtering data. You can set the API to pull data 'before' a specific date, 'after' a specific date, or 'between' two dates. For ongoing data collection, the recommended approach is to use the 'after' parameter with your start date — this creates a continuous feed that captures all data from that point forward indefinitely. For historical analysis or season-specific reporting, you can use the 'between' parameter to specify exact date ranges. This flexibility allows you to set up persistent data feeds for ongoing operations while also having the ability to pull specific time periods for analysis or reconciliation.
