Historical data for currency futures


  • Is historical data available for currency futures ? If not when can i expect it to be available?


  • @omsiavi said in Historical data for currency futures:

    Hello @admin - Such as we can retrieve tick data of multiple stocks at a time by using syntax as given "nse_cm|5900&nse_cm|3045".
    i have tried retrieving historical data of 3 stocks using code below.
    code:
    for i in range(len(instrument_token_list)):
    historicParam[i]={"exchange": "NSE",
    "symboltoken": instrument_token_list[i],
    "interval": "FIFTEEN_MINUTE",
    "fromdate": from_date,
    "todate": to_date
    }....
    But i find all the tokens return same data.
    PLEASE LET ME KNOW IF THERE IS ANY OTHER PROCESS TO ACHIEVE MY OBJECTIVE OR MISTAKES IN MY CODE OR WHETHER IS IT POSSIBLE OR NOT.THANKS IN ADVANCE

    You have to pass the tokens of the desired stocks and then you will get the responses for all you need to perform your own operations to fetch specific fields value.


  • Hello @admin - Such as we can retrieve tick data of multiple stocks at a time by using syntax as given "nse_cm|5900&nse_cm|3045".
    i have tried retrieving historical data of 3 stocks using code below.
    code:
    for i in range(len(instrument_token_list)):
    historicParam[i]={"exchange": "NSE",
    "symboltoken": instrument_token_list[i],
    "interval": "FIFTEEN_MINUTE",
    "fromdate": from_date,
    "todate": to_date
    }....
    But i find all the tokens return same data.
    PLEASE LET ME KNOW IF THERE IS ANY OTHER PROCESS TO ACHIEVE MY OBJECTIVE OR MISTAKES IN MY CODE OR WHETHER IS IT POSSIBLE OR NOT.THANKS IN ADVANCE

  • topic:timeago_earlier,2 months

  • @Omsiavi said in Historical data for currency futures:

    Is historical data available for currency futures ? If not when can i expect it to be available?

    No, currently we dont provide the currency data.We have noted your requirement we will update you once we make it available.

1 out of 4