
Python Project - Ameritrade API Stock Screener
video description
Date: 2022-03-14
Related videos
Comments and reviews: 8
Tom
HI Sam.... great stuff... I have a question please.... love the coverage on this type material and i thought i heard you say most commands here are not new and they are covered in 9 other videos if we have been thru them.... I have searched for other videos related to this one.. and cannot find them..
I even looked on your site Python Basics.. and with 600 videos there i will never find the 9... but very interested in finding the other related videos like Panda etc and others that would help me follow this lesson.... Can you shed any light on the 9 videos you referred to or did i misunderstand what you said.. but keep up the great work.... love your videos.... but did notice the volume level on the videos is very low. I am old with bad hearing and i can make them out ok but would be even better if the volume lever was more like what is here on freecodecamp... I have to turn it down here... Thanks again.
reply
HI Sam.... great stuff... I have a question please.... love the coverage on this type material and i thought i heard you say most commands here are not new and they are covered in 9 other videos if we have been thru them.... I have searched for other videos related to this one.. and cannot find them..
I even looked on your site Python Basics.. and with 600 videos there i will never find the 9... but very interested in finding the other related videos like Panda etc and others that would help me follow this lesson.... Can you shed any light on the 9 videos you referred to or did i misunderstand what you said.. but keep up the great work.... love your videos.... but did notice the volume level on the videos is very low. I am old with bad hearing and i can make them out ok but would be even better if the volume lever was more like what is here on freecodecamp... I have to turn it down here... Thanks again.
reply
MrSquiggles13
Ok i give up i looked high and low i have watched so many of your youtube videos i have scoured the internet even did some detective work and i cannot for the life of me find out how you set up your development environment. Like how on the left hand side terminal you can put len(data) and it spits out its value i just want that so bad if anyone knows please for the love of all that is holy help me out here
reply
Ok i give up i looked high and low i have watched so many of your youtube videos i have scoured the internet even did some detective work and i cannot for the life of me find out how you set up your development environment. Like how on the left hand side terminal you can put len(data) and it spits out its value i just want that so bad if anyone knows please for the love of all that is holy help me out here
reply
Sick
Very nice and detailed video. Thank you. I am especially interested on (video at 1:03:38), you have a table with -Symbol, Company Name, Sector-... Where did you get the sector information? Is it from TD API? I don't see that anywhere....
Thanks
reply
Very nice and detailed video. Thank you. I am especially interested on (video at 1:03:38), you have a table with -Symbol, Company Name, Sector-... Where did you get the sector information? Is it from TD API? I don't see that anywhere....
Thanks
reply
Good
-7:40
-There is a limitation.....to our queries...it is a max...500 works...600 fails...it's somewhere between 500 and 600...-..
A MAX WHAT?
He then goes into doing this loop to count up to 5456.......Why is he doing this? ......
reply
-7:40
-There is a limitation.....to our queries...it is a max...500 works...600 fails...it's somewhere between 500 and 600...-..
A MAX WHAT?
He then goes into doing this loop to count up to 5456.......Why is he doing this? ......
reply
Ali
Please if any body can help
I need a code for face liveness detection (anti-spoofing face recognition)
I prefer with python but not necessarily
Thanks -
reply
Please if any body can help
I need a code for face liveness detection (anti-spoofing face recognition)
I prefer with python but not necessarily
Thanks -
reply
genmen
just an alternative to start/end loop:
x = 5456
step = 500
for counter in range(0, x, step):
print(counter, min(x, counter+step))
reply
just an alternative to start/end loop:
x = 5456
step = 500
for counter in range(0, x, step):
print(counter, min(x, counter+step))
reply
coachc53
How do I go about store my keys in a keys.py file? Do I need to write the code for my keys? Ex: key1 = -whatever my key is-?
reply
How do I go about store my keys in a keys.py file? Do I need to write the code for my keys? Ex: key1 = -whatever my key is-?
reply
Sanath
Can someone explain how the -from keys import ameritrade- is working, if he never showed us what to put in the keys class?
reply
Can someone explain how the -from keys import ameritrade- is working, if he never showed us what to put in the keys class?
reply
Add a review, comment
Other channel videos















