Results 197 comments of Arthur Wolf

So I should do my PR against the `dev` branch right? I'll make an attempt, will probably be a bit of a mess but hopefully you can walk me through...

Ok I made an attempt at https://github.com/gadicc/yahoo-finance2/pull/956 please tell me what needs to be changed etc...

Would this work? ``` import yahoo_finance from "yahoo-finance2"; // import the yahoo-finance2 module import { ProxyAgent } from "undici-proxy-agent"; // import an undici-compatible proxy agent // note: install with `npm...

Yes the above code worked for me. I guess it might be a good idea to add that as an example somewhere in the documentation, so people who want to...

Is that information that's actually available from the API, do you know?

I might be wrong, but I think you might be looking for this `quoteSummary` module: ``` 'upgradeDowngradeHistory': 'upgrade_downgrade_history', ``` (not sure which of the two syntaxes is correct, try both)....

I would love to have this, I currently scrape the actual HTML pages for this at extremely low rates, getting it from the APi would be so much nicer.