npArr = dataDict[symbol]
dateFilter = np.array([date])
res = np.in1d(npArr[:, 5], dateFilter)
idx = 0
for i in range(0, len(res)):
if res[i]:
idx = i
filtered = npArr[res]
div = npArr[idx][4]
More than 1 year has passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme