Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/datawookie/myfxbook-for-r
- Owner: datawookie
- License: gpl-2.0
- Created: 2015-09-12T03:57:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T04:58:01.000Z (over 9 years ago)
- Last Synced: 2024-11-05T04:42:21.558Z (2 months ago)
- Language: R
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}