eduardo-olivares1 / Narwhal

A discord bot designed to alert users of important cryptocurrency movements and events.
MIT License
2 stars 1 forks source link

Historical Price Query #12

Open srglnd opened 3 years ago

srglnd commented 3 years ago

Add functionality to query the opening or closing price on a specific date for any Coingecko asset.

Example:

$price ETH 1/1/2020 close

arg0 = ticker arg1 = MM/DD/YYYY arg2 = open / close (opening price is the price at UTC daily candle open, closing price is price at UTC daily candle close)

I would like to help with this one