API Fields
Here’s how the Moodix API fields relate to the sentiment index:
Field Name | Description |
---|---|
date | Date of the data record (serves as primary key). |
update_time | Timestamp of the most recent update. |
Candlestick Data | |
open | Moodix Index value at the open of the day. |
high | Highest Moodix Index value reached during the day. |
low | Lowest Moodix Index value during the day. |
close | Closing Moodix Index value. |
Moodix Sentiment Index | |
moodix_index | Daily Moodix Index — core sentiment measurement. |
ma10_moodix | 10-day moving average of the Moodix Index. |
ma5_moodix | 5-day moving average of the Moodix Index. |
sentiment_wave | The value of market sentiment wave – usually oscillates between -1 and 1. Defined by the difference between MA5 and MA10. |
sentiment | Qualitative sentiment label (e.g., RiskOn, RiskOff, Neutral). |
trend | Detected sentiment trend (Growing, Fading, Sideways). |
Intraday Data | |
moodix_index_intraday | Intraday Moodix Index value. |
news_volume_intraday | Number of breaking news measured intraday. |
news_volatility_intraday | Intraday news volatility. The measure expressing the strength of the impact the breaking news have on the market. |
Weekly Data | |
moodix_index_week | Average Moodix Index for the current week. |
news_volume_week | Total news volume measured this week. |
Monthly Data | |
moodix_index_month | Average Moodix Index for the current month. |
news_volume_month | Total news volume measured this month. |
Yearly Data | |
moodix_index_year | Average Moodix Index for the year to date. |
news_volume_year | Total news volume measured in the current year. |