Use a DataScope Select connection to retrieve intra-day data for one
security.
Create a Refinitiv DataScope Select connection by using a username and password. The
appearance of the connection object c in the MATLAB® workspace indicates a successful connection.
с = datascopeSelect("username","password")
Retrieve intra-day data for the ABDE.O security. Using the
intraday function, retrieve the ask price and previous close
price.
sec = ["ABDE.O","Ric"];
fields = ["Ask Price","Previous Close Price"];
d = intraday(c,sec,fields)
d =
1x4 table
IdentifierType Identifier Ask Price Previous Close Price
______________ __________ ________ __________________
Ric ABDE.O 162.49 170.03
Refinitiv DataScope Select connection, specified as a connection object created with
datascopeSelect.
Security, specified as an N-by-2 string array or cell array of
character vectors. The first column of the string array or cell array identifies the
security. The second column identifies the type of security (for example, Reuters Instrument Code, or RIC).
Example: ["IBM.N","Ric"]
Fields, specified as a string array or cell array of character vectors. Specify
Refinitiv intra-day fields to retrieve intra-day data. You can search for fields in
MyRefinitiv.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Seleziona un sito web
Seleziona un sito web per visualizzare contenuto tradotto dove disponibile e vedere eventi e offerte locali. In base alla tua area geografica, ti consigliamo di selezionare: .
Puoi anche selezionare un sito web dal seguente elenco:
Come ottenere le migliori prestazioni del sito
Per ottenere le migliori prestazioni del sito, seleziona il sito cinese (in cinese o in inglese). I siti MathWorks per gli altri paesi non sono ottimizzati per essere visitati dalla tua area geografica.