GithubHelp home page GithubHelp logo

mraniki / talkytrend Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 1.86 MB

Retrieve Trend, economic data for financial assets

Home Page: https://talky.readthedocs.io

License: MIT License

Dockerfile 0.56% Python 99.44%
cryptocurrency economic-data financial-data stock tradingview talky economics market rss-feed

talkytrend's Introduction




Logo






Retrieve asset trend and economic data.
Trading view connectivity
News connectivity
FOMC reminder
How to use it

    talky = TalkyTrend()
    result = await talky.fetch_signal()
    #  BUY
    result = await talky.fetch_event()
    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.monitor() #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

Documentation

talkytrend's People

Contributors

actions-user avatar dependabot[bot] avatar github-actions[bot] avatar mraniki avatar renovate[bot] avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

pok1800

talkytrend's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

dockerfile
.registry/Dockerfile
  • python 3.11
github-actions
.github/workflows/👷‍♂️Flow.yml
pip_requirements
.requirements/requirements.txt
poetry
pyproject.toml
  • dynaconf ^3.1.12
  • aiohttp ^3.8.4
  • tradingview_ta ^3.3.0
  • prettytable ^3.8.0
  • alphavantage_api_client ^2.2.2
  • xmltodict *
  • python-semantic-release ^8.0.0
  • ruff ^0.0.278
  • pytest ^7.0
  • pytest-cov ^4.1
  • pytest-asyncio ^0.21.0
  • pytest-mock ^3.11.1
  • sphinx ^7.0.0
  • sphinx_bootstrap_theme ^0.8.1
  • sphinx-autoapi ^2.1.1
  • sphinx-copybutton ^0.5.2
  • myst-parser ^2.0.0
  • sphinx-notfound-page ^0.8.3
  • sphinxext-remoteliteralinclude ^0.4.0
  • sphinx-togglebutton *

  • Check this box to trigger a request for Renovate to run again on this repository

⚗️ Create a Market_data_client to support finnhub/alphavantage/Twelvedata

    if settings.finnhub_api_key:
        self.data_client = finnhub.Client(
            api_key=settings.finnhub_api_key)
    if settings.alphavantage_api_key:
        self.data_client = AlphavantageClient().with_api_key(
            settings.alphavantage_api_key)
    if settings.twelvedata_api_key:
        self.data_client = TDClient(apikey=settings.twelvedata_api_key)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.