Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
Stock ticker?
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Site Admin
- Posts: 305
- Joined: July 23rd, 2010, 8:32 pm
- Location: Las Vegas, NV USA
- Contact:
Stock ticker?
I have a new idea for Smartie. Is there/can there be a plugin made to display stock market stats and whatnot? It doesn't need to be anything fancy just basically the following (For Example)
NYSE: WFC
$24.27 +0.32 (1.34%)
I'd like to be able to customize it though like have multiple stocks to scroll just like the ticker in New York City's Times Square. I believe this would be greatly useful for people investing in the stock market or even day traders...
Cheers
NYSE: WFC
$24.27 +0.32 (1.34%)
I'd like to be able to customize it though like have multiple stocks to scroll just like the ticker in New York City's Times Square. I believe this would be greatly useful for people investing in the stock market or even day traders...
Cheers
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
Re: Stock ticker?
Where can you retrieve these info?
Is this a free service?
Is this a free service?
-
- Site Admin
- Posts: 305
- Joined: July 23rd, 2010, 8:32 pm
- Location: Las Vegas, NV USA
- Contact:
-
- Plugin Author
- Posts: 276
- Joined: May 27th, 2011, 2:13 pm
- Location: Stirling, Scotland
Re: Stock ticker?
There appears to be lots of examples of scraping data from yahoo finance in Python. I could only find one that wasn't in Python at https://www.bing.com/videos/search?q=ho ... &FORM=VIRE
It's in C++.
I'm not fluent in Python and unfortunately I'm in the middle of doing a house extension so don't have a lot of time at the moment but I'll take a look further if I get a chance.
It's in C++.
I'm not fluent in Python and unfortunately I'm in the middle of doing a house extension so don't have a lot of time at the moment but I'll take a look further if I get a chance.
-
- Site Admin
- Posts: 305
- Joined: July 23rd, 2010, 8:32 pm
- Location: Las Vegas, NV USA
- Contact:
Re: Stock ticker?
Thank you and good luck with the housedperrow wrote: ↑September 24th, 2020, 3:19 pmThere appears to be lots of examples of scraping data from yahoo finance in Python. I could only find one that wasn't in Python at https://www.bing.com/videos/search?q=ho ... &FORM=VIRE
It's in C++.
I'm not fluent in Python and unfortunately I'm in the middle of doing a house extension so don't have a lot of time at the moment but I'll take a look further if I get a chance.

-
- Posts: 100
- Joined: January 17th, 2018, 1:43 pm
Re: Stock ticker?
Hi guys, hope you are all fine.
Some popular webs to retrieve stock data could be
https://www.webull.com/
and
https://www.investing.com/
Some popular webs to retrieve stock data could be
https://www.webull.com/
and
https://www.investing.com/
-
- Site Admin
- Posts: 305
- Joined: July 23rd, 2010, 8:32 pm
- Location: Las Vegas, NV USA
- Contact:
Re: Stock ticker?
Thank you for the reply. Much appreciatedtrihy wrote: ↑September 17th, 2021, 12:14 amHi guys, hope you are all fine.
Some popular webs to retrieve stock data could be
https://www.webull.com/
and
https://www.investing.com/

-
- Posts: 100
- Joined: January 17th, 2018, 1:43 pm
Re: Stock ticker?
Too bad didnt get any email alerting the project is back.
Hope you are still around. Never undertood why so much arduino projects with lcd screens and this one which is Windows based has few interest. Maybe because it´s a little difficult to find the usb backpack for this LCD´s, but even saw people putting the entire arduino inside the PC to drive the LCD, a lot more complicated.
Wonder if there are other ways, usb backpack can be a little expensive too.
Any way to connect them through PC serial port or other option? Guess some motherboards still has serial port pins.
Hope you are still around. Never undertood why so much arduino projects with lcd screens and this one which is Windows based has few interest. Maybe because it´s a little difficult to find the usb backpack for this LCD´s, but even saw people putting the entire arduino inside the PC to drive the LCD, a lot more complicated.
Wonder if there are other ways, usb backpack can be a little expensive too.
Any way to connect them through PC serial port or other option? Guess some motherboards still has serial port pins.
-
- Site Admin
- Posts: 305
- Joined: July 23rd, 2010, 8:32 pm
- Location: Las Vegas, NV USA
- Contact:
Re: Stock ticker?
There are LCD screens out there that have RS232. I have found some via crystalfontz.com. There is already a built in driver inside smartie to drive them as well. I have done several arduino back pack type solutions in the past to act as a go between and just use either the matrix.dll protocol or the crystal.dll protocol. Options are out there. There is also a place here on the forums for such hardware discussions.trihy wrote: ↑October 22nd, 2023, 7:26 pmToo bad didnt get any email alerting the project is back.
Hope you are still around. Never undertood why so much arduino projects with lcd screens and this one which is Windows based has few interest. Maybe because it´s a little difficult to find the usb backpack for this LCD´s, but even saw people putting the entire arduino inside the PC to drive the LCD, a lot more complicated.
Wonder if there are other ways, usb backpack can be a little expensive too.
Any way to connect them through PC serial port or other option? Guess some motherboards still has serial port pins.
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
Re: Stock ticker?
In hardware discussion (https://lcdsmartie.org/forums/viewforum.php?f=11) you can find few low cost hardware projects.
A couple that I use and I can confirm that are working just fine:
FTDI https://lcdsmartie.org/forums/viewtopic.php?t=1540
ESP8266 https://lcdsmartie.org/forums/viewtopic.php?t=3618
A couple that I use and I can confirm that are working just fine:
FTDI https://lcdsmartie.org/forums/viewtopic.php?t=1540
ESP8266 https://lcdsmartie.org/forums/viewtopic.php?t=3618