-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
29 lines (29 loc) · 980 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
Package: rameritrade
Title: 'TD Ameritrade' 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/rameritrade/
BugReports: https://github.com/exploringfinance/rameritrade/issues
Description: Use R to interface with the 'TD Ameritrade' API <https://developer.tdameritrade.com/>.
Functions include authentication, trading, price requests, account information, and option
chains. A user will need a TD brokerage account and TD Ameritrade developer app. See README
for authentication process and examples.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
httr,
urltools (>= 1.7.3),
lubridate,
dplyr,
jsonlite,
magrittr
RoxygenNote: 7.1.1
Suggests:
testthat