Python modules related to finance
Since this book is applying Python to finance, the modules (packages) related to finance will be our first priority.
The following table presents about a dozen Python modules or submodules related to finance:
Name |
Description |
---|---|
|
Many functions for corporate finance and financial management. |
|
Retrieves data from Google, Yahoo! Finance, FRED, Fama-French factors. |
|
Python module to get real-time (no delay) stock data from Google Finance API. |
|
Python module to get stock data from Yahoo! Finance. |
|
Download and analyze Yahoo! Finance data and develop trading strategies. |
|
Retrieves stock quote data from Yahoo! Finance. |
|
Financial risk calculations. Optimized for ease of use through class construction and operator overload. |
|
Enterprise architecture for quantitative analysis in finance. |
|
A backtester for financial... |