Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
5answers
2k views

Banking API/protocol

Do any banks offer data feeds of personal accounts via any form of API? I'm essentially looking to check balances on accounts without logging into their website. I remember reading about a universal ...
4
votes
2answers
559 views

Transactions in Typed DataSets

Have a typed dataset with several related tables, and relations defined between those tables. As I process a datafeed, I'm adding, modifying, and removing records, then calling update on each table. ...
3
votes
2answers
243 views

How do stock market data feeds work?

or any other type of realtime data feed from server to client... I'm talking about a bunch of realtime data from server to client. i.e., an informational update every second. Does the server ...
2
votes
2answers
343 views

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 ...
2
votes
4answers
237 views

Parsing A Data Feed

I'm not the best at PHP and would be extremely grateful if somebody could help. Basically I need to parse each line of a datafeed and just get each bit of information between each "|" - then I can add ...
1
vote
2answers
66 views

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 ...
1
vote
3answers
193 views

How can I get a feed of NFL players and their positions and teams?

I saw a post about player stats and data. All I want is a list of NFL players. Is there an easy way to find this data for free? Will I have to scrape it off a website or do it by hand? If ...
1
vote
3answers
274 views

want to add url links to .csv datafeed using python

Hi all 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 ...
0
votes
0answers
97 views

What is a good model, using Open IceCat to import data and populate products in a a catalog's database

I am working on building a catalog of products based on OpenIcecat's (Icecat Open Catalog) and I am looking for advice from someone who may have experience with this, or possibly experience with ...
0
votes
1answer
31 views

UML diagram for data feeds

I want to document data feeds from an application. I'm thinking about a simple sequence diagram with two system boxes on top and an arrow representing each outgoing data feed What is the best UML ...
0
votes
1answer
16 views

Processing web hosted CSV data automatically

I am new to the world of web programming so hope that this question is not too ambiuous! Can anybody tell me if the following is possible? I am trying to do a proof of concept on using data from the ...
0
votes
2answers
71 views

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 ...
0
votes
0answers
28 views

Collapsing multiple datafeeds into a master database of products

I am creating a review site with multiple merchant datafeeds from Avantlink.com. These datafeeds have some of the same products. I want to create a database with a master table of products where each ...
0
votes
2answers
336 views

Yahoo fetching currency in Matlab?

Does anyone know how to get a range of dates that works for fetching currency pairs from Yahoo? The code below works fine for capturing the latest rates needed? I am looking for a complete time series ...
0
votes
2answers
160 views

SQL Server & C# immediate notification to client when database updates with millisecond timing

I'm still writing my financial software :P And have finally gotten a reliable real data live data feed which I am currently storing into my SQL Server database in real time. As in the stock market, ...
0
votes
0answers
29 views

What is the ideal phone event to update the feed in Android and iPhone?

We have an xml feed from the webserver which need to be called when the user opens the feed window for the first time. This feed need to be updated regularly on a user action. Please let me know which ...
0
votes
1answer
257 views

Magento xml datafeed help

I'm trying to import an xml datafeed of products in magento. Try importing it but is seems it has to been in MSOffice-xml or cvs file to succesfully import it. I try parsing the xml file to cvs, but ...
0
votes
2answers
437 views

Stock purchases and stock quote data

I apologize for being rather vague here, but I'm working on a project involving stock data and stock purchases. I'm sure I'm going to end up having to get a broker involved, but I was wondering if ...