You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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# ?
The text was updated successfully, but these errors were encountered:
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# ?
The text was updated successfully, but these errors were encountered: