John David Back

Results 4 comments of John David Back

I am not 100% sure, but I don't think you can pull beta from the feed this script uses. See this reference: http://www.jarloo.com/yahoo_finance/

Here is an example use case from a script I am using that uses a fork of ystockquote: https://github.com/johndavidback/stock-picker/blob/master/stocks.py#L108-L117

Getting the same message - layer is being successfully built but is NOT attaching to any functions, despite explicitly listing them ```yaml serverless-layers: dependenciesPath: ./requirements.txt functions: - login - getnonce...