Sort:  

Also take a look at this https://steempeak.com/scotbot/@holger80/scotbot-get-account-history-api-endpoint. Here is an example for rewards of the last 7 days in Python.

I think the api will do as long as I can work our how the rewards are displayed. I would expect curation reward to be 1-20 for a STEM post but the number that I think is the reward is much larger.

Oh yes i didnt read the last part int_amount is the reward but you have to devide it by 10^precision so 10^6 for STEM. For example 10722088/10^6=10.722088

Thank you!