Sponsorship
Web Picks from monsterHash.com
Domestic Trends
:: Google paints a stark vision of the US economy.
Economic Analysis
:: Project Syndicate provides newspapers with analysis from the world’s top economists
Economic Calendar
:: The key events moving the market, highlighted by Briefing.com- Finviz screener Best stock screen tool on the web. csv on bottom can be auto-loaded into google docs.
Real Clear Markets
:: Daily briefing on the markets
Undervalued stocks
:: Stock screen based on “Warren Buffett and the Interpretation of Financial Statements”
Value Cruncher
:: A web tool that simplifies discounted cash flow analysis of public companies
Wikinvest
:: Simple research and portfolio consolidation.
Thought Leaders
Stock Research
Publish dynamic charts to wordpress
Last year, I wrote a piece on how to chart financial data with php. That was before I discovered the flexibility of google docs. A pure php / mysql solution with a web proxy and jquery is more flexible, but it requires server access and the ability to set up a remote database.
If you want to quickly pull in data from the web, analyze it, and display it in real time, just pop open google docs and start to play. To create the above chart, I did the following:
This last step may produce an empty chart if you’re using external data (as I am in this example), because docs needs a user to periodically access the original spreadsheet to refresh the data before it creates the chart. In that case, just embed the whole spreadsheet in your blog post (as I did here).