How to Download and Save Stock Price Data || Stock Analysis with Python Part 3

Поділитися
Вставка
  • Опубліковано 12 чер 2022
  • ​ @Matt Macarty
    #dataanalytics #pythonprogramming #stockmarket
    ✅ Please SUBSCRIBE:
    ua-cam.com/users/subscription_...
    Videos:
    [Part 1]( • How to Get a List of ... )
    [Part 2]( • How to Download S&P 50... )
    [Part 3]( • How to Download and Sa... )
    [Part 4]( • Stock Analysis with Py... )
    [Part 5]( • Calculate Returns, Cre... )
    [Part 6]( • Download, Transform an... )
    [Part 7]( • Python for Stock Analy... )
    [Part 8]( • Stocks About to Announ... )
    [Part 9]( • How to Create a Stock ... )
    [Part 10]( • Automate Stock Analysi... )
    [Part 11]( • Python for Stock Analy... )
    [Part 12]( • How to Calculate & Nor... )
    **This video is for educational purposes only. The information provided should not be construed as investment advice. **
    ✅ Get the code:
    github.com/mjmacarty/python-s...
    ✅ If you are interested in subscribing to a data bundle from EODHistoricalData, use this link for special pricing (I get a referral):
    eodhistoricaldata.com/alphabench
    Use Python to download and save price data for any number of securities

КОМЕНТАРІ • 13

  • @Shubharwal
    @Shubharwal 2 роки тому +1

    Keep em coming Matt

  • @PaoloCondo
    @PaoloCondo Рік тому

    Great job! Thanks

  • @PaoloCondo
    @PaoloCondo Рік тому

    Great job! Cheers

  • @justtohost3431
    @justtohost3431 Рік тому

    Thanks Matt for providing a code snippet how to download historical price data for multiple tickers for EOD! Unfortunately, EOD doesn't support us developers that well going to data analysis for a mass of stocks.

    • @MattMacarty
      @MattMacarty  Рік тому +1

      Thanks. Sadly I don't think you can too far with EOD unless you subscribe to one of their plans. I like how they organize the symbols and allow access pretty much worldwide.

    • @justtohost3431
      @justtohost3431 Рік тому

      @@MattMacarty I've got the ALL-IN package. They've got one big con which is that you are not intended to do any mass downloads (into one df) in great speed :( Takes long and is sometimes not that easy to organize.

    • @MattMacarty
      @MattMacarty  Рік тому +1

      @@justtohost3431 I agree the format of the data is not user-friendly in all cases. There are a couple of endpoints that do things like get the last price for the entire market and announcements. They are working on their products and I know the CEO. What do you want it to do?

  • @poulomighosh8029
    @poulomighosh8029 2 роки тому

    Little confused Matt - is the URL for part 1 correct?

    • @MattMacarty
      @MattMacarty  2 роки тому

      oops. Sorry about that: ua-cam.com/video/bKUZrBAzqJs/v-deo.html
      Thanks for the heads up

    • @poulomighosh8029
      @poulomighosh8029 2 роки тому

      @@MattMacarty Thank you