algorithmic-trading-python icon indicating copy to clipboard operation
algorithmic-trading-python copied to clipboard

Question on downloading secret.py file

Open stephenlok opened this issue 2 years ago • 2 comments

How can we download the secret.py file, I only got the link of IEX_CLOUD_API_TOKEN = 'Tpk_059b97af715d417d9f49f50b51b1c448' and the result is like this. I appreciate your help first. Screenshot 2022-05-13 031810

stephenlok avatar May 12 '22 19:05 stephenlok

Download by clicking the line that says "Click here." Ensure you placed secrets into your starter_files folder and to avoid conflicts with numpy's use of a separate secrets.py I suggest you rename your secrets.py to something like secretsAPI

krizh-p avatar Jul 27 '22 16:07 krizh-p

https://github.com/nickmccullum/algorithmic-trading-python/issues/65#issuecomment-2195015618

https://github.com/nickmccullum/algorithmic-trading-python/issues/16#issuecomment-948075632

joethesaint avatar Jun 27 '24 15:06 joethesaint