question

Upvotes
Accepted
5 0 0 2

子Ricコード取得API引数の定義について

Historical Chain Constituents Searchに関して、APIの引数にStartとEndの定義がリファレンスで確認出来ないのでご教授頂いてもよろしいでしょうか。

また、このStartとEndで取れるRicのデータはその期間時点で存在していた取引になるのでしょうか。

つまりは、Start:2020-01-01 End:2023-01-01とした場合、2020年から2023年までの間で、満期日を迎えた取引も含め、全ての子Ricの情報が返ってくるで間違いないでしょうか。

#producttick-history-rest-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
83.1k 281 53 77

@shiro.chiba

Thank you for reaching out to us.

The request should look like this:

{
                
  "Request": {
                
    "ChainRics": [
      "0#.DJI"
    ],
    "Range": {
                
      "Start": "2020-01-01T00:00:00.000Z",
      "End": "2023-01-01T00:00:00.000Z"
    }
  }
}

1698380430016.png

You can refer to the REST API Tutorial 15: Historical Chain Constituents Search tutorial for more information.

For the questions regarding the returned RICs, please kindly contact the Refinitiv Tick History support team directly via MyRefinitiv.


1698380430016.png (40.2 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
5 0 0 2

ご呈示のリファレンスを確認しましたが、StartとEndの定義について回答が見つかりませんでした。こちら定義情報について今一度ご確認いただけますか

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
83.1k 281 53 77

@shiro.chiba

You can check the REST API Reference Tree regarding the descriptions of the Start and End parameters. This endpoint is used to resolve current and past chain constituents given a chain RIC. 1698722377991.png

However, if this doesn't answer your questions, please kindly contact the Refinitiv Tick History support team directly via MyRefinitiv.


1698722377991.png (46.5 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.