Gadi Cohen
Gadi Cohen
Sometimes it can be region specific. Where are you based? Try from another country with a VPN if possible, and I'll look into it further as soon as I can...
I don't think Yahoo Finance has anyway to do this... if anyone finds otherwise, please report back here as I'd love to make sure the library can do it too....
There's also the free https://www.openfigi.com/ API that can map from various types (including ticker) types to the underlying ISIN.
Hey, agree. It just might be quite a while until I can get to this, unfortunately. Will happily accept a PR in the meantime otherwise will report back here when...
Better late than never 😅 * [x] Expose `lib/getCrumb` * [x] Document the module So now you'll be able to: ```ts import YahooFinance from "yahoo-finance2"; import { getCrumbClear } from...
Hey @wrrnlim, thanks for the report and for your patience. Slowly catching up on my backlog. However, you did actually correctly report the related issue. This was a bit of...
:tada: This issue has been resolved in version 2.11.3 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/yahoo-finance2/v/2.11.3) - [GitHub release](https://github.com/gadicc/node-yahoo-finance2/releases/tag/v2.11.3) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
Hey all, thanks for reporting. I've released a workaround for this. Instead of failing, it will just log and continue, and everything seems to be working fine -- for now....
For sure, my pleasure. Definitely not going to war against Yahoo though 😅 Have made a lot of effort to make sure the library "plays nice" with their services and...
@Abudibro, for what query? I tried with `quote("AAPL")` and it works. From time to time there are issues with Yahoo's servers that can cause issues like this. They usually resolve...