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

[feature] Permit multiple metrics to be fetched from multiple tickers as 1 library call #265

Open
hydrosquall opened this issue May 5, 2019 · 0 comments

Comments

@hydrosquall
Copy link
Owner

Lineage

  1. The library was specified that multiple tickers only support single metrics in the docstring but not in error messages, leading to a confusing error message in here.
  2. The error message was clarified in [fix] Validate multi-ticker pandas arguments #263.
  3. Getting multiple metrics back in 1 API call from multiple tickers was requested as a new feature here

In the meantime, users have 2 alternatives

  • Use something like the code snippet proposed here
  • Share a bit about how the data structure you'd expected for a multi-metric dataframe with multiple tickers might look like (would wide/long tables work for your usecase, or would you prefer a multi-indexed dataframe)?
@hydrosquall hydrosquall changed the title [feature] Permit multiple metrics to be fetched from multiple tickers as 1 API call [feature] Permit multiple metrics to be fetched from multiple tickers as 1 library call May 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant