Project download statistics

I am trying to find if there is any way to get back download statistics for my projects on Gitlab.

The REST API has an endpoint that returns the statistics for the last 30 days.

curl --header "PRIVATE-TOKEN: xxxxs " "https://gitlab.com/api/v4/projects/xxxxx/statistics"

However I would like statistics for a longer period. Is there any way either via the API or somehow else?

Regards