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

[Bug] stocks/search -e asx: no companies found. + other issues #4833

Closed
deeleeramone opened this issue Apr 20, 2023 · 0 comments · Fixed by #4845
Closed

[Bug] stocks/search -e asx: no companies found. + other issues #4833

deeleeramone opened this issue Apr 20, 2023 · 0 comments · Fixed by #4845
Labels
bug Fix bug

Comments

@deeleeramone
Copy link
Contributor

deeleeramone commented Apr 20, 2023

This works:

(🦋) /stocks/ $ search -e nms

Screenshot 2023-04-19 at 6 21 57 PM

However, it looks like the dataframe needs to be flattened because the table wants to filter by date instead of ticker, and the column header should be showing as "Ticker" or "Symbol" instead of "Index".

In another function, the ticker is filterable as a string:

Screenshot 2023-04-19 at 6 20 46 PM

Basically nothing else works when using the --exchange argument:

(🦋) /stocks/ $ search -e tor

No companies found.


(🦋) /stocks/ $ search -e asx

No companies found.


(🦋) /stocks/ $ search -e ams

No companies found.


(🦋) /stocks/ $ search -e bru

No companies found.


(🦋) /stocks/ $ search -e set

No companies found.


(🦋) /stocks/ $

The choices for --industry-group do not populate.

Screenshot 2023-04-19 at 6 12 16 PM

Screenshot 2023-04-19 at 6 12 53 PM

The argument -m exchange_country makes no sense, that letter is not even in the word. This argument should be changed to something intuitive, such as --ec, --exchange-country

@deeleeramone deeleeramone added the bug Fix bug label Apr 20, 2023
@deeleeramone deeleeramone changed the title [Bug] stocks/search -e asx: no companies found. [Bug] stocks/search -e asx: no companies found. + other issues Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fix bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant