feature: quote for date
wbean1 opened this issue · 2 comments
wbean1 commented
It seems history
is highly tied to the concept of a chart
. It would be helpful to support fetching a Quote
for a specific historical date (or time.Time
or whatever...). Is this already supported in someway I can't see?
edit: for clarity, i'm just after market close price for a specific date, which seems like it /can/ be gleaned from chart.Get()
, but not without a lot of rigamarole with Params & dates.
ackleymi commented
Great idea. Seems like really common use case I just overlooked. I'll see if I can work in some syntactic sugar for that functionality in a future push, I'll ping you when I do.