Python Forum
Real Time Stock Market Quotes - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Real Time Stock Market Quotes (/thread-14951.html)



Real Time Stock Market Quotes - Goodsport - Dec-26-2018

I'm looking for someone interested in downloading real time stock quotes into Excel. I am not technical. I found some freeware code in Python, but can't locate the author. Is anyone in this forum interested in collaborating for mutual benefit?


RE: Real Time Stock Market Quotes - Larz60+ - Dec-26-2018

There are quite a few programs that do this on the forum.
Use the search (top right) to find.


RE: Real Time Stock Market Quotes - gontajones - Dec-26-2018

I like to use pandas-datareader.
If you need help on implementing something from the ground, keep posting your progress and questions.
If you need some help on this as a project, pm me.


RE: Real Time Stock Market Quotes - Goodsport - Dec-26-2018

Thank you for replying. I tried contacting this fellow but he did not answer my email. This link appears to have the code. I'm just not a programmer but I am very good at analytics. This link could help a lot of interested people if it were available as an Excel file. IEX is the most honest exchange out there and the data is free. I'm looking for a program that will download: Date, time, Open, High, Low, Close and Volume in five minute increments by just entering the symbol. The program would then refresh every 10-15 seconds and add to the database. With that I could then conduct some market research. The little guys are getting killed in the markets right now.

https://programmingforfinance.com/2017/10/collecting-intraday-stock-data-with-python/


RE: Real Time Stock Market Quotes - Larz60+ - Dec-26-2018

packages here: https://pypi.org/search/?q=real+time+stock+quotes