FGIndex | R Documentation |
This dataset contains daily values of the Fear and Greed Index for the year 2023, which is used to measure the sentiments of investors in the market. The data spans from January 1, 2023, to December 31, 2023.
FGIndex
An xts::xts()
-object with 364 rows and 1 columns,
<POSIXct> The time-index
<numeric< The daily fear and greed index value
The Fear and Greed Index goes from 0-100, and can be classified as follows,
0-24, Extreme Fear
25-44, Fear
45-55, Neutral
56-75, Greed
76-100, Extreme Greed
# Load the dataset
data("FGIndex")
# Get a summary of index values
summary(FGIndex)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.