-
# Python for Stock Market Analysis: Alpaca API - Quassarian Viper
Introduction Alpaca Trading API is an API using which we can retrieve stock data in realtime. It provides various APIs and even strea…
-
So whenever i run the file i encounter many exceptions and then the code does not work. Below is what i get when i run this script.
2024-09-20 18:14:55 | lumibot.credentials | INFO | .env file load…
-
I did a pip upgrade and now If I run YahooDataBackTest for my strategy I get an error
Here is my code:
```
from login import get_api_key
from lumibot.traders import Trader
from lumibot.brokers …
-
/opt/homebrew/anaconda3/envs/stockbot/bin/python /Users/andrew/PyCharm/StockBot/stockbot/__main__.py
2024-11-01 19:41:28 | lumibot.credentials | INFO | .env file loaded from: /Users/andrew/PyCharm/S…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When I place a sell order, I would like to check if the sell order is filled or not.
B…
-
### Question form pre-submit checklist.
- [X] I have searched the existing issues to ensure there isn't already an issue about this question.
- [X] My question has to do with the Python SDK and isn't…
-
there are multiple options for api in alpaca like
Broker API broker-logo
Build trading apps and brokerage services for your end users. Tailored for businesses such as trading apps, challenger banks,…
-
I have copied initial example set up for Alpaca form "Getting Started" of Lumibot documentation. Have copied over my API and secret key, however, the connection to trading broker fails at this line of…
-
Clicking on "See Orders page" under order lifecycle docs responds in a 404:
https://alpaca.markets/docs/api-references/trading-api/orders/#properties
> Properties
> Status
> See Orders pa…
-
```
[~] python3
Python 3.9.9 (main, Nov 21 2021, 03:16:13)
[Clang 13.0.0 (clang-1300.0.29.3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import alpaca_ba…