Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tq_exchange does not pull dual-listed stocks #203

Open
genaromv opened this issue Aug 17, 2021 · 0 comments
Open

tq_exchange does not pull dual-listed stocks #203

genaromv opened this issue Aug 17, 2021 · 0 comments

Comments

@genaromv
Copy link

Dual-listed stocks, such as Verizon (VZ), do not appear to be pulled using tq_exchange('NYSE'). I did some sleuthing and discovered they appeared to be stored in the following API call:

https://api.nasdaq.com/api/screener/stocks?tableonly=true&exchange=dual

This is instead of using 'nyse' for the API call:

https://api.nasdaq.com/api/screener/stocks?tableonly=true&exchange=nyse

It would be good if tq_exchange() either integrated these stocks in their proper exchanges or allowed the use of a 'DUAL' parameter value to account for these stocks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant