vote up 7 vote down star
6

Could someone recommend resources (websites, books, mailing lists, forums, anything) about programming in R with use of financial data? Anyone? :)

flag

61% accept rate

5 Answers

vote up 2 vote down

Some links to get you started:

but there is no one-shot textbook I am aware of.


link|flag
vote up 1 vote down

The r-sig-finance list is a great place to ask directed questions relating to financial data. That community is focused on time series analysis and instrument pricing (bonds, options, etc.)

In addition you should check out R Metrics http://www.rmetrics.org/. Also, the CRAN Finance View is another good starting point for learning about pre-existing R packages for working with financial data. http://cran.r-project.org/web/views/Finance.html

I'm sure Dirk (the maintainer of the Finance view, and all round R superstar) will chip in with a decent follow up to your question.

If you are very new to R, I recommend reading Econometrics with R by Farnsworth - it is a great introduction to R and working with econometric series: http://cran.r-project.org/doc/contrib/Farnsworth-EconometricsInR.pdf

link|flag
vote up 2 vote down

The closest thing to a one stop shop is:

STATISTICAL ANALYSIS of FINANCIAL DATA in S-Plus (and now in R)

alt text

I have an earlier version of this book and find it pretty useful.

It really depends on the types of analysis you are doing, but recently I have found myself referencing Quantitative Risk Management: Concepts, Techniques, and Tools multiple times:

alt text

The R package that illustrates the concepts in QRM is QRMlib.

link|flag
yeah I guess I could have re-sized that book picture a little. – JD Long Aug 4 at 17:45
That is S-Plus, not R, as I recall uses S-Plus specific libraries. – Dirk Eddelbuettel Aug 4 at 18:27
1  
Dirk, on the web site for the book, Rene notes he has ported the code (Safd library) from S to R (Rsafd). – JD Long Aug 4 at 21:50
vote up 2 vote down

There are a number of examples and information in the finance section of the Revolutions blog (which I edit): blog.revolution-computing.com/finance/ .

I also recommend checking out the Rmetrics book, as a guide to the wealth of financial tools available in the Rmetrics packages for R.

link|flag
vote up 1 vote down

Dirk Eddelbuettel has the slides (in PDF format, 892 KB) for his presentation "R in Finance" at the Midwest Finance Association's 58th Annual Meeting, Chicago, 2009-03-05.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.