Adam Getbags
Adam Getbags
  • Видео 81
  • Просмотров 181 575
Financial Ratio Scanner In Python Using Financial Modeling Prep API
Let's build a financial ratio scanner using the Financial Modeling Prep API.
Here's the code from the video.
github.com/AdamGetbags/fmpRatioScanner/
- - -
Subscribe to join our community and receive value on all things finance and technology!
If you love the content, buy me a coffee!
www.buymeacoffee.com/adamgetbags
Keep up with me!
damgetbags
damgetbags
- - -
Need some ideas for your project portfolio?
Check out how to get historical option price data in Python from the Polygon API.
ruclips.net/video/87O9qxfMJ-g/видео.html
Here's how to quickly get crypto data in Python from the CoinGecko API
ruclips.net/video/4-CC3u4i73k/видео.html
Here's how to create a SQL database from a...
Просмотров: 180

Видео

Fundamental Analysis Scanner In Python Using Polygon.io API
Просмотров 199День назад
Let's build a fundamental analysis scanner to help process SEC financial statements in python using the polygon.io API Here's the code from the video github.com/AdamGetbags/polygonFundamentalScanner GET 10% OFF YOUR 1ST YEAR SUBSCRIPTION FOR THE POLYGON API USE CODE "GETBAGS10" WHEN SIGNING UP FOR YOUR SUBSCRIPTION! polygon.io/? - - - If you want to learn more about the SEC EDGAR API, check out...
Scraping SEC Filings With Python - Form NPORT
Просмотров 5242 месяца назад
Here's the basics how you can scrape SEC filings in python. Let's webscrape SEC form NPORT. 0:00 intro 0:44 check out the page 1:26 request the data 1:44 get the headers 3:00 different ways to review the data 4:51 scrape the first data point 6:28 think about nested tables and algo structure 7:12 throw caution to the wind and scrape the data 8:26 work with images on the form If you want to learn...
CoinMarketCap API - How To Use CoinMarketCap API In Python
Просмотров 2,4 тыс.9 месяцев назад
Let's use to the CoinMarketCap API to get crypto market data and build a basic Streamlit app in Python. TLDR; Go to 9:55 to quickly see what it does 00:00 sup fam 00:27 open the docs 1:11 create app folders and virtual environment 3:27 get crypto market data from CoinMarketCap 9:27 create streamlit app 10:48 how the streamlit app works 13:30 make sure grandma doesn't invest in a ponzi scheme Yo...
Create A Flask Web App And Connect SQL Database - Python Tutorial
Просмотров 6 тыс.Год назад
Let's dive into how to create a Flask web app and connect your SQL database. We're also going to take a look at how to do some basic financial time series analysis and add images to our Flask template. 0:19 intro 0:45 create virtual environment 2:00 open the docs 2:32 create basic flask app 2:46 pip install -r requirements.txt 3:36 import modules 4:00 working with flask-sqlalchemy 5:16 create p...
Send SMS Messages For FREE Using Email To SMS Gateway In Python
Просмотров 7 тыс.Год назад
At last, how to send sms messages for free with the email to SMS gateway in python. Please do not use your new found python sms message powers for evil. Here's the code from the video. github.com/AdamGetbags/emailToSMS - - - Subscribe to join our community and receive value on all things finance and technology! If you love the content, buy me a coffee! www.buymeacoffee.com/adamgetbags Keep up w...
Send SMS Messages With The Vonage API In Python
Просмотров 2,2 тыс.Год назад
Vonage SMS API can easily send SMS messages in python and multiple other programming languages. Someone's really going to watch this video and then code up the dm_slider_9000.py Here's an example of how to send SMS messages in python using the Vonage API. - - - Subscribe to join our community and receive value on all things finance and technology! If you love the content, buy me a coffee! www.b...
Send SMS Messages With The Twilio API In Python
Просмотров 1,9 тыс.Год назад
Let's easily automate sending SMS messages by using the Twilio API and python. In just a few lines of code, we can get SMS messages sent out - let's go! - - - Subscribe to join our community and receive value on all things finance and technology! If you love the content, buy me a coffee! www.buymeacoffee.com/adamgetbags Keep up with me! damgetbags damgetbags - - - Need...
FRED API Python Tutorial - Get Economic Data
Просмотров 6 тыс.Год назад
FRED API Python Tutorial - Get Economic Data
DeFiLlama API - How To Use DeFiLlama API For Beginners
Просмотров 2,3 тыс.Год назад
DeFiLlama API - How To Use DeFiLlama API For Beginners
Create SQL Database For Flask Web App In Python
Просмотров 750Год назад
Create SQL Database For Flask Web App In Python
Stock Volatility Indicators For Technical Analysis (In 90 Seconds)
Просмотров 400Год назад
Stock Volatility Indicators For Technical Analysis (In 90 Seconds)
Get Real Time Stock Quotes (In 90 seconds)
Просмотров 828Год назад
Get Real Time Stock Quotes (In 90 seconds)
How To Set Up Visual Studio Code for Python In 3 Minutes
Просмотров 438Год назад
How To Set Up Visual Studio Code for Python In 3 Minutes
Unusual Options Activity In Python Using Polygon.io API
Просмотров 3,4 тыс.Год назад
Unusual Options Activity In Python Using Polygon.io API
Coding ASMR - Unusual Options Volume Scanner - No Talking
Просмотров 450Год назад
Coding ASMR - Unusual Options Volume Scanner - No Talking
Stock Volatility Push Notifications In Python - Polygon.io and Pushover API
Просмотров 920Год назад
Stock Volatility Push Notifications In Python - Polygon.io and Pushover API
Coding ASMR - Technical Analysis Notification Bot - No Talking
Просмотров 271Год назад
Coding ASMR - Technical Analysis Notification Bot - No Talking
Get Historical Stock Price Data From Polygon.io API In Python
Просмотров 5 тыс.Год назад
Get Historical Stock Price Data From Polygon.io API In Python
Google Trends API Python Tutorial - Search Volume And Trending Keywords
Просмотров 9 тыс.Год назад
Google Trends API Python Tutorial - Search Volume And Trending Keywords
SEC EDGAR API Python Tutorial - Get SEC Filing And Financial Data
Просмотров 35 тыс.Год назад
SEC EDGAR API Python Tutorial - Get SEC Filing And Financial Data
Get Stock Dividend Data In Python With Polygon.io API
Просмотров 1,1 тыс.Год назад
Get Stock Dividend Data In Python With Polygon.io API
Get Stock Market Snapshot, Gainers, And Losers In Python With Polygon.io API
Просмотров 1,4 тыс.Год назад
Get Stock Market Snapshot, Gainers, And Losers In Python With Polygon.io API
Get Company Financial Statements In Python From Polygon.io API
Просмотров 2,5 тыс.2 года назад
Get Company Financial Statements In Python From Polygon.io API
List All Stock Ticker Symbols - Polygon.io API Python Tutorial
Просмотров 9 тыс.2 года назад
List All Stock Ticker Symbols - Polygon.io API Python Tutorial
Dopex API - Decentralized Options Exchange For Crypto Options Trading
Просмотров 2972 года назад
Dopex API - Decentralized Options Exchange For Crypto Options Trading
Dall-E 2 API for Python: How To Make AI Art
Просмотров 3352 года назад
Dall-E 2 API for Python: How To Make AI Art
Get Real Time Crypto Swap Rate On SushiSwap In Python With Selenium
Просмотров 5562 года назад
Get Real Time Crypto Swap Rate On SushiSwap In Python With Selenium
Send Push Notifications To Your Phone In Python With Pushover API
Просмотров 9 тыс.2 года назад
Send Push Notifications To Your Phone In Python With Pushover API
Import Excel and CSV Data Into Python | Export Python Data To Excel and CSV
Просмотров 5732 года назад
Import Excel and CSV Data Into Python | Export Python Data To Excel and CSV

