Questions tagged [datafeed]
69 questions
2
votes
1 answer
RSA Archer: How to execute a Data Feed from an Application
I'm working on the RSA Archer GRC platform (ver 5.4). I have a data feed that i want to execute without the need to access to the platform. This execution will be requested from an application (or maybe an Internet Explorer Extension) written in C#.…

Luis Art Guerra
- 354
- 2
- 12
2
votes
2 answers
How can I change the subscriptions query parameters in react-komposer (meteor) from a child component?
I'm building an app with Meteor using the react-komposer package. It is very simple: There's a top-level component (App) containing a search form and a list of results. The list gets its entries through the props, provided by the komposer container…

Wolfgang Becker
- 43
- 8
2
votes
2 answers
How can I compare market data feed sources for quality and latency improvement?
I am in the very first stages of implementing a tool to compare 2 market data feed sources in order to prove the quality of new developed sources to my boss ( meaning there are no regressions, no missed updates, or wrong ), and to prove latencies…

yves Baumes
- 8,836
- 7
- 45
- 74
2
votes
1 answer
MatLab - How to read a text file separated by ';', with different number of columns
I'm trying to read a .txt file that is ';' delimited with date in the 'header' and diferent columns after the 'header'. I'm using quotes to HEADER because it's more like a parameter line.
So, the .txt is like (the other lines have the same number of…

Luiz
- 85
- 1
- 3
- 12
2
votes
1 answer
Sites providing MCX real time data for website display?
Searching for some long time to find anybody providing the mcx real time data to display in our website. I couldn't find an appropriate data provider. Suggest me if there any sites providing data to direct display in website.
All the sites i…

AndRaGhu
- 161
- 7
- 17
2
votes
0 answers
JSON Get Request Google Currency Converter
I don't know if I am allowed to use this as I have seen absolutely no documentation, but I think I have found a little gem...
http://www.google.com/ig/calculator?hl=all&q=100GBP=?EUR
returns
{lhs: "100 British pounds",rhs: "124.243824 Euros",error:…

Gravy
- 12,264
- 26
- 124
- 193
1
vote
2 answers
System trading applications - caching historical data in local database?
Most trading applications receive datafeed from commerical providers such as IQFeed or brokerages that support trading API. Is there merit in storing it in the local database? Intraday datafeed is just massive in size, and the database would grow…

Tom Tucker
- 11,676
- 22
- 89
- 130
1
vote
0 answers
Archer IRM : How do I reference the sub level of a levelled application using XSLT?
Here's the standard XSLT, that's included in an Archer supplied data feed. It points to an single level application:
…

Dom
- 11
- 3
1
vote
1 answer
FTSE Price Feed
Does anyone know of a web service where I can get price feeds and charts for the FTSE 100 and DOW Jones index?
I only need a delayed price feed not a real-time one.
It is for display on a public website so I assume we'll need a provider that we can…

Chris Roberts
- 18,622
- 12
- 60
- 67
1
vote
1 answer
passing own data to trading view
I was working with trading view(https://www.tradingview.com/chart/?symbol=NASDAQ:AAPL&source=unauth_header&feature=launch_chart) charting library, It shows the data for the currency pair as intended.
I have looked into the following…

Hriju
- 728
- 1
- 16
- 27
1
vote
2 answers
What are the best practices for detecting changed rows for a data feed?
I am researching best practices for managing a weekly data feed to a 3rd party OLAP service. The analysis database will be initialized with a full data dump. Subsequent weekly feeds will provide new and updated rows. The data is sourced from a SQL…

Rick Putnam
- 546
- 1
- 6
- 20
1
vote
0 answers
MATLAB 2018b - Datafeed Toolbox: Retrieving tick data for a specific time range from Bloomberg
I am trying to retrieve tick data for a specific ticker for a specific time range from Bloomberg using MATLAB 2018b and its Datafeed Toolbox. In the documentation for the 'timeseries' function in the Datafeed Toolbox I found an example which does…

robbertvdh
- 61
- 1
- 4
1
vote
1 answer
How API works in RSA Archer ?
I am looking for API in Archer. Totally I am unaware of API. Where we will write API code and how to integrate with Archer platform .
Most important what we can achieve using API in Archer ?

Prashant Kumar
- 11
- 1
- 1
- 2
1
vote
2 answers
want to add url links to .csv datafeed using python
ive looked through the current related questions but have not managed to find anything similar to my needs.
Im in the process of creating a affiliate store using zencart - now one of the issues is that zencart is not designed for redirects and…

abs
- 11
- 2
1
vote
1 answer
Archer GRC: Importing multiple sources of data into an application
I'd like to have data from different sources be imported into an application with data feed but also differentiate between the two sources. The sources come from an MS SQL database and a CSV file from a shared drive.
user3693303