WOLFRAM

"Reuters" (Service Connection)

This service connection requires Wolfram Finance Platform »

Connect your Reuters account to the Wolfram Language to analyze market data.

Support for this service is provided in Wolfram Finance Platform.

Connecting & Authenticating

ServiceConnect["Reuters",ConnectionSettingsassoc] creates a connection to the Reuters Elektron API.

Entity Lookup

Entity["Reuters","entity"]["property"] gets the property "property" for Reuters entity "entity".

Requests

ServiceExecute["Reuters","request",params] sends a request to the Reuters Elektron API, using parameters params. The following give possible requests.

Fields

Requests:

"Fields" look up valid fields supported by Reuters Elektron service

Market Data

Requests:

"MarketPrice" look up information on Reuters service

Parameters:
  • "Instrument"instrument nameReuter Instrument Code (RIC)
    "Properties"list of propertiesReuters properties
  • Entity Lookup

    Create a new connection:

    Out[1]=1
    Look up the trade price for Reuters Instrument Code (RIC) VOD.L:
    Out[2]=2
    Look up multiple properties for the instrument BP.L:
    Out[3]=3
    Use the "PropertyAssociation" annotation to get an association:
    Out[4]=4
    Look up values for multiple entities and entity properties:
    Out[6]=6

    Service Submit

    Create a connection:

    Out[1]=1

    Deploy a continuous task to view real-time updates:

    Out[5]=5
    Out[19]=19
    Out[4]=4
    Out[20]=20