- Видео 81
- Просмотров 181 575
Adam Getbags
США
Добавлен 26 мар 2021
Finance Family! This channel is devoted to financial markets and technology.
I'll show you how to write programs to receive, analyze, and visualize stock and crypto market data, set up and interpret statistical studies, and interact with APIs and financial services in Python, Excel VBA, and SQL.
Are you a finance bro/stacy, data analyst, developer or programmer, investor or trader?
If you love data analysis, computer science, the markets, business, and GETTING AFTER THA' BAG,
these videos are for you!
Subscribe to the channel to join our community of financial analysts, software engineers, and many more!
If you'd like to support the channel, buy me a coffee at the link below!
Buy Me A Coffee - www.buymeacoffee.com/adamgetbags
Here's all the code from my videos!
Source Code - github.com/AdamGetbags
Keep up with me on social media!
Instagram - damgetbags
Twitter - damgetbags
I'll show you how to write programs to receive, analyze, and visualize stock and crypto market data, set up and interpret statistical studies, and interact with APIs and financial services in Python, Excel VBA, and SQL.
Are you a finance bro/stacy, data analyst, developer or programmer, investor or trader?
If you love data analysis, computer science, the markets, business, and GETTING AFTER THA' BAG,
these videos are for you!
Subscribe to the channel to join our community of financial analysts, software engineers, and many more!
If you'd like to support the channel, buy me a coffee at the link below!
Buy Me A Coffee - www.buymeacoffee.com/adamgetbags
Here's all the code from my videos!
Source Code - github.com/AdamGetbags
Keep up with me on social media!
Instagram - damgetbags
Twitter - damgetbags
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...
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
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.
Great work. Very useful for me, great code. Thank you!
works incredible
Is the data provided by polygon legit ? i'm talking about stocks prices
I want to do a video about trading based on analyst data hopefully you get there before me so you do part 1 lol.
bro these are rocket since
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?
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
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.
Pretty cool channel! Like your content.
Your Back! I have an idea for a colab video btw.
@@MLAlgoTrader my man. your channel is FIRE - everyone go check out @MLAlgoTrader you will love his channel.
@@damgetbags <3
Is there a way to download data for multiple tickers at a time?? Thanks!
Bro how can I hire you
@@derekcox8917 fam! send me an email on IG, X, or email on my YT channel about section.
Can I get on a call with you
@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?
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.
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.
AttributeError: module 'vonage' has no attribute 'Client' i am getting this error i used same code like yours vonage v4.0 please help!!
Have any video with Whatsapp msg and vonage?
glad your back dude
@@wagnsprinter glad to be back 🤝
He's back!
@@MLAlgoTrader your content is so solid man. anyone who follows me would love your channel.
Which country sms can be send
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.
👍🤎
Keep up the work brother, this helped a lot.
Please help! Who solve this problem with 429 error?
Now they changed the API and this is not going Can you make an update on this? Thank you!
Thank you for this very useful video!
Awesome, loved the way you explained
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
how would you go forward if you want to get the data of the first 15 minutes of 500 tickers?
Do we have data for all companies, how it is differ from sec site
You look like Malcolm X
Amazing. I googled all around and all I was getting was ads for Twilio and such. You're a savior. Buying coffee...
Could you try to get GDP and population for each US city?
Can you send bulk sms with it?
Can I get 1 min TF data from this?
Thanks for sharing. The video definitely sparked some ideas.
How can I standardize the statements hierarchy? For example, where do I find what accounts are “Revenues”?
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.
Nice content bro
Thank you. This is very helpful
super dope energy and knowledge thanks and many blessings
Does it get only current options for a specific ticker or all options ever existed for the ticker?
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?
Do you have any video on how to pull out option's data from the Think Or Swim platforme?
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!
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.
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 !
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.
Thanks for this. Subscribed!