OpenBBTerminal icon indicating copy to clipboard operation
OpenBBTerminal copied to clipboard

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

Open deeleeramone opened this issue 1 year ago • 0 comments

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 avatar Apr 20 '23 01:04 deeleeramone