Skip to content

Latest commit

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

#Quoth

A free financial quotes library

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)=>{});});

About

Free financial quotes

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages