Forum Discussion
Stock Ticker webpart for modern site
We have a requirement for our New Modern Communication Site to have a stock ticker. I can't find any way to get this on a modern site? Any thoughts, Ideas? I found a few widgets, but they are not in an iframe and will not work. I could not find any 3rd party apps/webparts. Thought maybe somebody might have an idea.
My next thought is to create a flow that gets the information from AlphaAdvantage and saves info to a list and then just use CSS to display the list item on the page...
any thoughts ideas appreciated.
We leveraged one of the PnP contributed web parts in the design look book, it's for a stock ticker (you need to provide your own API key). You can acquire it here as part of the PnP starter kit: https://github.com/SharePoint/sp-starter-kit/blob/master/documentation/components/wp-stock-information.md
9 Replies
- Just ask a developer to create a SPFx WebPart you can use in your communication site
- Joe McGowanIron Contributor
I noticed a stock ticker web part in this Microsoft "look book" for SharePoint Online (page 4). Anyone have any insight on this? Thanks.
https://spdesign.azurewebsites.net/downloads/ignite-2018-lookbook.pdf
- John_Sanders
Microsoft
We leveraged one of the PnP contributed web parts in the design look book, it's for a stock ticker (you need to provide your own API key). You can acquire it here as part of the PnP starter kit: https://github.com/SharePoint/sp-starter-kit/blob/master/documentation/components/wp-stock-information.md
- JHerschelIron Contributor
thx