Skip to content
#

finance

Here are 3,666 public repositories matching this topic...

dash

Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies. An increasing number of SOTA Quant research works/papers are released in Qlib.

  • Updated Nov 12, 2021
  • Python
Lean
martin3000
martin3000 commented Aug 26, 2021

Reading currencies, alphavantage returns a greeting note ("welcome") and this note raises an error in alphavantage.py line 363.

            elif "Note" in json_response and self.treat_info_as_error:
                raise ValueError(json_response["Note"])

For this reason, alphavantage does not work in home assistant.

rajeshdhar
rajeshdhar commented Nov 10, 2021

Which version are you running? The lastest version is on Github. Pip is for major releases.

0.3.14b0

Describe the bug
KeyError: 1

To Reproduce
Provide sample code.
df.ta.stc(append=True)

Expected behavior
Should work without crashing

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
You are

Improve this page

Add a description, image, and links to the finance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the finance topic, visit your repo's landing page and select "manage topics."

Learn more