Marcus Read
Marcus Read
Looks the same as #178. Last time the url can back online around 24hrs later...
Hi @rinkef. I'm unable to reproduce the error. Could you execute the following and post the print. Thanks. ```python import yahooquery import pandas print(yahooquery.__version__) print(pandas.__version__) ```
All seems a bit odd. The traceback seems to be out of sync with the actual code, and 'tz' is a keyword argument of `Timestamp.fromtimestamp`. Could you install `yahooquery` 2.3.1...
Hi @RudyNL, that's not great. I still can't reproduce this error (it's working ok for me). I'm struggling to see how it could be raised with `pandas` 1.5.3 and `yahooquery`...
This is the intended behavior, as described by the 'Returns' section of the method doc. During a trading session the 'live indice' indicates the time of the last trade. Indexing...
To summarize, * yahooquery 2.3.1 fixed price history bugs in 2.3.0. It's recommended that users install the latest version. * yahooquery 2.3.1 requires pandas >= 1.4 (released Jan 22) Installing...
That never worked as the tests triggered by the dependabot PRs were being executed in an environment that, necessarily, used the `requirements_tests.txt` file to install the dependencies, rather than the...
Thanks for raising this @elementace. `market_prices` uses the Yahoo API (via the `yahooquery` package) primarily for price data. It doesn't appear that the availability of price data has been affected,...
Would be closed by #416
Hi @hannes101, yup they are hard-coded. I suspect the holiday rules are sufficiently complex that it was decided it would be simpler to just hard code them each year. PR's...