Trade api questions of newbee

To obtain the current market price of stocks, you can subscribe to market websocket API Documentation | Market Data Feed. This will provide you with data in a standard JSON format, after which you can use libraries like Pandas in Python to create graphical representations.

You can also refer to this thread Pandas Usage

For easier implementation of websockets do refer to streamer functionalities provided in various languages.