meltano / hub

The single source of truth for all Meltano plugins, including all available Singer Taps and Targets: https://hub.meltano.com
https://hub.meltano.com
49 stars 65 forks source link

TAP-SEC #1051

Open EMCP opened 1 year ago

EMCP commented 1 year ago

TAP SEC performs the needed steps to procure Securities and Exchange Commission submitted documents.

As of now it only supports the downloading of the latest 13F

NOTE

It is hard coded for now to download a single companies filing and that is Renaissance Technologies... if more work is desired then I am open to hearing feedback or PRs.

References

https://www.investopedia.com/terms/f/form-13f.asp

https://pypi.org/project/tap-sec/

tayloramurphy commented 1 year ago

@EMCP is the code to the tap open source? My first thought would be just making the company a config option.

EMCP commented 1 year ago

it is indeed MIT licensed

Source : https://gitlab.com/jrgemcp-public/meltano-taps/tap-sec-13f

Will make that an issue in Gitlab, thank you and I had the same thought

EDIT: since the MIT license was only in the POETRY file.. I've just now added it to the gitlab repo license file so there is no ambiguity