Crate finance_api
source ·Expand description
Finance Library API.
The ’finance_api` crate includes several traits that abstract multiple objects related to financial markets and analysis. This crate does not implement any particular feature, but defines a public API that other libraries can import and use without knowing what implementation will be behind.
Binary crates shall choose a crate that actually implements the needed traits defined herein. Thus this crate targets other libraries, so these can abstract whether a stock exchange is the NASDAQ100 or the S&P500.
Traits§
- A company description.
- A stock market description.