Python Forum
Real time pricing Yahoo finance
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Real time pricing Yahoo finance
#1
Hi guys,

I'm new to coding and python, I'm interested in stocks and analysis and wanted to look into making a scanner/screener.

Before I get started there's one key thing I wanted check if something was possible with some more experienced folks which would save me a bunch of time.

Will it be possible to scan yahoo finance for stocks within a certain price range and then display the stocks within that range and their real time price ie. the price of those found stocks will change/update. This includes pre-market. The idea behind this is I won't have to re-run the program to get the updated price. This would also be used for the volume of the current day.

Feel free to post below or private message me. Bear in mind I don't know much of the lingo to get too technical but am willing to try if there's an important aspect in making this work.

Cheers
Reply
#2
(Aug-09-2018, 12:56 PM)nathanz Wrote: Will it be possible to scan yahoo finance for stocks within a certain price range and then display the stocks within that range and their real time price ie. the price of those found stocks will change/update. This includes pre-market. The idea behind this is I won't have to re-run the program to get the updated price. This would also be used for the volume of the current day.
If the price changes, the database you have is outdated and would require the program to be reran to at least update the database. Or your program is going to be constantly connected to obtain the up to date prices meaning its constantly running, or running at certain intervals.

I have no idea about anything regarding stocks. So iam not sure if yahoo finance has an API to connect to to get updated stats, or whether you just have to scan their website, etc.
Recommended Tutorials:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Non-blocking real-time plotting slow_rider 5 3,600 Jan-07-2023, 09:47 PM
Last Post: woooee
Heart Yahoo email "search and destroy"! Linh_lee 20 4,241 Aug-28-2022, 10:57 AM
Last Post: sandrahdes
  Python help for yahoo finance! Zshanar 7 3,348 Jul-31-2022, 05:27 PM
Last Post: paulyan
  Real time database satyanarayana 3 1,661 Feb-16-2022, 01:37 PM
Last Post: buran
  Real time data satyanarayana 3 23,265 Feb-16-2022, 07:46 AM
Last Post: satyanarayana
  Real time Detection and Display Gilush 0 1,782 Feb-05-2022, 08:28 PM
Last Post: Gilush
  Real-Time output of server script on a client script. throwaway34 2 2,047 Oct-03-2021, 09:37 AM
Last Post: ibreeden
  Real Time Audio Processing with Python Sound-Device not working Slartybartfast 2 3,957 Mar-14-2021, 07:20 PM
Last Post: Slartybartfast
Question I can't get my real-time chart with Python (Help!) Bastian_ElProfe 1 2,219 Jan-20-2021, 01:34 PM
Last Post: wostan
  Real Time signal processing tagalog 2 2,654 Dec-12-2020, 05:23 AM
Last Post: tagalog

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020