jqdatasdk icon indicating copy to clipboard operation
jqdatasdk copied to clipboard

Different API functions return the same data in different ways

Open stevegbrooks opened this issue 2 years ago • 0 comments

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?

stevegbrooks avatar Jul 08 '21 11:07 stevegbrooks