Skip to content
New issue

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

TaxonomyNotFound: The taxonomy with namespace http://xbrl.sec.gov/dei/2024 could not be found. Please check if it is imported in the schema file #136

Closed
mmistroni opened this issue Jun 4, 2024 · 0 comments

Comments

@mmistroni
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant