Asaf Ravid
Asaf Ravid
Pretty standard time Can be sometimes 3 seconds per ticker Can be sometimes much more
Where are you situated geographically?
It might be As the yahoo finance website is in the US
Looks like a good improvement, is it most-updated in your fork? I'd like to examine it
> @xwu64 > Can you check if the correct one is present in this table, when using `t.quarterly_cashflow`, instead? @eabase definitely looks similar
Use the nasdaq ftp website and search in the csvs You can see in www.github.com/asafravid/sss
@stolsma @mestery seems on my `arm64` system this is a FATAL enough error such that it fails the `ovs-vswitchd` from starting. Hence, Perhaps I should link my fork of https://github.com/asafravid/ovs...
Great idea Please see my changes to support aarch64 as follows: https://github.com/asafravid/ovs/commit/8c441a55ca0333b56609f3d60830088ee5e4986f As well as: https://github.com/asafravid/p4-dpdk-target/commit/6d9126f13891026b4046105fe208783ae1c1e35f I’m also working on aarch64 so would be great to cooperate and collaborate Let...
Another option we thought of is to auto-detect the architecture via `uname -m` (yields `x86_64` or `aarch64` respectively for x86 or arm64) so as to simplify that Both options of...
I'm also getting this error: ``` "C:\Program Files (x86)\Python37-32\python.exe" C:/Users/Asaf/Documents/GitHub/stockscore/stockscore.py Traceback (most recent call last): File ".../stockscore/stockscore.py", line 7, in from stockscore.data import get_symbols ImportError: cannot import name 'get_symbols' from...