Learn R Programming

fundManageR (version 0.5.02030319)

get_data_msci_realtime_index_values: MSCI indicies values

Description

This function returns the most recent index values for the 41 primary MSCI indicies on a 15 minute time delay.

Usage

get_data_msci_realtime_index_values(return_wide = TRUE,
  return_message = TRUE)

Arguments

return_wide

TRUE return data in wide form

return_message

TRUE return a message after data import

Value

data_frame

References

MSCI Inc

See Also

Other MSCI: get_data_msci_indicies_constituents, get_data_msci_indicies

Other index values: get_data_crsp_indicies_returns, get_data_fred_symbols, get_data_nareit_annual_subsector_returns, get_data_nareit_monthly_returns

Other real-time data: get_data_dtcc_most_recent_trades, get_data_us_public_companies

Examples

Run this code
# NOT RUN {
get_data_msci_realtime_index_values()
# }

Run the code above in your browser using DataLab