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

In KiteConnect API we have one API ohlc, which can be used to get the LTP of any instrument and there is no subscription required there ( like we have websocket subscription). Is that achievable in this. #16

Closed megamobileapps closed 3 years ago

megamobileapps commented 3 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

algo2t commented 3 years ago

No it is not possible to get LTP or OHLC in alphatrade as it is similar to AliceBlue API, most of the things which are possible in AliceBlue API those are possible here with some exceptions.