Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/datawookie/myfxbook-for-r

A small R interface to the myfxbook API.
https://github.com/datawookie/myfxbook-for-r

Last synced: 20 days ago
JSON representation

A small R interface to the myfxbook API.

Awesome Lists containing this project

README

        

# myfxbook Interface for R

A simple interface for R to access data from [myfxbook](http://www.myfxbook.com/).

Find out more about the [myfxbook API](http://www.myfxbook.com/api).

## Installation

library(devtools)
install_github("DataWookie/myfxbook-for-R")

## Usage

Have a look at the file in the `demo` directory. You'll need to set up a JSON file with your myfxbook login credentials. The file contents should look something like this:

{
"username" : "[email protected]",
"password" : "2ed2e628a257"
}