datafeed

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 it to a database. I think I can handle getting the information from between the "|"'s by using explode but I need a bit of help with parsi...

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 improvement. So the tool I need must be able to check updates differences as well as to tel...

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 issues is that zencart is not designed for redirects and affiliate stores but it can be done. I will be changing the store so it acts like a...

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 anyone knows of any documentation on the underlying technology involved with existing trading sites, as well as the channels through which sys...

disable datafeed in reporting services 2008R2 toolbar

hi there it seems I can't find the option or the file with the setting to remove the Icon for the ATOM FEED export of the Report. I am using the SSRS version included in the MSSQL Express Advanced download. Is this the problem? Or do i have to configure this somewhere directly in the database? I read in another post that I should be a...

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 banking protocol at some point... and maybe mint.com uses it to access accounts? Does mint.com have a special relationship with each bank...

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 scraping is the route to take, can someone offer documentation, or library to help do this with php? ...