hi!
i am making a prototype of an online stock trading application in python using tkinter module for Gui and a csv file for all the stock market data.
i wish to know if there is an api using which stock prices can be changed if i keep all the latest data in a list, using some time constraint functionality as in the prices get changed after some time interval. this project has very high data latency and uses previous day prices for trading..please help..!!
v_rod