Get stock prices with date range? #85
-
|
First of all thank you for creating this wonderful api wrapper, I was looking to display chart data of a stock but couldn't figure out a way to get stock value information within a specific date range, I can only query the current value, I'm wondering if this is currently a feature and I'm not figuring it out or if this is a planned feature that hasn't yet been implemented? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
My pleasure - I am glad to read that And nope, you're right that it is not currently supported, but I think it would be a great addition. I have opened an issue for it and I'll try to integrate it next week when I am on break. #86 |
Beta Was this translation helpful? Give feedback.
-
|
@RandomCouch This is now supported in |
Beta Was this translation helpful? Give feedback.
@RandomCouch This is now supported in
v1.4.0with the quotes.historyAPI. You can Read more about using it here.