Learn R Programming

RFinanceYJ (version 0.3.1)

quoteFundTsData: quote Japanese investment trust fund from Yahoo!-finance-Japan

Description

quote Japanese investment trust fund from Yahoo!-finance-Japan

Usage

quoteFundTsData(x, since = NULL, start.num = 0, date.end = NULL, time.interval = 'daily')

Arguments

x
ex: 11311023
since
'YYYY-MM-DD' ex:'2009-01-01'
start.num
offset. ex:50
date.end
'YYYY-MM-DD' ex:'2009-01-01'
time.interval
Data frequency.Possible types are 'daily','weekly', or 'monthly'.

Value

A Data frame. ( $date, $constant.value, $NAV )

Examples

Run this code
## Not run: 
# fund <- quoteFundTsData("11311023")
# head(fund)
# fund <- quoteFundTsData("11311023",since="2009-01-01",date.end="2010-05-31",time.interval="monthly")
# head(fund)
# ## End(Not run)

Run the code above in your browser using DataLab