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

Textual Information Extraction #106

Open
Sindhuja217 opened this issue Sep 10, 2024 · 2 comments
Open

Textual Information Extraction #106

Sindhuja217 opened this issue Sep 10, 2024 · 2 comments
Labels
question Further information is requested

Comments

@Sindhuja217
Copy link

Is there any way to extract the textual information for each section of Form 10Q

@dgunning dgunning added the question Further information is requested label Sep 10, 2024
@dgunning
Copy link
Owner

You can get sections of a 10-K or 10-Q like so

filing = Company("AAPL").get_filings(form="10-Q").latest(1)
tenq = filing.obj()
print(tenq.items)
tenq['Item 1']

@Sindhuja217
Copy link
Author

Yes that works Thank you so much but is there any way where I can extract only the textual part without the tables in the sections

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

No branches or pull requests

2 participants