Package: etrader 0.1.5
etrader: 'ETRADE' API Interface for R
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.
Authors:
etrader_0.1.5.tar.gz
etrader_0.1.5.zip(r-4.5)etrader_0.1.5.zip(r-4.4)etrader_0.1.5.zip(r-4.3)
etrader_0.1.5.tgz(r-4.4-any)etrader_0.1.5.tgz(r-4.3-any)
etrader_0.1.5.tar.gz(r-4.5-noble)etrader_0.1.5.tar.gz(r-4.4-noble)
etrader_0.1.5.tgz(r-4.4-emscripten)etrader_0.1.5.tgz(r-4.3-emscripten)
etrader.pdf |etrader.html✨
etrader/json (API)
NEWS
# Install 'etrader' in R: |
install.packages('etrader', repos = c('https://altanalytics.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/exploringfinance/etrader/issues
Last updated 10 months agofrom:2c5294b72f. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-win | OK | Nov 06 2024 |
R-4.5-linux | OK | Nov 06 2024 |
R-4.4-win | OK | Nov 06 2024 |
R-4.4-mac | OK | Nov 06 2024 |
R-4.3-win | OK | Nov 06 2024 |
R-4.3-mac | OK | Nov 06 2024 |
Exports:%>%etrd_account_balanceetrd_account_listetrd_account_portfolioetrd_alert_detailetrd_alertsetrd_auth_access_tokenetrd_auth_credentialsetrd_auth_login_urletrd_auth_manage_tokenetrd_cancel_orderetrd_get_urletrd_market_quoteetrd_option_chainetrd_option_expirationetrd_order_historyetrd_place_eq_orderetrd_place_mf_orderetrd_place_optn_orderetrd_product_searchetrd_transaction_detailetrd_transactions
Dependencies:askpassclicurldplyrfansigenericsgluehttrjsonlitelifecyclemagrittrmimeopensslpillarpkgconfigpurrrR6Rcpprlangrvestselectrstringistringrsystibbletidyselecttriebeardurltoolsutf8vctrswithrxml2
Readme and manuals
Help Manual
Help page | Topics |
---|---|
ETrade Account Balances | etrd_account_balance |
ETrade Account Data | etrd_account_list |
ETrade Account Portfolios | etrd_account_portfolio |
ETrade Alert Details | etrd_alert_detail |
ETrade Alert Search | etrd_alerts |
Auth Step 3: Create Access Tokens to use etrader | etrd_auth_access_token |
Auth Step 1: Set ETRADE Key and Secret Credentials | etrd_auth_credentials |
Auth Step 2: Generate ETRADE URL for log in | etrd_auth_login_url |
Auth - Renew or Revoke Access Tokens as needed | etrd_auth_manage_token |
Cancel an existing order | etrd_cancel_order |
Get request for a specific URL | etrd_get_url |
ETrade Quotes | etrd_market_quote |
Option Chains | etrd_option_chain |
Option Expiration Dates | etrd_option_expiration |
ETrade order-related information | etrd_order_history |
Place an Equity Order | etrd_place_eq_order |
Place a Mutual Fund Order | etrd_place_mf_order |
Place an Option Order | etrd_place_optn_order |
Product Search | etrd_product_search |
ETrade Transaction Details | etrd_transaction_detail |
ETrade Transaction Search | etrd_transactions |