rusty-fmp 0.5.3

JSON CLI and client library for Financial Modeling Prep
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! Per-group nested command modules.
//!
//! Each group exposes a `Cmd` subcommand enum and an async `dispatch` function
//! called from `src/cli/commands.rs::execute`.

pub mod analyst;
pub mod calendar;
pub mod company;
pub mod crypto;
pub mod etf;
pub mod forex;
pub mod fundamentals;
pub mod insider;
pub mod macro_econ;
pub mod market;
pub mod news;
pub mod sec;
pub mod technical;