algo2t / alphatrade

Python APIs for SAS Online Alpha Trade Web platform for creating algo trading using python
https://algo2t.github.io/alphatrade
MIT License
45 stars 25 forks source link

for Indices remove the upper method #24

Closed dccgarch closed 2 years ago

dccgarch commented 2 years ago

Hi,

Data for Nifty and Banknifty returns None because you have made it upper for all symbols where as for Nifty and Banknifty these are "Nifty 50" and "Nifty Bank" respectively. Upper case wont work for them. So please make the necessary changes.

dccgarch commented 2 years ago

now i see that you commented it out. Could you please check why Nifty and BN intraday n hist data is not coming