BillColak / SEC_Downloader

A small python code to download 10-K or 10-Q filings from SEC as excel files or it can be integrated into your own code as pandas dataframes.
MIT License
7 stars 3 forks source link

SEC New Fair Access Limit #1

Open kedimamasi opened 2 years ago

kedimamasi commented 2 years ago

First of all, thanks a million for this great downloader! And, I would like to ask, how can we integrate the new SEC user agent requirement to the code? Thank you for your time!

image

BillColak commented 2 years ago

Hey Kedimamasi,

I have updated the code to hate the option to customize request-headers, however I am still getting 'Your Request Originates from an Undeclared Automated Tool' from SEC.

Personally, I would say this code this deprecated and I would advise against using it as it need a lot of polishing but rather use the SEC API instead: https://www.sec.gov/edgar/sec-api-documentation, it is more efficient and flexible. I just don't have the time to work out it.

thanks!

image