Software Alternatives, Accelerators & Startups

What are everyone's favorite tools to use for research?

Docoh Gurufocus FinViz Barchart
  1. 1
    A free website to help you make better investment decisions
    Pricing:
    • Free
    Import requests Import pandas as pd Url = "https://docoh.com/search/suggestions?q=MSFT&ctxType=company&ctxVal=1326801" r = requests.get(url,headers={"User-Agent":"Mozilla"}) Id = r.json()["suggestions"][0]["companyId"] Symbol = r.json()["suggestions"][0]["TradingSymbol"] TickerURL = "https://docoh.com/company/" + str(id) + "/" + symbol + "/financials" FinData = requests.get(tickerURL,headers={"User-Agent":"Mozilla"}) a = pd.read_html(finData.text) Print (a).

    #Finance #Stock Market #iPhone 18 social mentions

  2. Historical financial data and insider holdings
    Personally I first use a screnner like docoh.com, gurufocus.com or finviz.com. Then I just go to the exchange site like the SEC and then I run a DCF on them using my own DCF calculator and excel.

    #Investing #Finance #Fintech 15 social mentions

  3. 3
    Stock screener for investors and traders, financial visualizations.
    Personally I first use a screnner like docoh.com, gurufocus.com or finviz.com. Then I just go to the exchange site like the SEC and then I run a DCF on them using my own DCF calculator and excel.

    #Investing #Finance #Fintech 199 social mentions

  4. Barchart Stocks & Futures app shows a list of stocks on the basis of ranking and performances as compared to other stocks through which you can do a comprehensive research before buying shares of a company to reduce the risk of losing your life saviโ€ฆ
    I think barchart.com is underrated for being completely free once you make an account. I use it for screeners and it works great.

    #Finance #Investing #Trading 93 social mentions

Discuss: What are everyone's favorite tools to use for research?

Log in or Post with