Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • TRKD /
avatar image
Question by ovx-wxu · Jul 16, 2020 at 08:06 PM · rictrkdtrkd apistocksstock name

How can I get the full name for a stock Symbol through the API?

What API call should I make to get the full name for a RIC symbol?

For example, from an input of "AC", I would like to get a string of "Air Canada" in return.

I tried "Quotes -> RetrieveItem_3", and "Search2 -> SearchSingleItem_1", but neither of them seem to work.


Please let me know what call I should make, as well as its JSON endpoint. Thank you!

People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

2 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by jirapongse.phuriphanvichai · Jul 17, 2020 at 09:22 AM

@ovx-wxu

I can use GET GENERAL INFORMATION to retrieve CompanyName.



1594977693595.png (33.4 KiB)
1594977715831.png (24.1 KiB)
Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

avatar image
REFINITIV
Answer by wasin.waeosri · Jul 17, 2020 at 09:23 AM

Hello @ovx-wxu

Does the Search V2/Search Single Item service match your requirement?

API Endpoint: http://api.rkd.refinitiv.com/api/Search2/Search2.svc/REST/Search2_1/SearchSingleItem_1

Request:

{
   "SearchSingleItem_Request_1": {
      "Collection": "SearchAll",
      "Type": "RIC",
      "Value": "AC.TO",
      "ResponseProperties": "DocumentTitle"
   }
}

Response:

{
    "SearchSingleItem_Response_1": {
        "ResultsHeader": {
            "FirstResult": 1,
            "LastResult": 2,
            "Results": 2,
            "TotalResults": 2
        },
        "Results": {
            "Result": [
                {
                    "Property": [
                        {
                            "name": "BusinessEntity",
                            "Value": "QUOTExEQUITY"
                        },
                        {
                            "name": "DocumentTitle",
                            "Value": "Air Canada, Ordinary Share, The Toronto Stock Exchange"
                        },
                        {
                            "name": "PermID",
                            "Value": "55838794281"
                        },
                        {
                            "name": "PI",
                            "Value": "29204007"
                        },
                        {
                            "name": "RIC",
                            "Value": "AC.TO"
                        }
                    ]
                },
                {
                    "Property": [
                        {
                            "name": "BusinessEntity",
                            "Value": "INSTRUMENTxEQUITY"
                        },
                        {
                            "name": "DocumentTitle",
                            "Value": "Air Canada, Ordinary Share"
                        },
                        {
                            "name": "PermID",
                            "Value": "8590941535"
                        },
                        {
                            "name": "PI",
                            "Value": "28432334"
                        },
                        {
                            "name": "RIC",
                            "Value": "AC.TO"
                        }
                    ]
                }
            ]
        }
    }
}

rkd-api.png (182.2 KiB)
Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
8 People are following this question.

Related Questions

What's TRKD API can get Close Price - 3 Months, 6 Months, 1 Year

TRKD - Get Chain and Get Chain Components API call detail

Get RIC codes for list of companies

Retrieving news older than 3 months from TRKD API

How to get Chain for .AV.TO?

  • Feedback
  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Careers
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Calais
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRIT
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • World-Check Data File
  • Explore
  • Tags
  • Questions
  • Badges