miha42-github / company_dns

An open source micro-service focused that provides company data from EDGAR plus Wikipedia, and SIC lookup.
https://miha42-github.github.io/company_dns/
Apache License 2.0
9 stars 2 forks source link

Create /V1.1/company/detail/<string:query> endpoint #2

Closed miha42-github closed 3 years ago

miha42-github commented 3 years ago

Provide an endpoint which enables a user to specific either the or to get information about the company. This option should avoid talking to GeoPy. Research should be done to check on if merely a CIK can be used to gather the information. If so then that is likely the simplest approach. Specifically, the get all filings from the EDGAR might have all of the required information to generate the company detail.

miha42-github commented 3 years ago

The API has been updated and is ready for inclusion into the mediumroast.io project.