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

Different API functions return the same data in different ways #26

Open
stevegbrooks opened this issue Jul 8, 2021 · 0 comments
Open

Comments

@stevegbrooks
Copy link

stevegbrooks commented Jul 8, 2021

get_money_flow, when given a list of tickers, will return a table like this:

image

get_price will return a table like this:

image

and get_current_tick will return a table like this:

image

So here we have 3 different functions returning data in 3 different ways. The first two change the names of the columns, and the third puts the stock tickers as the index to the returned dataframe, and again changes the name of the date column.

This makes it very difficult for a developer to use!

Could you please choose a consistent way to refer to dates/datetimes and stock tickers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant