By default all of our Bank Reads will retrieve account statements for last three months. You can change this behavior by setting the start_date field in your Bank Read API Initialization Request.
It could be something like:
{ "request_code": "fitnance_request", "start_date":"2019-05-06" //YYYY-MM-DD }
References:
- Bank Aggregation API Initialization endpoint here