Description Usage Arguments Value Examples
Provides raw data from Commitment of Traders report
1 2 3 4 5 | fmpc_cots_data(
cots_sym = "all",
startDate = Sys.Date() - 30,
endDate = Sys.Date()
)
|
cots_sym |
COTS symbol that can be found in
|
startDate |
filter start date in yyyy-mm-dd format. |
endDate |
filter end date in yyyy-mm-dd format. |
a data frame of cots data
1 2 3 4 5 6 7 8 | ## Not run:
# Must set a valid API token
fmpc_set_token('FMPAPIKEY')
fmpc_cots_data()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.