Streamlit STOCK dashboard using Python 🔴

Sdílet
Vložit
  • čas přidán 27. 08. 2024

Komentáře • 97

  • @FinancialProgrammingwithRitvik

    👀 Become a 𝐏𝐚𝐭𝐫𝐞𝐨𝐧 Member: www.patreon.com/fpritvik

  • @SM-yh4mj
    @SM-yh4mj Před 5 měsíci +1

    Truly awesome video, subscribed - thank you so much for taking the time to create such excellent videos. May you be the number 1 CZcamsr in 2024!

  • @BhoomikaSaxena-bm7xk
    @BhoomikaSaxena-bm7xk Před 28 dny +1

    Amazing video. It was really helpful.

  • @xilllllix
    @xilllllix Před 2 měsíci +1

    learned a lot, thank you!

  • @eddyv524
    @eddyv524 Před 2 měsíci +1

    Hey, the dashboard that you are showing in your thumbnail looks at a lot better than the one your created. Where is the one that you are showing in your thumbnail?

  • @guyshepperd1062
    @guyshepperd1062 Před rokem +1

    Very nice Video, there is alot of information to digest. Getting started in this area, and found your channel! it a gold mine!

  • @DaeViZ0n3
    @DaeViZ0n3 Před rokem +4

    Would be great if the charts were more interactive. Like allowing it to use own indicators and settings

  • @wyo2151
    @wyo2151 Před rokem +2

    Great Content. Thanks for doing this!!!
    Subscribed!!

  • @jasoncj85
    @jasoncj85 Před rokem +1

    This is a great tutorial. I was walking through to practice some coding... test some other APIs even... BUT, I did not make sure to limit my date range or limit my excessive testing of the code... I soon realized that yahoo finance has a request limit LOL... nothing nefarious, however it cut my fun short... keep in mind those request limits...

  • @nandya
    @nandya Před 6 měsíci +1

    Great Job! I am going to check your channel for more educational videos

  • @martin-xq7te
    @martin-xq7te Před 2 měsíci +1

    well-developed video tutorial , more please

  • @yousefjaber9246
    @yousefjaber9246 Před 21 dnem +1

    👏👏

  • @SandeepSinghDataAnalyst
    @SandeepSinghDataAnalyst Před rokem +4

    Can you please create a saperate video on building a streamong dashbaord using Plotly dash?

  • @imyhull4923
    @imyhull4923 Před rokem +1

    Thank you! Really interesting.

  • @2012CCSS
    @2012CCSS Před rokem +1

    Awesome video!!! Thank you for this great content!!!!!

  • @jburns3210
    @jburns3210 Před 11 měsíci +1

    Thanks for the great information

  • @SatyamKumar-ju8bf
    @SatyamKumar-ju8bf Před rokem +1

    Your videos are really helpful for me, thank you for uploading such awesome content...

  • @globetrekvibes24
    @globetrekvibes24 Před 2 měsíci +1

    This is a great tutorial with vast knowledge on streamlit however i dont know what i am doing wrong but i am getting this error "ValueError: No objects to concatenate"
    data = yf.download(ticker, start=start_date, end=end_date)
    fig = px.line(data, x=data.index, y=data["Adj close"], title=ticker)
    st.plotly_chart(fig)

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  Před 2 měsíci +1

      The code is in the Google Drive. If you want, you may copy and paste the code and check line by line to catch the mistake.

  • @user-nn5eg8uy4u
    @user-nn5eg8uy4u Před 9 měsíci +1

    Need to consider social media trend & should have applied sentiment analysis

  • @belalkhan2761
    @belalkhan2761 Před 3 měsíci

    Very helpful video sir , thank you for that .
    One question is there that if we want to plot a polarity graph from your stocknews possitivity or negativity data which is shown in top news tab of this dashboard?
    Can we plot a graph or not if yes then how

  • @samhuang5452
    @samhuang5452 Před rokem +2

    Hello, how would you use Eikon (Refinitiv) data instead of Yahoo Finance ?
    I replace the yf.download() part with ek.get_data(), but it does not work ? Any advice please, thanks!

  • @carters6138
    @carters6138 Před rokem +2

    ❤️❤️❤️luv frm India ritvik

  • @s0ulweaver
    @s0ulweaver Před rokem +1

    Amazing. Would it be possible to make a dashboard with streamlit or tableau/power bi to visualize our stock portfolio returns. Things like best performer, worst performer, drawdown graph, xirr, cagr, average number of stocks held in a week/month/year, number of trades in a FY, total expense in the FY composed of transaction costs, brokerage, exchange cost, applicable taxes etc. Average weekly/monthly/quarterly return. I'm interested to know how would we even get the data from our own demat accounts of brokers (like zerodha), to start analysis.

  • @tonypotts3211
    @tonypotts3211 Před 3 měsíci +1

    Can you make video on how to make trading bot with dashboard

  • @shakthiprasadpai9584
    @shakthiprasadpai9584 Před rokem +1

    good keep it up

  • @ST-hr4xv
    @ST-hr4xv Před 11 měsíci +1

    ValueError("No objects to concatenate") at 6:30. Help would be greatly appreciated please.

  • @Verstehdieaktie
    @Verstehdieaktie Před rokem +1

    Nice video

  • @ganeshpanpat4657
    @ganeshpanpat4657 Před 8 měsíci +1

    Nice video,
    Can you advise how to refresho data after every minute

  • @vigisbigtm
    @vigisbigtm Před rokem +1

    How to get fundamental data since Alphavantage does not support Indian stock data.

  • @deekshapandey4754
    @deekshapandey4754 Před 6 měsíci

    fig = px.line(data,x=data.index, y = data['Adj Close'], title = ticker)
    st.plotly_chart(fig) this line is not running, its showing value error : ValueError: Cannot accept list of column references or list of columns for both `x` and `y` could you just help

  • @shoaibdalal4036
    @shoaibdalal4036 Před 6 měsíci +1

    hii!!! sir. error is coming. Traceback (most recent call last):so, what should i do. plz tell sir.

  • @user-qo7jh4xp1s
    @user-qo7jh4xp1s Před rokem +1

    i am getting valueerror no objects to concatenate can you help me resolve it

  • @doctormalla7184
    @doctormalla7184 Před měsícem

    Sir For this Ml code?where can i get

  • @shakthiprasadpai9584
    @shakthiprasadpai9584 Před rokem +1

    can i know is it possible to combine all the codes to make one application

  • @gamingwithvillain1731
    @gamingwithvillain1731 Před 6 měsíci +1

    i tried this but news that i am getting are not specifically relatedto that stock

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  Před 6 měsíci +2

      You are making some mistake, please check if you are providing the right ticker.

    • @gamingwithvillain1731
      @gamingwithvillain1731 Před 6 měsíci

      @@FinancialProgrammingwithRitvik yes I am making a web application which can visualise stock data with indicators. And it can give fundamentals of company and news related to it. And also forecast section for forecasting. All works fine. But news are not. Same ticker is used in all this

    • @gamingwithvillain1731
      @gamingwithvillain1731 Před 6 měsíci

      @@FinancialProgrammingwithRitvik and then I came to new about finviz finance api. This can only provide headlines of news and a link to that article

    • @gamingwithvillain1731
      @gamingwithvillain1731 Před 6 měsíci

      @@FinancialProgrammingwithRitvik
      I used finviz finance api for the news. It can give news headlines and link to article of news

    • @gamingwithvillain1731
      @gamingwithvillain1731 Před 6 měsíci

      @@FinancialProgrammingwithRitvik I am using lstm for forecasting but getting error of 1-3% in prediction. I was training a model on a closed price daily timeframe. But as trade in the stock market i know that the error is too high.
      Then I came up with 1 idea that we can add 1 more columns to the data named difference. We will store the difference between today's closed price and yesterday's closed price. We will train model on that difference to predict future difference then we will add that future difference to get tomorrows closed price.
      If you are reading this till here. I really appreciate you.
      What do you think about my idea

  • @shreyaskali996
    @shreyaskali996 Před 4 měsíci

    can you share the github link for this project?

  • @mattewdoyle861
    @mattewdoyle861 Před rokem

    I am receiving the error. AttributeError: module 'streamlit' has no attribute 'tabs' . I have updated streamlit and still dont know what the fix is

  • @sumancapz6444
    @sumancapz6444 Před rokem +1

    Sir can you tell me some free api to download dii and fii data for last 10 years

  • @kartiksingh2402
    @kartiksingh2402 Před 3 měsíci +1

    Could you please provide the source code? If possible

    • @modax0
      @modax0 Před 3 měsíci +2

      It's not real code it's python, so :
      Def SomeApp app a b c () ;

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  Před 3 měsíci

      Please check out this post: czcams.com/channels/yMifqUrSntvvrrGMaVPkrw.htmlcommunity?lb=UgwZRm2WrR2BqVk_ho54AaABCQ

  • @RajatSharma-ip1jp
    @RajatSharma-ip1jp Před rokem +1

    where to access your gdrive?? @FinancialProgrammingwithRitvik , I already purchased it

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  Před rokem +1

      Have you filled your info in the form? If yes, you would have got the access already as all new members have got it now.

    • @RajatSharma-ip1jp
      @RajatSharma-ip1jp Před rokem

      @@FinancialProgrammingwithRitvik actually I just maid the payment I don't remember getting any form though

    • @RajatSharma-ip1jp
      @RajatSharma-ip1jp Před rokem

      By the way where do you share the link to your drive, is it over mail, cause I didn't get it.

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  Před rokem

      @@RajatSharma-ip1jp Please check it here: www.youtube.com/@FinancialProgrammingwithRitvik/membership

    • @RajatSharma-ip1jp
      @RajatSharma-ip1jp Před rokem

      @@FinancialProgrammingwithRitvik Actually it is showing that I'm a member for 4 days but I can't see the link where to access the drive.