py-quantmod icon indicating copy to clipboard operation
py-quantmod copied to clipboard

Powerful financial charting library based on R's Quantmod | http://py-quantmod.readthedocs.io/en/latest/

Results 9 py-quantmod issues
Sort by recently updated
recently updated
newest added

Getting the following error using most recent version of plotly (3.7.1) and running a simple qm.get_symbol() function on a python script. I'm using the ch.plot() to plot and I'm not...

Current version doesn't work because chart-studio was moved to another package and there are problems with boolean chart attributes. So I fixed it.

When I try to import quantmod after installing it, I get several errors like - "C:\ProgramData\Anaconda3\lib\site-packages\pandas_datareader\compat_init_.py:7: FutureWarning: pandas.util.testing is deprecated. Use the functions in the public API at pandas.testing instead....

Due to the migration of plotly to chart_studio, some errors happen: **ImportError: The plotly.plotly module is deprecated, please install the chart-studio package and use the chart_studio.plotly module instead.** How to...

Hi Jack ,thanks for the response. When I tested my installation through "import quantmod as qm", it reports an error "No module named 'quantmod.theming'", I found it happened in the...

Hello, I'm trying to run dash_example_simple.py, but I received the following error message "ModuleNotFoundError: No module named 'quantmod.theming'" . I already tried looking at a previous post regarding the same...

I noticed that you only created 2 data-source options which are "yahoo" and "google", but unfortunately at present both of them are hard to connect. I tried many times but...

Hi there, What am i missing here: ``` pip install quantmod Collecting quantmod Could not find a version that satisfies the requirement quantmod (from versions: ) No matching distribution found...