finance-query 2.5.0

A Rust library for querying financial data
Documentation
1
2
3
4
5
6
7
//! Market sentiment models.
//!
//! Contains the Fear & Greed Index data from Alternative.me.

pub(crate) mod response;

pub use response::{FearAndGreed, FearGreedLabel};