Fortune 500 Companies Ranking Revenue and Profit JSON Data Feeds
Data Fields:
- Year
- Rank
- Revenue (in Millions $)
- Profit (in Millions $)
- Company
Fortune 500 Companies by Rank
http://gomashup.com/json.php?fds=finance/fortune500/rank/[RANK]&jsoncallback=?
Example:
To get all Fortune 500 companies that have been ranked #1 ...
http://gomashup.com/json.php?fds=finance/fortune500/rank/1&jsoncallback=?
Fortune 500 Companies by Year
http://gomashup.com/json.php?fds=finance/fortune500/year/[YEAR]&jsoncallback=?
Example:
To get all Fortune 500 companies for year 2009.
http://gomashup.com/json.php?fds=finance/fortune500/year/2009&jsoncallback=?
Fortune 500 Companies by Company name
http://gomashup.com/json.php?fds=finance/fortune500/company/[COMPANY NAME]&jsoncallback=?
Example:
To get all years that a comany appeared in the Fortune 500 ...
http://gomashup.com/json.php?fds=finance/fortune500/company/Google&jsoncallback=?
Sample Output
http://gomashup.com/json.php?fds=finance/fortune500/company/Google&jsoncallback=?
?({
"result":[
{
"Year" : "2006",
"Rank" : "353",
"Revenue" : "6138.6",
"Profit" : "1465.4",
"Company" : "Google"
},
{
"Year" : "2007",
"Rank" : "241",
"Revenue" : "10604.9",
"Profit" : "3077.4",
"Company" : "Google"
},
{
"Year" : "2008",
"Rank" : "150",
"Revenue" : "16",
"Profit" : "594.00",
"Company" : "Google"
},
{
"Year" : "2009",
"Rank" : "117",
"Revenue" : "21",
"Profit" : "795.60",
"Company" : "Google"
}
]}
)
- Login to post comments
