Show HN: SEC 13F Filings – Investment Manager Quarterly Holdings Data (13f.info) 4 points by lil_tee 5y ago ↗ HN
[–] lil_tee 5y ago ↗ GitHub repo available here: https://github.com/toddwschneider/sec-13f-filings [–] malshe 5y ago ↗ Very nice! Thanks for making this.I am curious, how difficult was it to parse XML? I want to extract footnotes from 10-Q and 10-Ks but I was a little bit intimidated by XBRL. [–] lil_tee 5y ago ↗ Thanks. The 13F XML is not too complicated, here is the relevant section of code in case helpful: https://github.com/toddwschneider/sec-13f-filings/blob/main/...I haven't worked with XBRL though, so am not sure if it's more involved [–] malshe 5y ago ↗ Thanks
[–] malshe 5y ago ↗ Very nice! Thanks for making this.I am curious, how difficult was it to parse XML? I want to extract footnotes from 10-Q and 10-Ks but I was a little bit intimidated by XBRL. [–] lil_tee 5y ago ↗ Thanks. The 13F XML is not too complicated, here is the relevant section of code in case helpful: https://github.com/toddwschneider/sec-13f-filings/blob/main/...I haven't worked with XBRL though, so am not sure if it's more involved [–] malshe 5y ago ↗ Thanks
[–] lil_tee 5y ago ↗ Thanks. The 13F XML is not too complicated, here is the relevant section of code in case helpful: https://github.com/toddwschneider/sec-13f-filings/blob/main/...I haven't worked with XBRL though, so am not sure if it's more involved [–] malshe 5y ago ↗ Thanks
6 comments
[ 9.3 ms ] story [ 74.2 ms ] threadI am curious, how difficult was it to parse XML? I want to extract footnotes from 10-Q and 10-Ks but I was a little bit intimidated by XBRL.
I haven't worked with XBRL though, so am not sure if it's more involved