Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • Refinitiv Data Platform /
avatar image
Question by eugenelimtbc · Jun 03, 2021 at 04:54 PM · eikonrdp-apirefinitiv-data-platformhistoricalvolume

How can we get historical data pricing including "Volume" in dollars and not in shares?

Hi,

We are using the .Net Core library "Refinitiv.Data.Content" (https://www.nuget.org/packages/Refinitiv.Data.Content/1.0.0-beta1). We are connecting to the eikon app, running in our computer, using the AppKey we generated in the Eikon.
How can we get historical data pricing including "Volume" in dollars and not in shares?

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.

3 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by Alex Putkov.1 · Jun 04, 2021 at 11:41 PM

@eugenelimtbc

The following request retrieves daily volume in shares, VWAP and turnover (or volume in monetary units) for the RIC IBM.N.

string[] fields = { "ACVOL_UNS", "VWAP", "TRNOVR_UNS" };
var response = Summaries.Definition("IBM.N")
                .Fields(fields)
                .Interval(Summaries.Interval.P1D)
                .GetData();

The list of fields available differs by instrument. As @nick.zincone.1 said, you can retrieve all fields available for a given instrument by omitting the Fields method from the above.

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 nick.zincone · Jun 03, 2021 at 09:49 PM

Hi @eugenelimtbc,

The Refinitiv Data Library for .Net creates a wrapper around the RDP HistoricalPricing endpoint. I don't believe the service provides a field for the Volume in dollars within the native response. You can actually see the all historical pricing fields available by simply leaving out the.Fields() specification in the request, i.e:

response = Summaries.Definition("VOD.L").Count(2)
                                        .Interval(Summaries.Interval.P1M)
                                        .GetData();

The response data will contain the values for all available fields within the response. To get a complete list of the field name, you can do this:

Console.WriteLine($"Fields:\n{string.Join("\n", 
             response.Data.Fields?.Select(f => $"\t{f.Name} ({f.Type})"))}");


The library is only an interface to the backend service. I would suggest you contact the helpdesk if you want to better understand what data is available within this service.

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
Answer by eugenelimtbc · Jun 04, 2021 at 06:06 PM

Hi @nick.zincone.1


Thanks for your answer.

So, how can we get historical data with volume in dollars? Is there some other endpoint, or can we get it from eikon api? Maybe we can calculate it somehow?

Comment

People who like this

0 Show 1 · 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
nick.zincone ♦♦ · Jun 04, 2021 at 07:13 PM 0
Share

Hi @eugenelimtbc,

Are you talking about Market cap? Are you limited to using .Net? Many of the advocates on this forum can provide assistance when using the APIs and are not content specialists which is why I suggested reaching out to the helpdesk which can guide you of the calculation and/or where the data may live.

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 >
11 People are following this question.

Related Questions

Currency feeds from Reuters API Pull vs pushed how to use..

Multiple EventTypes in a Events History call

Finding valid fields for historical-pricing API

discrepancy between RDP API vs Excel RSearch for corporate bonds

Relating historic fields to build OHLC candles

  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Electronic Trading
    • Generic FIX
    • Local Bank Node API
    • Trading API
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Intelligent Tagging
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open Calais
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • RDMS
  • 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
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • Workspace SDK
    • Element Framework
    • Grid
  • World-Check Data File
  • 中文论坛
  • Explore
  • Tags
  • Questions
  • Badges