Open ChandraShekar-22 opened 2 months ago
I came across a situation in my project where, after 2024, there are drastic changes in the share values. We are displaying previous values in billions, but the data in the database is still stored in millions
Hi @ChandraShekar-22, yes confirmed that at some point the SEC changed their spec to request values in dollars instead of thousands of dollars. My production site handles this change, but this repo currently does not. I will update the code in this repo when I have a chance, but the short version is:
There are plenty of errors though where some filers continued to report in thousands after 2023, so that's something to be aware of
Thanks @toddwschneider . And I also noticed that for Form-D filing we don't have the latest code in the repo. it would be helpful if you update that also.
I came across a situation in my project where, after 2024, there are drastic changes in the share values. We are displaying previous values in billions, but the data in the database is still stored in millions