Metadata-Version: 2.1
Name: talkytrend
Version: 1.2.0
Summary: A python package to retrieve  economic data such as Trend for any financial symbol.
License: MIT
Keywords: finance,crypto,bot,trend,economic
Author: mraniki
Author-email: 8766259+mraniki@users.noreply.github.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiohttp
Requires-Dist: asyncio
Requires-Dist: dynaconf
Requires-Dist: prettytable
Requires-Dist: tradingview_ta
Project-URL: Changelog, https://github.com/mraniki/talkytrend/blob/dev/CHANGELOG.rst
Project-URL: Issues, https://github.com/mraniki/talkytrend/issues
Project-URL: Support, https://github.com/mraniki/talkytrend/discussions
Description-Content-Type: text/markdown

# TalkyTrend 

| <img width="200" alt="Logo" src="https://user-images.githubusercontent.com/8766259/226854338-e900f69e-d884-4a9a-90b1-b3dde7711b31.png"> | A python package to retrieve asset trend and economic data. |
| ------------- | ------------- |
|<br> [![wiki](https://img.shields.io/badge/🪙🗿-wiki-0080ff)](https://talkytrader.gitbook.io/talky/) [![Pypi](https://badgen.net/badge/icon/talkytrend?icon=pypi&label)](https://pypi.org/project/talkytrend/) ![Version](https://img.shields.io/pypi/v/talkytrend)<br>  ![Pypi](https://img.shields.io/pypi/dm/talkytrend)<br> [![Build](https://github.com/mraniki/talkytrend/actions/workflows/%E2%9C%A8Flow.yml/badge.svg)](https://github.com/mraniki/talkytrend/actions/workflows/%E2%9C%A8Flow.yml) [![codecov](https://codecov.io/gh/mraniki/TalkyTrend/branch/main/graph/badge.svg?token=WAHUEMAJN6)](https://codecov.io/gh/mraniki/TalkyTrend) | Find Asset Trend |

Key features:

- trading view connectivity

## Install

`pip install talkytrend`

## How to use it

```
    talky = TalkyTrend()
    result = await talky.check_signal()
    <!-- BUY -->

    result = await talky.fetch_key_events()
    print(result)
    <!-- Title:  FDA advisers say new Alzheimer’s drug lecanemab slows cognitive decline -->
    <!-- Description:  Panel’s opinion could pave way for full regulatory approval next month for treatment of disease that affects 6.5m Americans -->

    monitor = await talky.scanner() #ongoing monitoring
    <!-- New signal for BTCUSD (4h): STRONG_SELL -->
    <!-- Key event: {'title': 'OPEC-JMMC Meetings', 'country': 'ALL', 'date': '2023-06-04T06:15:00-04:00', 'impact': 'High', 'forecast': '', 'previous': ''} -->
    <!-- Key news: FDA advisers say new Alzheimer’s drug lecanemab slows cognitive decline -->
```

### Example

[example](https://github.com/mraniki/talkytrend/blob/main/examples/example.py)

### Real use case

[TalkyTrader](https://github.com/mraniki/tt)

## Documentation


[![wiki](https://img.shields.io/badge/🪙🗿-wiki-0080ff)](https://talkytrader.gitbook.io/talky/)

