Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing qa functions capm, beta, cusum, acf, qqplot, hist, line #3499

Merged
merged 5 commits into from
Nov 21, 2022

Conversation

montezdesousa
Copy link
Contributor

@montezdesousa montezdesousa commented Nov 21, 2022

Description

This PR fixes #3496 and adds some SDK examples in docstring

  • openbb.stocks.qa.capm("AAPL")
  • openbb.stocks.qa.beta("AAPL", "SPY")
  • openbb.stocks.qa.beta_chart("AAPL", "SPY")
  • df = openbb.stocks.load("AAPL")
  • openbb.qa.cusum(data=df, target="Adj Close")
  • openbb.qa.acf(data=df, target="Adj Close")
  • openbb.qa.qqplot(data=df, target="Adj Close")
  • openbb.qa.hist(data=df, target="Adj Close")
  • openbb.qa.line(data=df["Adj Close"])

@reviewpad reviewpad bot added the feat XS Extra small feature label Nov 21, 2022
@montezdesousa montezdesousa changed the title Add missing qa functions capm, beta, cusum, acf, qqplot, hist, line Add missing qa functions capm, beta, cusum, acf, qqplot, hist, line Nov 21, 2022
@montezdesousa montezdesousa marked this pull request as ready for review November 21, 2022 12:53
@jmaslek jmaslek merged commit 18d1ce0 into main Nov 21, 2022
@jmaslek jmaslek deleted the qa_sdk branch November 21, 2022 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat XS Extra small feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] SDK openbb.qa functions are missing: capm, beta, cusum, acf, qqplot, hist, line.
2 participants