When retrieving filings, I receive an error for being an Undeclared Automated Tool. For example, when using
latest_filings()
I receive error
No encoding supplied: defaulting to UTF-8.
Error in check_result(res) :
EDGAR request blocked from Undeclared Automated Tool.
Please visit https://www.sec.gov/developer for best practices.
See https://mwaldstein.github.io/edgarWebR/index.html#ethical-use--fair-access for your responsibilities
Consider also setting the environment variable 'EDGARWEBR_USER_AGENT
I found in the README the following information:
Because of abusive use of this library, the SEC is likely to block its use “as is” without setting a custom ‘User Agent’ identifier. Details for setting a custom agent are below.
However, no details were given below. Could anyone help me on setting the user agent?
When retrieving filings, I receive an error for being an Undeclared Automated Tool. For example, when using
latest_filings()I receive error
I found in the README the following information:
However, no details were given below. Could anyone help me on setting the user agent?