1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
//! Data models for Yahoo Finance responses.
//!
//! This module contains all the data structures returned by the library's API methods.
//! Types are organized by category (chart, quote, options, etc.).
/// Chart/historical data models.
/// Currency models.
/// SEC EDGAR data models for filing history, XBRL financial data, and full-text search.
/// Exchange models for supported markets.
/// Financials (fundamentals-timeseries) models.
/// Market hours models.
/// Industry models for market industry data.
/// Lookup models for type-filtered symbol discovery.
/// Market summary models.
/// News models.
/// Options models.
/// Quote models for detailed stock information.
/// Recommendation models.
/// Screener models for predefined Yahoo Finance screeners.
/// Search models.
/// Sector models for market sector data.
/// Market sentiment models (Fear & Greed Index).
/// Spark models for batch sparkline data.
/// Earnings call transcript models.
/// Trending tickers models.