-
1. 기본
quantmod 라이브러리의 getsymbols 함수는 야후 파이낸스의 api로부터 데이터를 가져온다.
>library(quantmod)
> getSymbols('TICKER')
getSymbols('^KS11')
##
-위 코드는 kospi 지수의 일별 데이터를 가져온다.
-Open - 시가, …
-
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 rega…
-
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 f…
-
Several a packages are defined as dependencies in M348 VCE image — `M348`, `nlme`, `urca`, `plm`, `formatR`, `tseries` — and these in turn may have dependencies or imports.
Eg via https://cran-e.co…
-
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 "~\quantmod-0.1.3…
-
Hello,
We are recieving incomplete data for the Index CSI 300 (000300.SS), the last data point is from the end of September 2024.
getSymbols("000300.SS",src="yahoo", from=last_open_day_previous_ye…
-
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…
-
您好,我是東吳巨資的學生。我想請問:在https://www.youtube.com/watch?v=V86sYG2WoDs&list=PLLSknrdOLKyExmSXobXQebQUg2kESYGIe&index=3 這個影片中,我執行到>library(devtools)
> install_github("joshuaulrich/quantmod")這步時出現"ERROR: depen…
-
**Describe the issue**
Installation of the quantmod package fails on the TTR package dependency while attempting to compile fortran on OS X.
**Steps to reproduce the issue**
From an interactive R…
-
I built a time-series benchmark of a simple period return calculation (daily prices to monthly returns) across common libraries: https://github.com/griipen/TSBenchmark/
Curiously, data.table's com…