Skip to content

solvith/sgxhelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SGX Helper for useful Retail investor analytics

Contact me at [email protected]
http://www.solvith.com

Getting package

require("devtools")
require("TTR")
require("XML")
require("quantmod")
require("rjson")

install_github("solvith/sgxhelper")



Features

  • getSGXStocks() - Get list of stocks and ticker from SGX market
  • getYahooPrice - get historical adjusted price for a stock
    e<-new.env()
    getYahooPrice(e,Symbols = "Z74.SI",from = "2015-01-01")
    e$Z74.SI
  • getGooglePrice(symbol = "Z74",period = "1d",freq = 60) - Get Intraday price of singtel , 60s interval
  • Grab financial data from WSJ :
    getWSJFinancials(ticker = "Z74",interval = "quarter")
    getWSJFinancials(ticker = "Z74",interval = "annual")

About

Finance in R . Own Development code (Contact me @ [email protected])

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages