Carrot reference
Functions
stockPrice()
Given a Date, returns the value of shares on that date.
stockPrice([date][, symbol])
- date - (optional) the date of the returned stock price
- symbol - (optional) the ticker symbol of the stock
stockPrice('2019-01-01') returns the value of the stock price on 01/01/2019.
Updated 04 Oct 2023
Did this page help you?