etrd_get_url | R Documentation |
Some functions may return a URL (for example etrd_option_chain
)
that requires a further GET request. This function can return the contents.
The access token and etrade credentials must be explicitly passed.
etrd_get_url(etrade_url, access_tokens, etrade_cred)
etrade_url |
The URL for the get request |
access_tokens |
Access tokens are created using
|
etrade_cred |
The output created from
|
content of the GET request
## Not run: etrd_get_url('https://api.etrade.com/v1/market/quote/SPY:2020:11:20:PUT:185.000000', access_tokens, etrade_cred) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.