Ive been continuing testing different runs through and found this error.
Seems to be related to when the program tries to pull the date out of a specific kind of account: "Unaudited Financial Statements".
Its raised here:
core.py: "enddate": s.find(['xbrli:endDate', 'endDate']).text if s.find(['xbrli:endDate', 'endDate']) else None
Then to:
context.py: startdate, "%Y-%m-%d").date() if startdate else None
Hi Dr Kane,
Ive been continuing testing different runs through and found this error. Seems to be related to when the program tries to pull the date out of a specific kind of account: "Unaudited Financial Statements".
Its raised here: core.py: "enddate": s.find(['xbrli:endDate', 'endDate']).text if s.find(['xbrli:endDate', 'endDate']) else None
Then to: context.py: startdate, "%Y-%m-%d").date() if startdate else None
Ending in: _strptime.py: tt, fraction, gmtoff_fraction = _strptime(data_string, format) if len(data_string) != found.end(): 361 raise ValueError("unconverted data remains: %s" % --> 362 data_string[found.end():]) Unconverted-Data.zip
Hope you've been well.