| Name | quant-indicator JSON |
| Version |
0.1.3
JSON |
| download |
| home_page | None |
| Summary | A simple indicator library for stock tickers |
| upload_time | 2024-06-29 09:38:33 |
| maintainer | None |
| docs_url | None |
| author | NgocAn |
| requires_python | >=3.6 |
| license | None |
| keywords |
|
| VCS |
|
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# quant_indicators
Python package for financial technical indicators.
## Installation
You can install the package via pip:
```python
pip install quant_indicators
```
## Usage
```python
import quant_indicator
sticker = 'HPG'
mins = 1
# Create the dataset
df = quant_indicator.create_dataset(sticker, mins)
# Calculate EMA
ema_5 = quant_indicator.EMAIndicator(df['Close'], 5)
df['EMA_5'] = ema_5
print(df)
```
Raw data
{
"_id": null,
"home_page": null,
"name": "quant-indicator",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "NgocAn",
"author_email": "anlam9614@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/56/14/751d0ace80b73f89eb276d047f7ee2b4a6fa150f29101371a47b620ebdec/quant_indicator-0.1.3.tar.gz",
"platform": null,
"description": "# quant_indicators\r\n\r\nPython package for financial technical indicators.\r\n\r\n## Installation\r\n\r\nYou can install the package via pip:\r\n\r\n```python\r\npip install quant_indicators\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nimport quant_indicator\r\n\r\nsticker = 'HPG'\r\nmins = 1\r\n\r\n# Create the dataset\r\ndf = quant_indicator.create_dataset(sticker, mins)\r\n\r\n# Calculate EMA\r\nema_5 = quant_indicator.EMAIndicator(df['Close'], 5)\r\ndf['EMA_5'] = ema_5\r\n\r\nprint(df)\r\n\r\n```\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A simple indicator library for stock tickers",
"version": "0.1.3",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "07b92d7e40acc34f3d62fc39a30b27b41bc3f3fa636b7ad5864e572609af1532",
"md5": "8618da1af3188aa04d7f08b285e73388",
"sha256": "205d54966a9b05a6e1189a6ca4ef48862645752b00ad929df1809f8f95fb13a8"
},
"downloads": -1,
"filename": "quant_indicator-0.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8618da1af3188aa04d7f08b285e73388",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 3412,
"upload_time": "2024-06-29T09:38:30",
"upload_time_iso_8601": "2024-06-29T09:38:30.618348Z",
"url": "https://files.pythonhosted.org/packages/07/b9/2d7e40acc34f3d62fc39a30b27b41bc3f3fa636b7ad5864e572609af1532/quant_indicator-0.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5614751d0ace80b73f89eb276d047f7ee2b4a6fa150f29101371a47b620ebdec",
"md5": "5c4515a10274f8223f726b33ed689ced",
"sha256": "7013b649b570818027f3c2823ee46949ffde225c3503b75d324fff985d714b22"
},
"downloads": -1,
"filename": "quant_indicator-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "5c4515a10274f8223f726b33ed689ced",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3008,
"upload_time": "2024-06-29T09:38:33",
"upload_time_iso_8601": "2024-06-29T09:38:33.501416Z",
"url": "https://files.pythonhosted.org/packages/56/14/751d0ace80b73f89eb276d047f7ee2b4a6fa150f29101371a47b620ebdec/quant_indicator-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-29 09:38:33",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "quant-indicator"
}