- Joined
- 3/4/09
- Messages
- 3
- Points
- 11
Hi,
I am a newbie to Quant finance, I have a IT background so feel free to point out the obvious... ;-)
So if I wanted to get a result set like "SELECT ALL the companies in the S&P500 that have declined in CLOSE price by more than 40% in the last 6 months, that also have a profit margin of at least 10%",
at the moment I would go and get all the historical data in time series format from yahoo/google in one table, and I would have another table of financials from each of the companies with values such as market cap, profit margin - (pulled from yahoo or google)
I then I would write a query to do it, not that hard but its pretty limited. I've also used R, which has a quantmod module which is pretty kickass to simplify some of the data retrieval and manipulation.
However I was wondering whether any systems, possibly web-based exist that have data objects for securities and equities and prices that already exist that I can query with SQL
Can I put a query like that into a Bloomberg terminal, or indeed is it possible to contrive something in the DDE to output a result for that question?
Many Thanks,
T
I am a newbie to Quant finance, I have a IT background so feel free to point out the obvious... ;-)
So if I wanted to get a result set like "SELECT ALL the companies in the S&P500 that have declined in CLOSE price by more than 40% in the last 6 months, that also have a profit margin of at least 10%",
at the moment I would go and get all the historical data in time series format from yahoo/google in one table, and I would have another table of financials from each of the companies with values such as market cap, profit margin - (pulled from yahoo or google)
I then I would write a query to do it, not that hard but its pretty limited. I've also used R, which has a quantmod module which is pretty kickass to simplify some of the data retrieval and manipulation.
However I was wondering whether any systems, possibly web-based exist that have data objects for securities and equities and prices that already exist that I can query with SQL
Can I put a query like that into a Bloomberg terminal, or indeed is it possible to contrive something in the DDE to output a result for that question?
Many Thanks,
T