Package: rameritrade 0.1.5
rameritrade: 'TD Ameritrade' API Interface for R
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.
Authors:
rameritrade_0.1.5.tar.gz
rameritrade_0.1.5.zip(r-4.7)rameritrade_0.1.5.zip(r-4.6)rameritrade_0.1.5.zip(r-4.5)
rameritrade_0.1.5.tgz(r-4.6-any)rameritrade_0.1.5.tgz(r-4.5-any)
rameritrade_0.1.5.tar.gz(r-4.7-any)rameritrade_0.1.5.tar.gz(r-4.6-any)
rameritrade_0.1.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
rameritrade/json (API)
NEWS
| # Install 'rameritrade' in R: |
| install.packages('rameritrade', repos = c('https://altanalytics.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/exploringfinance/rameritrade/issues
Last updated from:609ee37512. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 117 | ||
| source / vignettes | OK | 177 | ||
| linux-release-x86_64 | OK | 115 | ||
| macos-release-arm64 | OK | 86 | ||
| macos-oldrel-arm64 | OK | 100 | ||
| windows-devel | OK | 78 | ||
| windows-release | OK | 87 | ||
| windows-oldrel | OK | 77 | ||
| wasm-release | OK | 91 |
Exports:%>%td_accountDatatd_auth_accessTokentd_auth_loginURLtd_auth_refreshTokentd_cancelOrdertd_marketHourstd_optionChaintd_orderDetailtd_orderSearchtd_placeOrdertd_priceHistorytd_priceQuotetd_symbolDetailtd_transactSearch
Dependencies:askpassclicpp11curldplyrgenericsgluehttrjsonlitelifecyclelubridatemagrittrmimeopensslpillarpkgconfigR6Rcpprlangsystibbletidyselecttimechangetriebeardurltoolsutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| rameritrade: A package for using the TD Ameritrade API | rameritrade |
| Get account balances positions, and orders returned as a list | td_accountData |
| Auth Step 3: Get Access Token | td_auth_accessToken |
| Auth Step 1: Generate LogIn URL | td_auth_loginURL |
| Auth Step 2: Obtain Refresh Token | td_auth_refreshToken |
| Cancel an Open Order | td_cancelOrder |
| Get Market Hours | td_marketHours |
| Get Options Chain | td_optionChain |
| Get Details for a Single Order | td_orderDetail |
| Search for orders by date | td_orderSearch |
| Place Order for a specific account | td_placeOrder |
| Get price history for a multiple securities | td_priceHistory |
| Get Quotes for specified tickers in List form | td_priceQuote |
| Get ticker details | td_symbolDetail |
| Search for all Transaction types | td_transactSearch |
