-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
31 lines (31 loc) · 960 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: etrader
Title: 'ETRADE' API Interface for R
Version: 0.1.5
Author: Anthony Balentine [aut, cre]
Authors@R:
person(given = "Anthony",
family = "Balentine",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Anthony Balentine <[email protected]>
URL: https://exploringfinance.github.io/etrader/
BugReports: https://github.com/exploringfinance/etrader/issues
Description: Use R to interface with the 'ETRADE' API <https://developer.etrade.com/home>.
Functions include authentication, trading, quote requests, account information, and option
chains. A user will need an ETRADE brokerage account and 'ETRADE' API approval. See README
for authentication process and examples.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
magrittr,
httr,
urltools,
dplyr,
rvest,
purrr,
jsonlite,
methods
RoxygenNote: 7.1.1
Suggests:
testthat