The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
44 views

I want to wrap an excel formula that returns an array of values so it replaces 0 values with NA()

I have a formula that I am using in excel. The formula returns an array of values in the form of a column. I only know how to use an IF statement on a cell or a formula that returns one cell. However, ...
0
votes
2answers
70 views

Convert to DateTime “05:10:15D+0”

I'm having trouble Converting "05:10:15D+0" to DateTime. Reuters has the datatype as "bftime" and time is in GMT/UTC. I don't want to substring it as I have Multiple Market Data Providers which send ...
0
votes
3answers
139 views

What does this string format mean in C++? [closed]

Ok this might be one of the not-so-smartest questions I have asked in awhile. Sadly, google led me to no answer (neither did stack). In a C++ dll file, i have this line: ...
0
votes
1answer
206 views

Get the finance stocks key development links from Reuters

I am developing an android application which gives stock information using YQL. In the Yahoo interactive charts there are key developments as shown in the link: ...
0
votes
0answers
116 views

VBA to trigger Market Data Engine restart

I have PPP.xla, DDE.xla, PPPInit.xla Add-in installed. But I don't know the Protected Password for those Add-in. If I want to trigger [Market Data Engine Restart], which function i should call? ...
0
votes
0answers
541 views

tm Package error: Error definining Document Term Matrix

I am analyzing the Reuters 21578 corpus, all the Reuters news articles from 1987, using the "tm" package. After importing the XML files into an R data file, I clean the text--convert to plaintext, ...
1
vote
5answers
1k views

Upgraded C++ project to VS2010, now get AccessViolationException

We recently upgraded some C++ code from VS2005 -> VS2010. This C++ code is called RFA_RMDS, and it is an in-house wrapper around the Reuters RFA libraries. This wrapper is used by some C# code in ...
0
votes
1answer
289 views

Accessing Reuters data from R/VBA

I use the market QA data base and I would like to be able to access the data directly from R or vba or even another language if needed to pursue my studies. I couldn't find any API, has anyone here ...
2
votes
1answer
687 views

Check if RSS feed has an update?

I am getting an RSS feed on my site. How can I check if the RSS files have changed and then update them. I'm doing this manually through PHP. basically i have 12 news stories on my site, but they ...
1
vote
0answers
548 views

Too many redirects to reuters rss web services

In Reuters' RSS web services, loading rss feeds from certain countries throws java.net.ProtocolException: Too many redirects on loading RSS feed on both UI and Background . (Specially in case of two ...
1
vote
0answers
375 views

Reuters OpenDACS .Net Framework

Scenario As some of you may have heard, OpenDACS is an open source data-access control system for enforcing data usage permissions. DACS comes integrated with the Reuters platform but you can use ...
2
votes
3answers
2k views

Accessing Reuters data in Python

I am currently successfully downloading live Bloomberg market prices, as well as historical series, using the service's COM API and win32com. Does anyone have any experience doing the same for Reuters ...