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

Discrepency in historic data (OHLC) #148

Open
kamrut opened this issue Oct 6, 2024 · 0 comments
Open

Discrepency in historic data (OHLC) #148

kamrut opened this issue Oct 6, 2024 · 0 comments

Comments

@kamrut
Copy link

kamrut commented Oct 6, 2024

V_historic.json
V2_historic.json
Attached is the json dump from the below methods.
V_historic is from breeze.get_historical_data(interval="5minute", from_date= "2024-10-04T09:15:00.000Z", to_date= "2024-10-04T11:00:00.000Z", stock_code="ABB", exchange_code="NSE" )
V2_historic used the below method breeze.get_historical_data_v2(interval="5minute", from_date= "2024-10-04T09:15:00.000Z", to_date= "2024-10-04T11:00:00.000Z", stock_code="ABB", exchange_code="NSE" )
There are discrepancies in the values of open/high/low/close from the methods. v2 is accurate. I am using c# language wherein the breeze.get_historical_data_v2 is not available. how to use v2 method in c# ?

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