tavurth / gme-terminal

GME and other stocks investor holdings
MIT License
46 stars 4 forks source link

Query LLCs and other entities #4

Open tavurth opened 3 years ago

tavurth commented 3 years ago

I currently use a simple list of stocks in a JSON file I downloaded from the internet.

This works pretty well for my purposes but some people want to query about other entities such as LLCs. In this case we could download a list of all LLCs again and add it to the array linked above, or we could use an API call to pull that data dynamically.

Since I'd like to keep things API agnostic, I'd rather pull them manually (without licensing issues) and save them as JSON. This keeps the app very responsive as well since we don't have to wait for data.

If anyone has an example list of LLCs that we could add it would be a one-line change with some improvements for users.

Call to action here would be:

A list of LLCs and non stock entities