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

Support for new screeners for NSE and BSE #786

Open
pgupta1795 opened this issue Aug 6, 2024 · 0 comments
Open

Support for new screeners for NSE and BSE #786

pgupta1795 opened this issue Aug 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@pgupta1795
Copy link

pgupta1795 commented Aug 6, 2024

Feature Request

Wanted Feature

Add following to the current screeners
"most_actives_in",
"day_gainers_in",
"day_losers_in",
"top_mutual_funds_in"

Use Cases

Potential Example Usage

This feature could be used in the following way:

// something here, please fill this out

 const queryOptions: ScreenerOptions = {
    scrIds: day_gainers_in,
    count: 5
    lang: 'en-US',
    region: 'in'
  };
const result = await yahooFinance.screener(queryOptions, {validateResult: false});
@pgupta1795 pgupta1795 added the enhancement New feature or request label Aug 6, 2024
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

1 participant