Results 7 comments of Larry

@mirayoon I believe this is the proper way to set the environment variable Sys.setenv(EDGARWEBR_USER_AGENT = " yourcompanyname youremail") where yourcompanyname and youremail are specified by the user. You can check...

> I am also working with this package and observed the same behavior. There are however two distinct problems arising at the same time. > > 1. XBRL is not...

Most of the '403 Forbidden' cannot open URL errors are due to SEC EDGAR requiring a user agent authentication. I was able to fix for XBRL package with the following....

Here is a possible solution by editing the XBRL source code to fix the URL issue https://stackoverflow.com/questions/53651481/schema-file-does-not-exist-in-xbrl-parse-file

A potential fix to the 403 errors that @jwozny brought up with the XBRL URL issue. https://stackoverflow.com/questions/53651481/schema-file-does-not-exist-in-xbrl-parse-file

I'm getting the Bad Request (HTTP 404) error on the api_login as well. I'm using the Google Authenticator app on my mobile phone for the MFA code. Is that the...

> I forked the auth piece and you can see how I am doing it here: https://github.com/exploringfinance/RobinHood/blob/main/R/RobinHood.R does your fork require the otp package?