| Contents | Index |
| On this page… |
|---|
This toolbox supports connections to financial data servers that the following corporations provide:
Bloomberg L.P. (http://www.bloomberg.com)
eSignal® (http://www.esignal.com)
FactSet® Research Systems, Inc. (http://www.factset.com)
Federal Reserve Economic Data (FRED) (http://research.stlouisfed.org/fred2/)
Haver Analytics ( http://www.haver.com)
Interactive Data™ (http://www.interactivedata-prd.com/)
Kx Systems®, Inc. (http://www.kx.com)
SIX Telekurs™ (http://www.telekurs-financial.com/)
Thomson Reuters (http://www.thomsonreuters.com/)
Trading Technologies® X_TRADER® (http://www.tradingtechnologies.com)
Yahoo!® (http://finance.yahoo.com)
See the MathWorks® Web site for the system requirements for connecting to these data servers.
To connect to some of these data servers, additional requirements apply.
The following data service providers require you to install proprietary software on your PC:
Bloomberg
Interactive Data Pricing and Reference Data's RemotePlus™
Haver Analytics
Kx Systems, Inc.
Reuters®
You must have a valid license for required client software on your machine. If you do not, the following error message appears when you try to connect to a data server:
Invalid MEX-file
For more information about how to obtain required software, contact your data server sales representative.
The following data service providers may require you to specify a proxy host and proxy port plus a username and password if the user's site requires proxy authentication:
FactSet
Federal Reserve Economic Data
Thomson Reuters Datastream®
Thomson Reuters Tick History
Yahoo!
For information on how to specify these settings, see Specify Proxy Server Settings for Connecting to the Internet in the MATLAB documentation.
You need a license to use FactSet FAST technology. For more information, see the FactSet Web site at http://www.factset.com.
Configuring Reuters Connections Using the Reuters Configuration Editor. You must use the Reuters Configuration Editor to configure your connections as follows:
Open the Reuters Market Data System configuration editor by typing the following command:
rmdsconfig
Load the sample configuration file.
Click File > Import > File.
Select the file matlabroot\toolbox\datafeed\datafeed\sampleconfig.xml.
Modify sampleconfig.xml based on the site-specific settings that you obtain from Reuters.
Define a namespace, a connection, and a session associated with the connection. The following example adds the session remoteSession with the namespace MyNS to the connection list for the connection remoteConnection.


If you are not DACS-enabled, disable DACS.
Add the following to your connection configuration:
dacs_CbeEnabled=false dacs_SbePubEnabled=false dacs_SbeSubEnabled=false
If you are running an SSL connection, add the following to your connection configuration:
dacs_GenerateLocks=false
For more information, see the reuters function reference page.
Troubleshooting Issues with Reuters Configuration Editor. These errors occur when you attempt to use the Reuters Configuration Editor to configure connections on a machine on which an XML Parser is not installed.
java com.reuters.rfa.tools.config.editor.ConfigEditor org.xml.sax.SAXException: System property org.xml.sax.driver not specified at org.xml.sax.helpers.XMLReaderFactory.createXMLReader(Unknown Source) at com.reuters.rfa.tools.config.editor.rfaConfigRuleDB.rfaConfi gRuleDB.java:56) at com.reuters.rfa.tools.config.editor.ConfigEditor.init (ConfigEditor.java:86) at (com.reuters.rfa.tools.config.editor.ConfigEditor. (ConfigEditor.java:61) at com.reuters.rfa.tools.config.editor.ConfigEditor.main (ConfigEditor.java:1303)
To address this problem, download an XML parser file, and then include a path to this file in your CLASSPATH environment variable.
The following example shows how to set your CLASSPATH environment variable to include the XML parser file C:\xerces.jar (downloaded from http://xerces.apache.org/xerces-j/index.html):
set CLASSPATH=%CLASSPATH%;... matlabroot\toolbox\datafeed\datafeed\config_editor.jar;... c:\xerces.jar
You need the following to connect to Thomson Reuters data servers:
A license for Thomson Reuters Datastream DataWorks®.
To connect to the Thomson Reuters Datastream API from the Web, you need a user name, password, and URL provided by Thomson Reuters.
For more information, see the Thomson Reuters Web site at http://www.thomsonreuters.com.
![]() | Product Description | Examples | ![]() |
View demos and recorded presentations led by industry experts.
Now On Demand
Network with industry peers and learn the latest applications of the leading software product for computational finance.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |