You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues to ensure there isn't already an issue about this question.
My question has to do with the JS SDK and isn't a general question about the API. (If it is please open your issue here)
My question isn't about how to do a specific algorithm or asking for trade advice (answers to these are outside the scope of this repo).
Question
I was following the "How to Build a Simple Stock Screener Using Node.js" in the blog. The blog was written in August of 2020, and I'm certain the API has changed since. So, when I go to run my project after following the tutorial, I get an error of "Property getAggregates() does not exist on type Alpaca."
Now I can't find any documentation that ever existed in the API on this method, and none of the current ones look like they are close enough to what this was. My question is: Is there a replacement property for .getAggregates()?
The text was updated successfully, but these errors were encountered:
Question form pre-submit checklist.
Question
I was following the "How to Build a Simple Stock Screener Using Node.js" in the blog. The blog was written in August of 2020, and I'm certain the API has changed since. So, when I go to run my project after following the tutorial, I get an error of "Property
getAggregates()
does not exist on typeAlpaca
."Now I can't find any documentation that ever existed in the API on this method, and none of the current ones look like they are close enough to what this was. My question is: Is there a replacement property for
.getAggregates()
?The text was updated successfully, but these errors were encountered: