How to use Alpha Vantage API Python- 2021🔴 [FREE data]

Поделиться
HTML-код
  • Опубликовано: 23 дек 2024

Комментарии • 301

  • @FinancialProgrammingwithRitvik
    @FinancialProgrammingwithRitvik  3 года назад +3

    𝐓𝐢𝐩 𝐦𝐞
    by:
    buying me a coffee in US Dollars: www.buymeacoffee.com/fpritvikusd
    buying me a coffee in Euros: www.buymeacoffee.com/fpritvik

  • @garylanigan1
    @garylanigan1 3 года назад +1

    Learned more about alpha_vantage here in 11:45 than any of the videos out there. Thumbs up!!!

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      Wow... That's a very nice comment ☺️

    • @garylanigan1
      @garylanigan1 3 года назад +1

      @@FinancialProgrammingwithRitvik you are welcome. I have subscribed as well ;) Question: What about APIs that can access Canadian Markets for free?

    • @garylanigan1
      @garylanigan1 3 года назад +1

      Disregard the Canadian Market question. IN one of our comments below you mention 'ts(help) look for symbols...'. Problem solved! Thank you!

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      @@garylanigan1 hahaha, you are my best subscriber ;)

    • @garylanigan1
      @garylanigan1 3 года назад +1

      @@FinancialProgrammingwithRitvik So where are the files? ;)

  • @tumblelandproduction
    @tumblelandproduction 3 года назад +1

    If any one is curious on how to parse through company overview here is an example in python:
    from alpha_vantage.fundamentaldata import FundamentalData
    api_key = ""
    fd = FundamentalData(api_key, output_format='json')
    data = fd.get_company_overview('AAPL')
    print(data[0]['Symbol'])
    this will print the symbol

  • @jinalpatel4251
    @jinalpatel4251 5 месяцев назад +2

    Hey, very helpful video, can I get the access of the Google drive link please?
    I am not able to view the access button

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  5 месяцев назад +1

      Hi Jinal... Please check out this post: ruclips.net/channel/UCyMifqUrSntvvrrGMaVPkrwcommunity?lb=UgwZRm2WrR2BqVk_ho54AaABCQ

  • @1111quinn
    @1111quinn 3 года назад +1

    Hello I'm curious how you actually found out how to do all the things that are covered in the documentation. Like, I could read the whole documentation but still not understand how to implement any of these things. The documentation doesn't say anything about specific functions or syntax, it just goes over the concepts and I'm not sure how to find out any info for this besides RUclips videos

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  2 года назад +1

      I understand it is difficult to understand at least for the beginners. That's why I make tutorial videos on them. Subscribe to learn more such great tools. :)

  • @realazduffman
    @realazduffman 9 месяцев назад +1

    Please do a video on getting options chains. I want to be able to get the chain data and find the actual theta value

  • @MrShabanOfOzz
    @MrShabanOfOzz 10 месяцев назад +1

    Awesome video thanks! Just wondering, how much can you download with the free version? For example, can you download the balance sheet of 1000 firms at once?

  • @Kyle906-Q8
    @Kyle906-Q8 2 года назад +1

    HELP PLEASE!!
    I finally figured out i was using the wrong python version and wrong environment. Kept getting an error where it basically says cannot find alpha vantage for the “from alpha_vantage.timeseries import TimeSeries” and resolved the import erorr after switching environments to conda with a slightly older python version.
    The one problem now is.. i have no errors, or highlights for anything. I opened the debug console and run and debug. No issues found!
    But when I execute the code is outputs nothing!!!!!!
    It just says “Running file name shit”
    Then
    “Done” exited with 1.20 seconds.
    What in the world is going on. Its just five lines to view apple data.

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  Год назад +1

      I recommend you copy my code from my google drive and run line by line and try to figure out the mistake. It's very affordable and completely worth it: ruclips.net/channel/UCyMifqUrSntvvrrGMaVPkrwcommunity?lb=UgwZRm2WrR2BqVk_ho54AaABCQ

  • @vipgame1516
    @vipgame1516 3 года назад +1

    do you have a vagrant file you are using for this development environement by any chance?

  • @OmprakashKumar-vx1cp
    @OmprakashKumar-vx1cp 3 года назад +2

    Anyone here please Reply.
    Why i am not able to find anywhere how to use alphavantage library like this in javascript?
    I have been searching it for many days....

  • @richardgauthier181
    @richardgauthier181 2 года назад +1

    Great Video Ritvik. I am new to stock analysis but I am eager to learn. I will be following you for sure.

  • @narayansabhahit1577
    @narayansabhahit1577 3 года назад +1

    i need help! can we get intraday 1 min data of any stocks in NSE(indian stock market?)

  • @supremekingki
    @supremekingki 3 года назад +6

    Hi, great tutorial. Which API do you recommend for taking income statements for previous three years and processing the individual data points (Ex. Alpha Vantage, Financial Modeling Prep, IEX Cloud)? Thank you!

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +4

      Among these, Alpha Vantage. But wait, on this playlist, I'll cover many more free APIs including retrieving information directly from SEC filings. Subscribe not to miss them 😉. What income statement line items are you interested the most?

    • @supremekingki
      @supremekingki 3 года назад +2

      Thanks for the response, I have subscribed. I plan to use last three years data to estimate next three years and build DCF model.

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +2

      @@supremekingki That's Great! You can use Alpha Vantage for now. Stay tuned, much better free APIs to come on this channel. Just a point in my mind, you can do multiple companies' Valuation through Python, which won't be possible on Excel. Just remember, CAGR or growth rates differ with different industies (for eg, Capital intensive vs tech). Quite excited for your project, let me know if you want me to cover anything in my next video.

  • @bsbs1986
    @bsbs1986 4 года назад +4

    Please upload more code files on your Google drive. Appreciate if each code are commented to understand them better.

  • @philipfiguerres6132
    @philipfiguerres6132 2 года назад +1

    Does alpha vantage also provide sector and industry information a company belongs too?

  • @yagnakumarprajapati3760
    @yagnakumarprajapati3760 3 года назад +1

    hello sir i am facing one problem when i import this data into mysql the date column is not inserting in the mysql please answer how can i handle this problem it will help me alot

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      I guess you are making mistake in data cleaning. I recommend you to copy paste my code on Alpha Vantage saved in google drive and then run line by line to understand the mistake.

  • @mrpips76
    @mrpips76 4 месяца назад

    How would we pull in a larger date range for the 5 min chart? eg all of 2023 or 2024?

  • @yashvadaria7043
    @yashvadaria7043 3 года назад +1

    How to get the symbol / ticker for any nse/bse companies

  • @adityakumarghosh6645
    @adityakumarghosh6645 3 года назад +1

    Great video by the way

  • @binarybinayak
    @binarybinayak 3 года назад +1

    I guess it's stopped providing nse data... Any other options for nse intraday data

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +2

      We will have to webscrape NSE data for that. Do you want me to cover a video on that?

    • @binarybinayak
      @binarybinayak 3 года назад

      @@FinancialProgrammingwithRitvik Thanks for responding... I was trying out many things... Now I can web scrab 15 mins data from Yahoo finance... But when I am trying to import 15 mins MACD or 15 mins MFI data from Yahoo finance and also not able to get Hakin Ashi data from investment.com by doing web scraping, I am not able to do that... Can you make a video on how to import data from live charts from investment.com or upstox or zerodha by doing web scraping it will be really helpful... What you thinks will you be able to make a video on that

  • @benweiler9104
    @benweiler9104 3 года назад +2

    Great video thank you! My code runs well on VS however how are you able to view the other get_ ... options to pop up (symbol_search or quote_search ...)? Is there an extension I can install for this?

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      It's my pleasure 😊. I couldn't understand the question. Could you please elaborate? Are you talking about any specific get...?

  • @NickFagiano
    @NickFagiano 3 года назад +1

    Wow man, this is great stuff!

  • @robbieswanson2219
    @robbieswanson2219 3 года назад +1

    Question: Do you have to use colab to see results? I am using VS code, but running this same code doesn't throw errors but it won't show any data in the terminal.

  • @uv10
    @uv10 Год назад

    the syntax / library syntax is different than the documentation (where they use url and request). is the library syntax as you use in the video documented somewhere?

  • @vicentezehnder8905
    @vicentezehnder8905 3 года назад +1

    thanks for the video! i just have 1 question. where can I get a list of the tickers for different stocks?

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      Thanks for the appreciation. There is a list of all tickers traded on NASDAQ. I covered it in this video: ruclips.net/video/4mrw4aI2_j8/видео.html

  • @hieuimba
    @hieuimba 3 года назад +1

    Do you know how far back does daily data go? I don't see it mentioned anywhere but looks like about 2 months from what I see? Thanks!

  • @MANOJ-fz4ku
    @MANOJ-fz4ku 3 года назад +1

    Sir,how to append aroon values in bitcoin trading bot?

  • @ashwinrawat9622
    @ashwinrawat9622 3 года назад +1

    Hi, Can I get nse data from this site? Its says global market, so I assume that would include NSE too. If yes, do I need to prefix the symbol like NSE: or something? Can you please confirm? Thanks

  • @tumblelandproduction
    @tumblelandproduction 3 года назад +1

    Could you create a video on parsing data from company overview? I am having trouble finding information on this. I just want the EPS of a given company. Thank you for this video.

  • @Chatgpt939
    @Chatgpt939 4 месяца назад

    Can I get buying volume and selling volume separately for 5 min data frame

  • @ganeshbobade2503
    @ganeshbobade2503 3 года назад +1

    Is it work in Indian stock market for live data about stock CMP

  • @iissolutions2741
    @iissolutions2741 3 года назад

    i need to show live stock prices of multiple stocks to my web site ,which end point i can use for live stock price ?

  • @raahul021
    @raahul021 6 месяцев назад

    what if we take live market data from nse and make API .... 🤔🤔

  • @romanbabinec3006
    @romanbabinec3006 3 года назад +1

    Hi, I want to ask if it is possible to load an RSI indicator for more than one joint stock company from Alpha Vantage at the same time? And what would such a script look like?

  • @JoelPasapera
    @JoelPasapera Месяц назад

    I only want to download historical data from any asset, for example.... from 2000 until 2023 in any time frame in any asset. Pleasee

  • @divij6910
    @divij6910 3 года назад +1

    hey appreciate this help, but i couldn't find the code documentation anywhere. The doc just contains how to get json file. Please help

  • @ab1ek145
    @ab1ek145 3 года назад +1

    its not working for Indian stocks at NSE

  • @AlexJaeger716
    @AlexJaeger716 3 года назад +1

    can you get fundamental data for a list of tickers?

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      Yes, We can. We just need a for loop for that.

    • @AlexJaeger716
      @AlexJaeger716 3 года назад +1

      @@FinancialProgrammingwithRitvik so you can’t pass in a list of tickers to get past the request limit?

    • @AlexJaeger716
      @AlexJaeger716 3 года назад +1

      @@FinancialProgrammingwithRitvik can you show us how please?

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      Yes, free version has a limit to export the data... then you will have to wait for sometime to extract more. What you can do here is run a few tickers, save it, then run for more tickers, save it and so on. You can also make it automated.

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      Sure, I will try to cover it in future videos.

  • @justinb5553
    @justinb5553 3 года назад +1

    Thank you for this. New to this and having trouble with data[0] and run. Nothing happens. Cannot seem to get a return in pandas format. I have pip installed pandas and was able to print the pandas version number (1.2.3). Using Visual Studio Code. Is there something I am missing? I see a lot of people starting their code with import pandas as pd. Is this not necessary? I have tried it both ways.

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      Thank you for appreciation. Try using Anaconda Jupyterlab. If the problem is still there, then Google Colab will work for sure.

  • @amrutalopez919
    @amrutalopez919 3 года назад +1

    Hi, looking for free stock API usages in Python. I am glad to visit your Channel. Informative and helpful. Keep up the good work.

  • @ntksrym7297
    @ntksrym7297 3 года назад +4

    im a student at a uni studying python and AI programming but this is something that is very practical...thanks a bunch!

  • @FlitwickGE
    @FlitwickGE 3 года назад +1

    Yeah. Finally Alpha-Vantage, for me the best provider. Thank you for covering. And now some more pandas data juggling. Moving averages and so on. :)

  • @palvindersingh9706
    @palvindersingh9706 3 года назад +1

    Alpha vantage is not getting any Indian stocks. Can you please help.

  • @AjitYadav-mi8ts
    @AjitYadav-mi8ts 3 года назад +1

    thank u brother , your video helped me alot

  • @ivancheng891
    @ivancheng891 3 года назад +1

    After running the script for time series data, how do you "extract" the full data to excel etc as a csv file?

  • @bsbs1986
    @bsbs1986 4 года назад +4

    You do long great job sir. Thank you very much !

  • @alexzandramorris2817
    @alexzandramorris2817 2 года назад +1

    great tutorial!

  • @parthshah8057
    @parthshah8057 3 года назад +1

    Does this API provides data of Indian Stock Market like NSE/BSE ?

  • @ayushprakash3890
    @ayushprakash3890 3 года назад +1

    This api is useful for indian stocks also ?

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      Unfortunately, no... Alpha Vantage is not available for Indian stocks. But I will soon cover APIs related to Indian stocks as well.

    • @ayushprakash3890
      @ayushprakash3890 3 года назад

      @@FinancialProgrammingwithRitvik okay man please find some APIs which are almost free and helpful for indian stocks

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад

      It's my highest priority now.

  • @praveen3491
    @praveen3491 3 года назад +1

    Hello Ritvik, Thanks for providing us such an informative video. But I stuck to reading Indian stock market data using this API.
    Can u please help me out??

  • @theexposer9483
    @theexposer9483 3 года назад +1

    Does alpha vantage provides real-time data from Indian stock exchanges such as nse and bse .?

  • @МишаЕмельянов-с6ъ
    @МишаЕмельянов-с6ъ 3 года назад +1

    data = ts.get_intraday('AAPL', interval='15min'). does anyone know how to set the beginning and end of the period for receiving data?

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      One API call to Alpha Vantage counts as just one API call. There are no limits to the number of data points from an API call. To change the date range in python, put outputsize='full' (it will return the full-length intraday times series, commonly above 1MB ). Then you can easily get desired data as: data_date_changed = data[:'2019-11-29']
      You may see some other related codes in my Google Drive.

    • @MANOJ-fz4ku
      @MANOJ-fz4ku 3 года назад

      @@FinancialProgrammingwithRitvik can we get 1 second data?

  • @arvindhatkar
    @arvindhatkar 2 года назад +1

    can we get NSE Symbol Stock EOD data using this API?

  • @rushikeshdarge6115
    @rushikeshdarge6115 3 года назад +1

    how to get Bitcoin,doge,eth data
    what their ticker name?

  • @joshm5813
    @joshm5813 3 года назад +1

    Great content - educational!

  • @sanketbaddi3510
    @sanketbaddi3510 3 года назад +1

    do you have any other website like alphavantage from where i can download datas of indian stocks

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      I am working on a library which will synchronize all these free libraries in one. It will be launched soon. Please stay updated.

  • @potstirrer9073
    @potstirrer9073 3 года назад +1

    Great video! Thanks for making it. New subscriber :)

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      That's Great. Thanks for the appreciation. Let me know if you want me to cover any specific topic in my upcoming videos.

  • @yagnakumarprajapati3760
    @yagnakumarprajapati3760 3 года назад +1

    the data we are getting are in which currency? plz reply sir

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      It's in USD

    • @yagnakumarprajapati3760
      @yagnakumarprajapati3760 3 года назад

      @@FinancialProgrammingwithRitvik hello sir i am working on stock market historical data for usuk project so i need all tickers for specific exchange, can we get all tickers for specific exchange using python ? how? please reply if it is possible it will be very helpful for me.

  • @suhamemon6868
    @suhamemon6868 3 года назад +1

    This is extremely helpful!!

  • @SantoshLLC
    @SantoshLLC 3 года назад +1

    Hey! Thanks for this video ; ) I wanted to use crypto (for example BTC-USD) instead of a stock symbol, how can I do that, please? I tried to follow the documentation and do: from_currency=BTC&to_currency=USD but it doesn't work too...

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      I mentioned how to use crypto exchange. But no worries, just look into the file I saved in Google Drive and you will understand :)

  • @arjuns5618
    @arjuns5618 10 дней назад

    How I can get over all data of traded volume quantity and delivered quantity for comparison
    Can you make a project on this pls
    It's very helpful for me

  • @yuktamuthreja1574
    @yuktamuthreja1574 3 года назад +1

    Hey! Can you please help me and provide the ticker code? I am unable to find it. Need it for my dissertation :)

  • @amataratsu006
    @amataratsu006 8 месяцев назад

    So, I can do the same but using Pyspark?

  • @MANOJ-fz4ku
    @MANOJ-fz4ku 3 года назад +1

    Sir,how to get second to second data?

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      It's not covered under free version. Second to second free data is only available for real time... Please refer this video to learn more... ruclips.net/video/z2ePTq-KTzQ/видео.html

    • @MANOJ-fz4ku
      @MANOJ-fz4ku 3 года назад

      @@FinancialProgrammingwithRitvik thankyou so much,sir.
      Its,helpful

  • @ameldardour3038
    @ameldardour3038 Год назад +1

    Thank you. Very usefull informations. keep the good work.
    Can i use alpha-vantage to retrieve data only for HFT companies on NASDAQ market ?

  • @sudiptabhowmick6429
    @sudiptabhowmick6429 3 года назад +1

    Hi, is there any way of fetching real-time data ? Like what we get to see in any trading application it's continuously updating each 5 to 10 seconds.

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +2

      Yes, I covered it here... ruclips.net/video/z2ePTq-KTzQ/видео.html

    • @sudiptabhowmick6429
      @sudiptabhowmick6429 3 года назад +1

      @@FinancialProgrammingwithRitvik thanks for helping ! One more question, what is the average delay of Alpha Vantage Intraday data from realtime data ?

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      I will have to check it myself. I will let you know once I find something

    • @sudiptabhowmick6429
      @sudiptabhowmick6429 3 года назад +1

      @@FinancialProgrammingwithRitvik Okay please let me know and yes, thanks a lot for these awesome tutorials ❤️

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      My Pleasure :)

  • @manuelwunderle7271
    @manuelwunderle7271 4 года назад +1

    is there any api in order to get fund data?

  • @arpsami7797
    @arpsami7797 3 года назад +1

    Does it work for Japanese Market ? because I am constantly getting error, for example 7974.T

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +2

      I think it won't work with Japanese market. I'll have to check it. Have you tried putting only 7974 without the "T"

    • @arpsami7797
      @arpsami7797 3 года назад +1

      @@FinancialProgrammingwithRitvik if I take the T it won’t understand the Tokyo Exchange.

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +2

      @@arpsami7797 I know I just to give a shot. For indian companies, it works and automatically takes the most popular exchange.

  • @karlasosa5304
    @karlasosa5304 3 года назад +1

    Great video! Thank you!!

  • @avinashsingh2248
    @avinashsingh2248 5 месяцев назад

    Is alpha vintage works with Indian companies.

  • @tayeaina8744
    @tayeaina8744 3 года назад +1

    great video just what I needed. I have seen your code on the google drive It is not very clear to me how can I use it to build a nice app with tickers and financial parameters

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      What is unclear to you?

    • @tayeaina8744
      @tayeaina8744 3 года назад +1

      The code is the backend code. I was hoping we get to see the code as it on Jupiter note book cells. Thank you.

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      It's the updated Code. No worries, I just uploaded the Jupyter notebook code you saw in the video as well :)

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      I just sent you an email with the directions to follow. Let me know if the problem is solved now. I feel great to help my viwers :)

  • @kshitij8199
    @kshitij8199 3 года назад

    Hey thanks for such a wonderful video but i would like to know if i would be able to get the fundamental data of the indian stock market through this api?

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад

      It does not provide Indian financial data. We need to buy data in India. However, I am looking forward to something that's free and will cover it on this channel very soon. 😉

  • @chiragkadam93
    @chiragkadam93 3 года назад

    Much needed video!!!

  • @dhavalbamba917
    @dhavalbamba917 3 года назад +1

    Thanks man!!!! It is very helpful...
    Can I use Alpha Vantage for Indian Stock Market??

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      Indian Stock market data is rarely available for free. I will try to find a free way to do it very soon.

  • @abhishekanand5974
    @abhishekanand5974 3 года назад +1

    Hello Ritvik, this was quite informative. I wanted to know if we could get Indian Stock Data and also Indian Companies fundamental data. I tried putting .NS and .NSE in the ticker symbol but those didn't work. .BSE worked however. Still I am not able to access the fundamental data, and the NSE data. Please help. Thank you.

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      Alpha Vantage will very soon expand to Indian Markets as well (as per their recent announcements), Let's see when it happens.

    • @DEEPANSHUAGGARWAL
      @DEEPANSHUAGGARWAL 3 года назад +1

      @@FinancialProgrammingwithRitvik I want to work on a project, how much time is expected for this?

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      @@DEEPANSHUAGGARWAL Which type of project are you planning?

    • @sahiljain3083
      @sahiljain3083 2 года назад

      @@FinancialProgrammingwithRitvik actually i had the same question.... i am on a project where i am performing algotrading using some indicators for buy and sell decisions...so i started with getting the NSE data...but the numbers differed from actual ones. The data was in dollars and even after conversion, they weren't matching....and this worked only for INFY ticker...please tell me how to get data for indian stock exchanges(NSE and BSE). thankyou for the tutorial.

  • @AlexeyZubkov
    @AlexeyZubkov 3 года назад +1

    can I get futures historical data?

  • @superbsmy
    @superbsmy 3 года назад

    Thank you sir! Glad I found your channel!

  • @sharveennagendran
    @sharveennagendran 3 года назад +1

    Great video dude! I have one question. How do I use Alpha Vantage and Pandas to get (e.g. FB's price data from 1-Jan-2019 to 31-Dec-2019). I'm confused about which documentation to use.

  • @Hajar23456
    @Hajar23456 4 года назад +1

    tasi market (Saudi stock market )
    from where can I get the information or api providers Saudi market
    Thank you

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  4 года назад +2

      I'll have to research on this. What type of data are interested in?

    • @Hajar23456
      @Hajar23456 4 года назад

      ​@@FinancialProgrammingwithRitvik Financial statements i get it from tdawl website you can check by this
      colab.research.google.com/drive/1-6FUhi_Vj4Sr4GB0DtPRPPeXZwUSx9zR?usp=sharing

    • @Hajar23456
      @Hajar23456 4 года назад +1

      but if you have better idea will be awesome

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  4 года назад +1

      @@Hajar23456 sure, I'll see 😊

  • @chaitanyavutukuri2409
    @chaitanyavutukuri2409 2 года назад

    Hi Ritvik, i need the python code for pulling the stocks below 10 /- from bse, nse on specified date. Please help me if you have any

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  2 года назад +1

      We can do it by extracing data from yahoo finance and having a for loop to get all the stocks below 10 rupees.

  • @RicardoDacostaRaghavendra
    @RicardoDacostaRaghavendra 3 года назад +1

    Thank you for sharing this information. I have a question. Not too knowledgeable with Python myself. Is it possible to instead of entering each symbol manually, to pull a list of symbols from a .csv file? Thus automatically retrieve the price data and save the output into an excel file for further analysis?

  • @plazmafield
    @plazmafield 3 года назад +1

    Would love it if content just like this were introduced for the Julia Language

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      I only use Python 🙈

    • @plazmafield
      @plazmafield 3 года назад +1

      @@FinancialProgrammingwithRitvik might consider looking into it. I've been coding a grand total of three weeks and am picking it up pretty easily. The language is very similar to python

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +2

      I will check it out now. Thanks for the suggestion.

  • @brainlight5343
    @brainlight5343 Год назад

    how can I get data on the Pakistan stock exchange by using alphavantage API?

  • @hitensolanki8452
    @hitensolanki8452 3 года назад +1

    HOW TO GET NSE AND BSE DATA AND SYMBOL USED

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      I think we can get. I think INFY.BS should work. Similarly INFY.NS... let me know if it works otherwise I'll do some more research and let you know.

  • @arjuns5618
    @arjuns5618 10 дней назад

    And if any one know any api for getting trading quantity and delivered quantity of any stock for overall historical analysis

  • @nosharesnogains8505
    @nosharesnogains8505 3 года назад +1

    I'm curious if this is still the best? I'm looking for a free api for a stock app

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  2 года назад +2

      There are many APIs out there, but still I like it the most; depends on your usage as well.

    • @nosharesnogains8505
      @nosharesnogains8505 2 года назад

      @@FinancialProgrammingwithRitvik nice. Have you compared this to finviz and the free yahoo finance api

  • @ignatiusprasad3894
    @ignatiusprasad3894 9 месяцев назад +2

    Is it a free API KEY of the paid version?

  • @maxencelandais9339
    @maxencelandais9339 3 года назад

    Nice video, keep going 👍

  • @mattbrowne500
    @mattbrowne500 3 года назад +1

    Great Content! How can we save data to CSV format?

  • @youssefatyia441
    @youssefatyia441 2 года назад +1

    Hi, this is a wonderful video, I found it unique and satisfying

  • @sanskritiverma5599
    @sanskritiverma5599 3 года назад

    Could you please make a video on how to do fundamental analysis of stocks using this API and the few indicators available such as PE ratio, income etc

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад

      Definitely, It is in my checklist already. I am planning to make a trading bot and a simple robo advisor using fundamental analysis :)

  • @dixontierney2273
    @dixontierney2273 3 года назад +1

    how do you get the alpha vantage data into collab?

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +1

      Dixon, it's the same as we do in Jupyterlab. First, install alpha_vantage then use it the same way. You can copy my code from google drive open it in google colab and then try extracting data. Please Let me know if there's any other question.

  • @welizabethcarole
    @welizabethcarole 3 года назад

    Very helpful, thank you!

  • @benhar2159
    @benhar2159 3 года назад

    Really helpful, can also share to connect such data with Airtable or WordPress?

  • @kevindyo
    @kevindyo 3 года назад +1

    Great video, can you make an API for binary options?

  • @adityakumarghosh6645
    @adityakumarghosh6645 3 года назад +1

    Is there any free API for NSE data?

  • @sagarchhaniyara4498
    @sagarchhaniyara4498 3 года назад +1

    Can we get data for following from alpha vantage API
    1.) NSE (Indian National Stock exchange)
    2.) BSE (Bombay Stock Exchange, India)
    3.) F&O (Future and Options India)
    4.) MCX

    • @FinancialProgrammingwithRitvik
      @FinancialProgrammingwithRitvik  3 года назад +2

      Not yet, but I guess they are working really hard to cover Indian markets very soon.

    • @sagarchhaniyara4498
      @sagarchhaniyara4498 3 года назад

      @@FinancialProgrammingwithRitvik Thank you so much for your quick reply...!

    • @sagarchhaniyara4498
      @sagarchhaniyara4498 3 года назад

      @@FinancialProgrammingwithRitvik can you suggest me which API/website is providing this data?

  • @harshitjain6117
    @harshitjain6117 3 года назад

    Very good work..

  • @carlosponcedeleon2821
    @carlosponcedeleon2821 3 года назад

    very good videos. usefull, very precise and clean examples. please keep up the good work.

  • @sundayz__
    @sundayz__ 3 года назад

    Thanks for this video ;)