#Quoth
varquoth=require("quoth");// Listed companiesquoth.companies((err,results)=>{});// Quotesquoth.spot(symbol,(err,result)=>{});quoth.statistics(symbol,(err,results)=>{});quoth.keyStatistics(symbol,(err,results)=>{});quoth.volatility(symbol,(err,results)=>{});quoth.historicals(symbol,from,to,(err,results)=>{});// Fundamentalsquoth.fundamentals(symbol,(err,results)=>{});quoth.balanceSheet(symbol,(err,results)=>{});quoth.cashflow(symbol,(err,results)=>{});quoth.income(symbol,(err,results)=>{});// Bondsquoth.treasuries((err,results)=>{});// Global Indicesquoth.indices={ ... };quoth.commodities={ ... };quoth.globalIndicies((err,result)=>{});// Sentiment and Emotionquoth.sentiment.init({consumer_key: '...',consumer_secret: '...',access_token_key: '...',access_token_secret: '...'},(err)=>{if(err)throwerr;elsequote.sentiment.fetch(symbol,(err,results)=>{});});