This resource function is obsolete due to restrictions in the Wolfram Cloud.

Function Repository Resource:

SecuritiesTracker

Source Notebook

Create a webpage to track prices of publicly traded securities

Contributed by: Bob Sandheinrich

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.

Details and Options

The period update can be either a number of seconds or a time Quantity. The default update period is 30 minutes.
ResourceFunction["SecuritiesTracker"] takes the same options as CloudDeploy.
ResourceFunction["SecuritiesTracker"] requires authentication via CloudConnect.

Examples

Basic Examples (2) 

Deploy a webpage to the cloud to track three tech stock prices:

In[1]:=
ResourceFunction["SecuritiesTracker"][{"GOOGL", "AAPL", "MSFT"}]
Out[1]=

Scope (2) 

Create a webpage that updates every 30 seconds:

In[2]:=
ResourceFunction["SecuritiesTracker"][{"NYSE:DE", "NYSE:CAT"}, Quantity[30, "Seconds"]]
Out[2]=

Specify the cloud object for deployment:

In[3]:=
ResourceFunction[
 "SecuritiesTracker"][{"NYSE:DE", "NYSE:CAT"}, Automatic, "MyPortfolio", Permissions -> "Public"]
Out[3]=

Requirements

Wolfram Language 11.3 (March 2018) or above

Version History

  • 1.0.0 – 01 April 2019

License Information