# Retrieving Differential Data Using Cursor

By calling the API with `date` set to today, you can retrieve the list of disclosures available at the time of the call. By passing the `cursor` from the previous response along with the `date` parameter in the next call, you can retrieve only the disclosures published after the ones you have already fetched.

If the response contains a `pagination_key`, it means not all results could be retrieved in a single request. Specify the `pagination_key` as a request parameter and re-fetch immediately to retrieve the remaining data.
