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

Add insights module #168

Closed
advaiyalad opened this issue May 8, 2021 · 1 comment · Fixed by #169
Closed

Add insights module #168

advaiyalad opened this issue May 8, 2021 · 1 comment · Fixed by #169
Labels
enhancement New feature or request new module Creation of a new module that does not yet exist released

Comments

@advaiyalad
Copy link
Contributor

Feature Request

Wanted Module

An insights module.

Endpoint (if you found one)

https://query2.finance.yahoo.com/ws/insights/v2/finance/insights

Query Params

Name Type Required
symbol string true
lang string false
region string false
reportsCount number false
getAllResearchReports boolean false

Potential Example Usage

This module could be used in the following way:

yf.insights("AMD", { reportsCount: 5 });
@advaiyalad advaiyalad added enhancement New feature or request new module Creation of a new module that does not yet exist labels May 8, 2021
@gadicc
Copy link
Owner

gadicc commented Jun 1, 2021

🎉 This issue has been resolved in version 1.11.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gadicc gadicc added the released label Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new module Creation of a new module that does not yet exist released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants