tw_FM_StockPrice: FM Taiwan Stock Price.

Description Usage Arguments Value Examples

View source: R/tw_getFM.R

Description

FM Taiwan Stock Price.

Usage

1
tw_FM_StockPrice(symbolvec, datefrom)

Arguments

symbolvec

stock symbol vector, in chr (preferred) or int type.

datefrom

start date formatted "YYYY-MM-DD".

Value

a tibble contains following variables: $ Trading_Volume: int, $ Trading_money: num, $ Trading_turnover: int, $ close: num, $ date: chr, $ max: num, $ min: num, $ open: num, $ spread: num, $ stock_id: chr

Examples

1
tw_FM_StockPrice(c("2330", "2008"), "2019-01-01")

yitaiyong/tw documentation built on Dec. 27, 2019, 4:33 a.m.