Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Create a webpage to track prices of publicly traded securities
| ResourceFunction["SecuritiesTracker"][{"name1","name2",…}] deploys a periodically updating webpage showing the prices of the specified finanical entities. | |
| ResourceFunction["SecuritiesTracker"][names,update] sets update as the update period. | |
| ResourceFunction["SecuritiesTracker"][names,update,location] deploys to a CloudObject at the specified location. | 
Deploy a webpage to the cloud to track three tech stock prices:
| In[1]:= | ![ResourceFunction["SecuritiesTracker"][{"GOOGL", "AAPL", "MSFT"}]](https://www.wolframcloud.com/obj/resourcesystem/images/26b/26b2626b-cdfe-4597-8098-2bf2e5829afc/0d1bf83851df3798.png) | 
| Out[1]= |  | 
Create a webpage that updates every 30 seconds:
| In[2]:= | ![ResourceFunction["SecuritiesTracker"][{"NYSE:DE", "NYSE:CAT"}, Quantity[30, "Seconds"]]](https://www.wolframcloud.com/obj/resourcesystem/images/26b/26b2626b-cdfe-4597-8098-2bf2e5829afc/60a91c10b80499a5.png) | 
| Out[2]= |  | 

Specify the cloud object for deployment:
| In[3]:= | ![ResourceFunction[
 "SecuritiesTracker"][{"NYSE:DE", "NYSE:CAT"}, Automatic, "MyPortfolio", Permissions -> "Public"]](https://www.wolframcloud.com/obj/resourcesystem/images/26b/26b2626b-cdfe-4597-8098-2bf2e5829afc/583ddb35300316de.png) | 
| Out[3]= |  | 
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License