Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    About Index Future Historical Data

    C#/.Net SDK
    0
    2
    34
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Mr Depp
      Mr Depp last edited by

      Hello Team,
      Is Index Future Data is available in Historical data api?

      if yes than can you provide any sample example how to get those data?

      Thanks.

      1 Reply Last reply Reply Quote 0
      • A
        Amit Limbasia last edited by

        Index Historical Data Works for me

        Ref : https://smartapi.angelbroking.com/docs/Historical
        use Body as follows:

        1. for Nifty

        {
        "exchange":"NFO",
        "symboltoken":"NIFTY",
        "interval":"ONE_HOUR",
        "fromdate":"2023-01-01 09:00",
        "todate":"2023-03-31 15:31"
        }

        1. for BANKNIFTY
          {
          "exchange":"NFO",
          "symboltoken":"BANKNIFTY",
          "interval":"ONE_HOUR",
          "fromdate":"2023-01-01 09:00",
          "todate":"2023-03-31 15:31"
          }
        1 Reply Last reply Reply Quote 0
        • First post
          Last post