Make sure the payload you are passing is correct. I was facing the same issue after a lot of debugging found that the issue was with the key I passed as parameter, it was symboltoken but I was passing symbolToken due to which API response was returning a success call but data was empty. Also make sure the dates passed are also correct ones.