Live data from Hacker News

Show HN: SEC 13F Filings – Investment Manager Quarterly Holdings Data

13f.info

1–7 of 7 posts

Re: Show HN: SEC 13F Filings – Investment Manager Quarterly Holdings Data

#4
post #2

GitHub repo available here: https://github.com/toddwschneider/sec-13f-filings

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.

Re: Show HN: SEC 13F Filings – Investment Manager Quarterly Holdings Data

#5
post #4
post #2

GitHub repo available here: https://github.com/toddwschneider/sec-13f-filings

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.

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

Re: Show HN: SEC 13F Filings – Investment Manager Quarterly Holdings Data

#6
post #5
post #4

Earlier quoted context omitted.

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.

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

Thanks