I'm starting a new channel on AI at youtube.com/@parttimeai, please subscribe! Source: github.com/hackingthemarkets/iex-cloud-dashboard Buy Me a Coffee: www.buymeacoffee.com/parttimelarry Twitter: twitter.com/parttimelarry
@Part Time Larry, you have an amazing gift of communication. Your videos are well rehearsed, you have great delivery rhythm, and you articulate exceptionally well. Another quality video. BTW, I’m loving Tradier so far so thanks for that great tip. Their API is super easy. I love it.
Just bought you 20 whiskeys. One whiskey for each video of Stock Trading App Tutorial but also for many other videos. I particularly like your videos because they respect my time, anticipate my questions, speed/cadence of instruction, highly relevant topics (to me), excellence in programming, breadth of technologies, github availability, your enthusiasm, and more ... Um, have you not posted all the code for Stock Trading App Tutorial?
It’s truly awesome and your teaching style has been so easy to follow. If I can make a request, is it possible to make a video of how to use jwt or refresh token and make api call instead of a api key? That would be super helpful. Thank you so much again, Larry. Appreciate your contributions.
Excellent tutorial! I'd love to see a video on how to integrate these APIs into google sheets or excel. Nothing but headaches when you're a trader and managing spreadsheets.
can we use yahoofinance API instead of IEX Cloud to build the same thing? the reason is IEX Cloud only covers US stock market and what I need is outside US market. Great video!
Hi. Hello. Where can a company's industry be extracted fro iex API? For example, for Apple it should return "Information Technology", for TROW it should return "Financials". I did not find in the API any query that would return this simple data. :)
@@ivanetinajero Tradier is similar in that it is also zero commissions, and also has options for $0.35 per contract. Beyond that I do know Etrade, TD Ameritrade and Interactive Brokers have APIs available to retail traders/investors.
Do you know whether this IEX Cloud API provides L2 market data, such as details of every transaction of a stock? Even the data is not real-time but delayed for 5 or 10 min, it is fine. I don't like those aggregated data within a duration, say 3 seconds. I have a quick check of their API. It seems that they only have this kind of aggregated data model. Thanks.
Hi Part Time Larry, how can I take multiple inputs from the streamlined UI input, like if the ticker is both apple and tesla? and also can we add json constant to all the ticker fetched JSON data object?
I tried IEX cloud, but the numbers would never match the earnings report(10-K, 10-Qs), the numbers from finhhub API looks more accurate. Maybe I was doing something wrong :(
This error occurs when trying to access JSON data from the advanced-stats URL. This feature is only included in with paid subscription plans. You can substitute the advanced-stats url with key stats using the following: GET /stock/{symbol}/stats/{stat?}
Hi, is anyone having problems installing streamlit? I have the following error message: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'c:\\python39\\share' Consider using the `--user` option or check the permissions.
I was able to install it, however, It does not show up in the browser: to view this Streamlit app on a browser, run it with the following command: streamlit run c:/Users/pedro/Desktop/Python 4/IEX-DASHBOARD/dashboard.py [ARGUMENTS] Which are the arguments needed?
@@pedrosotomayor7603 i think u need to run "streamlit run c:/Users/pedro/Desktop/Python 4/IEX-DASHBOARD/dashboard.py [ARGUMENTS]" in ur terminal if u are using pycharm
ah ok, with some brokers/exchanges they do a couple deposits of a few cents that you receive in your bank account, and then you enter the amount on the web to verify your account
I'm starting a new channel on AI at youtube.com/@parttimeai, please subscribe!
Source: github.com/hackingthemarkets/iex-cloud-dashboard
Buy Me a Coffee: www.buymeacoffee.com/parttimelarry
Twitter: twitter.com/parttimelarry
Hi, sir
please help me how can i get all crypto volume of candle in real time in binance
Dude it still blows my mind that there are people like you providing such helpful info on such small niche topics. Thanks!
Yeah true. Finance is his passion.
@Part Time Larry, you have an amazing gift of communication. Your videos are well rehearsed, you have great delivery rhythm, and you articulate exceptionally well. Another quality video.
BTW, I’m loving Tradier so far so thanks for that great tip. Their API is super easy. I love it.
Welcome back! Nice to see your tutorials
Just bought you 20 whiskeys. One whiskey for each video of Stock Trading App Tutorial but also for many other videos. I particularly like your videos because they respect my time, anticipate my questions, speed/cadence of instruction, highly relevant topics (to me), excellence in programming, breadth of technologies, github availability, your enthusiasm, and more ...
Um, have you not posted all the code for Stock Trading App Tutorial?
great work again and again and again, thx much
It’s truly awesome and your teaching style has been so easy to follow. If I can make a request, is it possible to make a video of how to use jwt or refresh token and make api call instead of a api key? That would be super helpful.
Thank you so much again, Larry. Appreciate your contributions.
Cool video. Gunna run through this myself. Trying to build a dashboard to pull in options data.
PRECIOUS!!!
you the realest bro! thank you for you time
Thank you Larry !!
Thank you very much for your awesome work !
Excellent tutorial! I'd love to see a video on how to integrate these APIs into google sheets or excel. Nothing but headaches when you're a trader and managing spreadsheets.
HE LIVES!
Nice tutorial!
Do you like IEX Cloud better than Tradier? And Why? Do they both offer full pre/post market trading with the api? Thank you for the great videos.
Love your videos. I was wondering if you could do something with the PLAID API. Like a finance app using PLAID!?
Amazing vid!
can we use yahoofinance API instead of IEX Cloud to build the same thing?
the reason is IEX Cloud only covers US stock market and what I need is outside US market.
Great video!
Hi. Hello. Where can a company's industry be extracted fro iex API? For example, for Apple it should return "Information Technology", for TROW it should return "Financials". I did not find in the API any query that would return this simple data. :)
Is there any way of getting historical data (PE Ratio, EV to EBITDA...) through IEX? For example, getting the PE Ratio of Apple from June 16th 2020.
Would love to see a dashboard build with Dash cards
When using a paid plan, IEX Cloud will automatically cache all requests, no need for Redis anymore!
Hi Larry. Great video as always. One quick question?. Does this IEX Cloud API allow to create Stock Sell/Buy orders like ALPACA?. Thanks for sharing!
IEX cloud is just a data service not a brokerage. They do not support-any kind of trade execution.
@@ciaranw1888 Thanks for the answer. Do you know any brokerage service API similar to ALPACA?. Thanks!
@@ivanetinajero Tradier is similar in that it is also zero commissions, and also has options for $0.35 per contract. Beyond that I do know Etrade, TD Ameritrade and Interactive Brokers have APIs available to retail traders/investors.
@@xxMikePortnoyJrxx Thanks for the info. Regards from Mexico
I wanna be part of this movement.
Do you know whether this IEX Cloud API provides L2 market data, such as details of every transaction of a stock? Even the data is not real-time but delayed for 5 or 10 min, it is fine. I don't like those aggregated data within a duration, say 3 seconds. I have a quick check of their API. It seems that they only have this kind of aggregated data model. Thanks.
Compared to the last video, Larry seems happier. Is it because GME is rocketing again?
Can I ask what is your setup to record these videos, what software do you use for noise cancellation.
Larry can you make full internal database with all stock data like last 2 year 1min bars and fundamental data?
Hi Larry how to get short availability data?
Hi Part Time Larry, how can I take multiple inputs from the streamlined UI input, like if the ticker is both apple and tesla? and also can we add json constant to all the ticker fetched JSON data object?
I tried IEX cloud, but the numbers would never match the earnings report(10-K, 10-Qs), the numbers from finhhub API looks more accurate. Maybe I was doing something wrong :(
in 2021 you have to pay for advanced-stats...
Can you give the book link pls?
Hi, can anyone help me with this error? "JSONDecodeError: Expecting value: line 1 column 1 (char 0)"
This error occurs when trying to access JSON data from the advanced-stats URL. This feature is only included in with paid subscription plans.
You can substitute the advanced-stats url with key stats using the following: GET /stock/{symbol}/stats/{stat?}
@@tomnewton3191 Got it! Thanks!
Hi, is anyone having problems installing streamlit? I have the following error message:
Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'c:\\python39\\share'
Consider using the `--user` option or check the permissions.
I was able to install it, however, It does not show up in the browser:
to view this Streamlit app on a browser, run it with the following
command:
streamlit run c:/Users/pedro/Desktop/Python 4/IEX-DASHBOARD/dashboard.py [ARGUMENTS]
Which are the arguments needed?
@@pedrosotomayor7603 i think u need to run "streamlit run c:/Users/pedro/Desktop/Python 4/IEX-DASHBOARD/dashboard.py [ARGUMENTS]"
in ur terminal if u are using pycharm
what python program do you use to code?
Visual Studio Code
This is an old video but I have been using iex for the past few weeks. I have been requested to verify my funds has anyone had this issue before?
It's been a while, but I don't recall doing this before? Are you using it just to retrieve data?
@@parttimelarry well this isn't iex cloud, it's strictly for iex. Assumed you used iex as well.
ah ok, with some brokers/exchanges they do a couple deposits of a few cents that you receive in your bank account, and then you enter the amount on the web to verify your account