Metadata-Version: 2.1
Name: trendvisdata
Version: 1.0.4
Summary: Data extract and manipulation functions for Trend Visualizer library.
Home-page: https://github.com/GBERESEARCH/trendvisdata
Author: GBERESEARCH
Author-email: gberesearch@gmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.24.1
Requires-Dist: requests>=2.28.1
Requires-Dist: pandas>=1.5.2
Requires-Dist: norgatedata>=1.0.64
Requires-Dist: yfinance>=0.2.40
Requires-Dist: technicalmethods>=0.2.4
Requires-Dist: lxml>=4.9.2

# trendvisdata
## Calculate trend strength across various markets.

&nbsp;

### The library provides methods to:
  - Extract historical OHLC data for futures and cash commodities from Norgate Data and S&P 500 from Yahoo Finance (Norgate Data requires a subscription to the futures package:
  https://norgatedata.com/futurespackage.php).
  - Calculate technical indicators over a range of time periods and aggregate to determine trend strength. 

Used to serve data to Frontend applications & removes dependencies on Python graphing libraries present in the trendvisualizer library.