Комментарии

  • @austossen
    @austossen 3 дня назад

    thanks for the vid @damgetbags. how do you know you're getting items from the balance sheet, cashflow and income statements? i may have missed that.

  • @cmzenker
    @cmzenker 6 дней назад

    Great work. Very useful for me, great code. Thank you!

  • @122jacobo
    @122jacobo 7 дней назад

    works incredible

  • @theatregare2157
    @theatregare2157 7 дней назад

    Is the data provided by polygon legit ? i'm talking about stocks prices

  • @MLAlgoTrader
    @MLAlgoTrader 8 дней назад

    I want to do a video about trading based on analyst data hopefully you get there before me so you do part 1 lol.

  • @122jacobo
    @122jacobo 11 дней назад

    bro these are rocket since

  • @robbrooks956
    @robbrooks956 11 дней назад

    Star Wars commentary was 😂 I'm relatively new to trading. How would I apply this or how have you guys applied this to your trading strategy?

    • @damgetbags
      @damgetbags 8 дней назад

      had fun making this one. you should pick up a few books on financial statement analysis and security valuation if you are interested in this topic. if you want something more advanced, here's some notes from Joel Greenblatt's MBA lectures. focusedcompounding.com/wp-content/uploads/2018/03/Joel-Greenblatt-Class.pdf

  • @ricomajestic
    @ricomajestic 12 дней назад

    Great stuff Adam! Would love to see you do a video about coding a python app that allows you to gather historical financial news and use that information to backtest stocks.

  • @gandalf6878
    @gandalf6878 12 дней назад

    Pretty cool channel! Like your content.

  • @MLAlgoTrader
    @MLAlgoTrader 12 дней назад

    Your Back! I have an idea for a colab video btw.

    • @damgetbags
      @damgetbags 12 дней назад

      @@MLAlgoTrader my man. your channel is FIRE - everyone go check out @MLAlgoTrader you will love his channel.

    • @MLAlgoTrader
      @MLAlgoTrader 12 дней назад

      @@damgetbags <3

  • @tannerterry8300
    @tannerterry8300 14 дней назад

    Is there a way to download data for multiple tickers at a time?? Thanks!

  • @derekcox8917
    @derekcox8917 16 дней назад

    Bro how can I hire you

    • @damgetbags
      @damgetbags 15 дней назад

      @@derekcox8917 fam! send me an email on IG, X, or email on my YT channel about section.

  • @alexanderthuwaini1665
    @alexanderthuwaini1665 22 дня назад

    Can I get on a call with you

  • @vanessav8025
    @vanessav8025 27 дней назад

    @AdamGetbaggs How come when I run this code, at the end, my "assets10Q" dataframe only has 132 rows and 8 columns? I believe you also had a low amount of rows...Shouldnt this pull all companies? I am confused... Also why doesnt CIK show as one of the columns?

  • @response2u
    @response2u 29 дней назад

    Great video. Thank you. How can you get general filing updates from the API without using a specific CIK number? As far as I know, you can only get ticker data if you have the cik number.

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

    Is it possible to set a dynamic date instead of setting a fixed start_date and end_date? E.g. from yesterday-2 to yesterday. I am getting a timestamp error whenever I try this.

  • @HarishBP-o3l
    @HarishBP-o3l 2 месяца назад

    AttributeError: module 'vonage' has no attribute 'Client' i am getting this error i used same code like yours vonage v4.0 please help!!

  • @nicolassangregorio606
    @nicolassangregorio606 2 месяца назад

    Have any video with Whatsapp msg and vonage?

  • @wagnsprinter
    @wagnsprinter 2 месяца назад

    glad your back dude

    • @damgetbags
      @damgetbags 2 месяца назад

      @@wagnsprinter glad to be back 🤝

  • @MLAlgoTrader
    @MLAlgoTrader 2 месяца назад

    He's back!

    • @damgetbags
      @damgetbags 2 месяца назад

      @@MLAlgoTrader your content is so solid man. anyone who follows me would love your channel.

  • @ancour
    @ancour 2 месяца назад

    Which country sms can be send

  • @MLAlgoTrader
    @MLAlgoTrader 2 месяца назад

    Legend brother! To be honest after SMCI crash (huge money loss for me) I am thinking of trying to do this with a WEBSOCKET type connection and how to trade based on that with LLM.

  • @warunacomacadami
    @warunacomacadami 2 месяца назад

    👍🤎

  • @jbantu09
    @jbantu09 2 месяца назад

    Keep up the work brother, this helped a lot.

  • @ЕвгенийЕфремов-ф6е
    @ЕвгенийЕфремов-ф6е 2 месяца назад

    Please help! Who solve this problem with 429 error?

  • @higiniofuentes2551
    @higiniofuentes2551 2 месяца назад

    Now they changed the API and this is not going Can you make an update on this? Thank you!

  • @higiniofuentes2551
    @higiniofuentes2551 2 месяца назад

    Thank you for this very useful video!

  • @saurabhkansal8178
    @saurabhkansal8178 2 месяца назад

    Awesome, loved the way you explained

  • @Erico9001
    @Erico9001 2 месяца назад

    The comparison for recession is a little off in google trends vs in python because geo wasnt specified, so youre comparing Worldwide in Python to USA in Trends

  • @NikkMargin-ej2vk
    @NikkMargin-ej2vk 2 месяца назад

    how would you go forward if you want to get the data of the first 15 minutes of 500 tickers?

  • @kirubababu9255
    @kirubababu9255 3 месяца назад

    Do we have data for all companies, how it is differ from sec site

  • @DigitalKelvin
    @DigitalKelvin 3 месяца назад

    You look like Malcolm X

  • @rnt-p4f
    @rnt-p4f 3 месяца назад

    Amazing. I googled all around and all I was getting was ads for Twilio and such. You're a savior. Buying coffee...

  • @RightAIopen
    @RightAIopen 3 месяца назад

    Could you try to get GDP and population for each US city?

  • @MwandaPhilip
    @MwandaPhilip 3 месяца назад

    Can you send bulk sms with it?

  • @S4chinrdghu
    @S4chinrdghu 3 месяца назад

    Can I get 1 min TF data from this?

  • @11folders
    @11folders 3 месяца назад

    Thanks for sharing. The video definitely sparked some ideas.

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

    How can I standardize the statements hierarchy? For example, where do I find what accounts are “Revenues”?

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

    Every crash/collapse brings with it an equivalent market chance if you are early informed and equipped, I've seen folks amass up to $1m amid economy crisis, and even pull it off easily in favorable conditions. Unequivocally, the collapse is getting somebody somewhere rich.

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

    Nice content bro

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

    Thank you. This is very helpful

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

    super dope energy and knowledge thanks and many blessings

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

    Does it get only current options for a specific ticker or all options ever existed for the ticker?

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

    I'm currently working on a financial model for stock analysis and valuation. The goal is to create an Excel file where I can input a stock ticker, and it automatically pulls data from a separate sheet containing company financials, updating the entire model. I’ve already built the template for the financial model, but I’m running into issues with the data. I need a data sheet with company tickers in the first column, followed by financial metrics and quarterly figures in the remaining columns. For example: Company Ticker | Revenues_2022Q2 | Revenues_2022Q3 | ... | COGS_2022Q1 | COGS_2022Q2 | ... I initially tried pulling the data using Python from EDGAR, but the result was a table with over 120k columns. For some reason the data is not standardized, e.g. one company might list "Sales" while another lists "Revenue" for the same metric. Can you share some insight / advice on how to work better with EDGAR so that the data can be standardized?

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

    Do you have any video on how to pull out option's data from the Think Or Swim platforme?

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

    Hi Adam. Just wondering if there is a way to get more specific info than just the tag? Eg instead of just us-gaap: RevenueFromContractWithCustomerExcludingAssessedTax, could we get the Member or Axis too (to distinguish between revenues from different things)? Thank you!

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

    Nice but when retrieving options data, users are not typically looking for OHLCV data as you would with stocks but rather bid-ask quotes across numerous strike prices and expirations. It would be nice if you had shown the typical options use case. Love your stuff overall though and thanks.

  • @l.m.2739
    @l.m.2739 5 месяцев назад

    Great video thanks! Quick question, is there an way to get the premarket highs of a stock? I have a loop that accesses a ticker list to pull historical data. A really interesting column would have been premarket high. thanks !

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

    Hi, first of all, I wanted to thank you for the video; it's very comprehensive and has been very helpful to me. However, I have an additional question about a topic you didn't cover. Could you provide me with the link to the documentation for this address: data.sec.gov/api/xbrl/frames/, or explain how it works? Because when I try to download the data, depending on the tag or the search date, it produces dataframes of different sizes, with a varying number of companies included. Thanks.

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

    Thanks for this. Subscribed!