I couldn’t find anything in the documentation about this.
Since the information is publicly available vie web scraping anyway I think this makes sense.
I uploaded a jupyter notebook i use to sum up my earnings and get info about stakes - you can find it at Numerai-Notebooks/Calculate_earnings.ipynb at main · chricke/Numerai-Notebooks · GitHub
If you take a look at cell number 8 you can see the call for fetching round stats from numerapi and use it to get per round stats instead of summing it up as i do.
1 Like
That’ll do it, thanks for sharing!