We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello i am finding this taxonomy error while parsing a form 8k could you pls help?
import logging from xbrl.cache import HttpCache from xbrl.instance import XbrlParser, XbrlInstance
logging.basicConfig(level=logging.INFO)
cache: HttpCache = HttpCache('./cache') cache.set_headers({'From': '[email protected]', 'User-Agent': 'py-xbrl/2.1.0'}) parser = XbrlParser(cache)
schema_url = "https://www.sec.gov/Archives/edgar/data/1039466/000118518524000609/novaccess20240604_8k.htm" inst: XbrlInstance = parser.parse_instance(schema_url)
The text was updated successfully, but these errors were encountered:
ff9f1d9
No branches or pull requests
Hello i am finding this taxonomy error while parsing a form 8k
could you pls help?
import logging
from xbrl.cache import HttpCache
from xbrl.instance import XbrlParser, XbrlInstance
just to see which files are downloaded
logging.basicConfig(level=logging.INFO)
cache: HttpCache = HttpCache('./cache')
cache.set_headers({'From': '[email protected]', 'User-Agent': 'py-xbrl/2.1.0'})
parser = XbrlParser(cache)
schema_url = "https://www.sec.gov/Archives/edgar/data/1039466/000118518524000609/novaccess20240604_8k.htm"
inst: XbrlInstance = parser.parse_instance(schema_url)
The text was updated successfully, but these errors were encountered: