OpenBB
OpenBB copied to clipboard
Added `exchange` filter in `stocks\search`
Description
- [x] Issue Fixed: #4778
- [x] Summary of fixes/additions:
- Modified the argument
exchangeto theexchange_countryargument and-eto-ec - Added the new
exchangefilter that can search based on the exchange name e.g. NYS, FRA etc - Fixed docstring for
call_searchinstocks_helper.pyby adding info aboutexchangeandindustry_grouparguments
How has this been tested?
Tested using various command argument combinations on the terminal and via SDK.
- [x] Make sure affected commands still run in terminal
- [x] Ensure the SDK still works
- [x] Check any related reports
Checklist:
- [x] I have adhered to the GitFlow naming convention and my branch name is in the format of
feature/feature-nameorhotfix/hotfix-name. - [x] Update our documentation following these guidelines. Update any user guides that are affected by the changes.
- [x] Update our tests following these guidelines.
- [x] Make sure you are following our CONTRIBUTING guidelines.
- [x] If a feature was added make sure to add it to the corresponding integration test script.
Others
- [x] I have performed a self-review of my own code.
- [x] I have commented my code, particularly in hard-to-understand areas.