You can use the @fetch_account_data decorator in conjunction with the @requires decorator but you are restricted to one definition of a particular type of data across both decorators. For example, you can request a day of balances with the @fetch_account_data decorator, and a day of postings with the @requires decorator, but you cannot request postings or balances with both.