Closed rpayanm closed 1 month ago
Hey, you are also missing the use_local_storage()
call
use_local_storage()
download_edgar_data()
Currently local storage relates to company facts and company filings. Calling Company("NFLX")
makes a call to the SEC's Get Company Tickers endpoint. The plan is to expand what's included in local storage in the next few weeks.
Hi there,
Thank you for this amazing lib.
I was trying to use local storage, I did this:
It downloaded the files.
then I disabled my wifi and ran this:
I received this error:
Next, I set my User-Agent identity:
But, I received this error:
Thanks in advance.