0
quantmodライブラリのgetOptionChain()
を使用してオプションをダウンロードしようとしています。ここ はここで完全なプログラムquantmod接続エラーのgetOptionChain
#test of quantmod getOptionChain
rm(list=ls())
library(quantmod)
library(jsonlite)
nflx = getOptionChain('NFLX')
あるclose.connectionで出力
エラー(URL)である:無効な接続
私は何をしないのですか?
これは既知の問題です。代替ソリューションについては、[my answer](http://stackoverflow.com/questions/38386903/getoptionchain-not-returning-any-data-in-r/38872652#38872652)または[こちらの投稿](https:// www.r-bloggers.com/downloading-option-chain-data-from-google-finance-in-r-an-update/)。 – hvollmeier