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

ENH: Screener Feature Request: url converter instead of manually filter list. #80

Open
Jiamingou opened this issue Aug 8, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@Jiamingou
Copy link

Jiamingou commented Aug 8, 2023

Is your feature request related to a problem?

For the overview feature, won't it be better if you just take the given link and obtain stocks list from the link ? Is kind of taking much more works to copy each filter criterial and put them into a dict by clients.

Describe the solution you'd like

Accpet clients url , and crawl the filtered list given by the url.

API breaking implications

for instance, Overview (url = 'https://finviz.com/screener.ashx?v=111&f=idx_sp500,sh_avgvol_u500') , you write the class method "_convert_url_dict" that turn the specific argument from the link into a filter dict internally, and then set it as the filter dict to Overview().

User Code Example :

foverview = Overview(url = 'https://finviz.com/screener.ashx?v=111&f=idx_sp500,sh_avgvol_u500')
df = foverview.screener_view()
df.head()

@lit26 lit26 added the enhancement New feature or request label Aug 8, 2023
@michaeldeblok
Copy link

+1 on this

@lit26
Copy link
Owner

lit26 commented Jun 20, 2024

+1 on this

Are you working on this?

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

No branches or pull requests

3 participants