jessecooper / pyetrade

Python E-Trade API Wrapper
GNU General Public License v3.0
207 stars 96 forks source link

Issues Implementing #14

Closed dancassin closed 4 years ago

dancassin commented 5 years ago

Hey everyone,

I'm a bit new to python, but not new working with APIs. For some reason I'm having issues getting this to work. Would someone mind posting an example file?

Thanks!

1rocketdude commented 5 years ago

Have a look at https://github.com/1rocketdude/pyetrade_option_chains

That will show basic option chains stuff. I have tons of code that I’m happy to share. Send me a note about what you’re actually trying to do.

“Know the truth and it shall set you free” (John 8:32)

On Jul 13, 2019, at 1:15 PM, dancassin notifications@github.com wrote:

Hey everyone,

I'm a bit new to python, but not new working with APIs. For some reason I'm having issues getting this to work. Would someone mind posting an example file?

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

dancassin commented 5 years ago

something really simple. Just the beginning of the python file, importing, logging in to etrade, maybe a stock history, and making a buy market order.

I've tried the "Example Usage" code on the main pyetrade page, but I'm still not sure what the 'token' portion is, and all the code ran and returned nothing.