Metadata-Version: 2.1
Name: stonks-data
Version: 0.0.1
Summary: A python package for accessing historical stock data. This library was designed with a plugin framework for easy extendability and the data can optionally be stored in a local cache for quicker access.
Home-page: https://github.com/JVH-Software/Stonks
Author: Justin van Heek
Author-email: justin.vanheek@vhsoftware.dev
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Stonks

A python package for accessing historical stock data. This library was designed with a plugin framework for easy extendability and the data can optionally be stored in a local cache for quicker access.

## Available Keywords From Base Plugins

`Open` Opening price.

`High` Highest price.

`Low` Lowest price.

`Close` Closing price.

`Volume` Trading volume.

`Dividends` Dividends paid.

`Stock Splits` Stock splits.

`Monthly Relative Interest` Google Trends Interest value relative to the past 30 days.

`Annual Relative Interest` Google Trends Interest value relative to the past 365 days.

`Monthly Relative Interest To S&P` Google Trends Interest value relative to "S&P" Interest value within the past
30 days.

`Annual Relative Interest To S&P` Google Trends Interest value relative to "S&P" Interest value within the past
365 days.

`Shares` Number of shares outstanding.

`EPS` Earnings per share.

`D/E` Debt / equity ratio.

`FCFPS` Free cash flow per share.

`Current Ratio` Current ratio.

`Quick Ratio` Quick ratio.

`ROE` Return on equity.

`ROA` Return on assets.

`ROI` Return on investments.


