Tools

[This article was first published on The Average Investor's Blog » R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

All the tools I am using at the moment are free of charge. The one that comes to mind first is R. It’s a language for statistical computing which comes with a decent GUI. R comes with some time series support out of the box, but there are plenty of packages (R extensions are called packages) which provide powerful functionality. I remember using all of the following (in order of decreasing use):

  • quantmod
  • zoo
  • xts
  • tseries
  • TTR
  • agricolae
  • SuppDists
  • RSQLite
  • RJDBC
  • rJava

The best part is that I don’t feel like I need any other language at this point! I have considered trying to speed up some R simulations by coding them in C++, but I can wait a few days for them to finish if necessary:).

For small scripts I use Python – it’s a great language which I discovered recently and I am trying to learn.

And of course, I use spreadsheets and documents (Microsoft Office and OpenOffice) to summarize my results.

The other important part is data. My main source is Yahoo Finance. Let me first say, that in my opinion it’s one of the best sites on the Internet in terms of both design and content! It also has a lot of historical data. R comes with at least two interfaces to load historical data from Yahoo transparently, and so does most of other software I have used.

Another low cost data source is EODDATA. I have purchased access to some of their data.

And that’s all for tonite!


To leave a comment for the author, please follow the link and comment on their blog: The Average Investor's Blog » R.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)