Niklas Bognar
Results
2
comments of
Niklas Bognar
THe problem with is is that it will not return data from the right date but jsut the latest news
@S0ft1c I did a similar thing to @dnesting This is the function for get_alpaca_news() I use in the class as a member function: ```python def get_alpaca_news(self,today, three_days_prior): newsRequest = NewsRequest(...