powered by
This function returns information about the most recent trades cleared by The Depository Trust & Clearing Corporation [DTCC] for specified product type.
dtcc_recent_trades(assets = NULL, nest_data = TRUE, return_message = TRUE)
type of DTCC cleared financial product
NULL: returns all product types (default)
NULL
COMMODITIES: Commodities
COMMODITIES
CREDITS: Credit Default Swaps
CREDITS
EQUITIES: Equities
EQUITIES
FOREX: Foreign Exchange
FOREX
RATES: Interest Rates
RATES
TRUE return nested data frame
TRUE
TRUE return a message after data import
nested data_frame or data_frame if nest_data = FALSE
data_frame
nest_data = FALSE
where nest_data is TRUE a nested data_frame by asset, where nest_data is FALSE a data_frame
nest_data
FALSE
The Depository Trust & Clearing Corporation
Other DTCC: dtcc_trades
dtcc_trades
Other real-time data: msci_realtime_index_values, us_public_companies
msci_realtime_index_values
us_public_companies
Other transaction data: dtcc_trades, nareit_mergers_acquisitions, sec_securities_metrics_by_exchange
nareit_mergers_acquisitions
sec_securities_metrics_by_exchange
# NOT RUN { dtcc_recent_trades(assets = NULL, nest_data = FALSE) dtcc_recent_trades(assets = c('credits', 'equities', 'rates')) # }
Run the code above in your browser using DataLab