Open neili02 opened 2 weeks ago
symbols (Optional[str]): The comma-separated list of symbols to query news for.
@neili02 the parameter currently does not support list. Please convert to comma separated str.
NewsClient().getnews(request_params=NewsRequest(symbols=",".join(['AAPL','GOOGL']))
Okay, thanks.
Is there an existing issue for this?
Current Behavior
Error when using NewsRequest with multiple symbols.
results in error.
Expected Behavior
No response
SDK Version I encountered this issue in
alpaca-py v0.31.0
Steps To Reproduce
Filled out the Steps to Reproduce section?
Anything else?
No response