finance-query 2.6.0

A Rust library for querying financial data
Documentation
1
2
3
4
5
6
7
8
9
//! Corporate data: news, dividends, splits, analyst ratings, earnings events.

mod benzinga;
mod corporate_actions;
mod corporate_events;
mod news;

pub use corporate_actions::*;
pub use news::*;