Issue with Data
-
Hi,
I am working on a Nasdaq 10 LS strategy. I think there might be some issue with the data. AAPL dividends from 2022 are missing from the data.
stocks_data = qndata.stocks.load_data( tail = 365, max_date = "2022-09-16") df_temp = stocks_data.sel(asset = "NAS:AAPL").sel(field = "divs").to_dataframe() df_temp[df_temp.stocks!=0]
I see the following output, which is missing 3 dividends from 2022.
asset field stocks time 2021-11-05 NAS:AAPL divs 0.22
-
This post is deleted! -
This post is deleted! -
@alphastar Sorry for the very late answer, the issue has been fixed in the meantime....
-
This post is deleted! -
This post is deleted! -
This post is deleted!