Can I Create a custom scanner using Kite API and output will be shown in python output console?

Ashukdb
Ashukdb edited June 2021 in Python client
I have a python 3.x mac system, want to create a custom scanner ONLY, as per my requirement, and output would be a list of stock in the python console.

I have few queries and please let me know this is feasible or not.....

1. Do I need to store all incoming data from Kite API ? so that my scanner condition will run on that and show me the result.
2. Or, my condition will run on the cloud, and no need to worry about incoming huge data.

Thanks,
Tagged:
  • Sree
    Sree edited June 2021
    @Ashukdb
    Do I need to store all incoming data from Kite API ? so that my scanner condition will run on that and show me the result.
    Or, my condition will run on the cloud, and no need to worry about incoming huge data.
    Kite connect provide rest-like APIs and WebSocket stream that you can use as per the use-case. You can go through Kiteconnect documentation here and FAQs here.
Sign In or Register to comment.