jadchaar / sec-edgar-downloader

📈 Download filings from the SEC EDGAR database using Python
https://sec-edgar-downloader.readthedocs.io
MIT License
502 stars 137 forks source link

10-Q for symbol "V" doesn't return Visa Inc. #93

Closed weseemahmed closed 2 years ago

weseemahmed commented 2 years ago

Searching for symbol "V" for 10-Q forms returns other securities besides Visa Inc. depending on quarterly submission. 10-K appears to work fine.

jadchaar commented 2 years ago

Hey @weseemahmed! This is due to the package's underlying use of the SEC full text search API. The API is a bit lenient in it's query abilities, so I recommend getting around this bug by fetching filings using the CIK for Visa: 1403161. You can find CIKs for tickers using this website: https://www.sec.gov/edgar/searchedgar/cik.htm

Let me know if any further issues arise :)!