Carrot reference
Functions
stockPrice()
given a date , returns the value of shares on that date syntax stockprice(\[date]\[, symbol]) date (optional) the date of the returned stock price symbol (optional) the ticker symbol of the stock return type number docid\ uci5tctfvbhonej6zqijg sample usage stockprice('2019 01 01') returns the value of the stock price on 01/01/2019 supported data types input type return type logic date docid\ xtaqdzvlbtakjxrnpfwe9 number docid\ uci5tctfvbhonej6zqijg if a date value is passed, the stock price on that date will be returned unsupported data types null docid\ n9trvqonnbknql9drnbp6 unsupported data types return null