-
I am in Jamaica and I would like to add equities from the Jamaica Stock Exchange.
Is that something you guys could add support for?
Or, if you could point me to the parts of the code that I shou…
-
## Hackathon Idea
Using ML.Net with the Alpaca API to build a stock trader that will learn from past stock prices to predict future prices and buy stocks based on those predictions.
### Your name…
-
Right now, to add a new column, code has to be updated in too many different areas.
1. In the API multiplexor module:
```
api.py:marketcap = market_cap
```
2. Twice in `main`, one where it's ad…
-
from breeze_connect import BreezeConnect
# Initialize SDK
breeze = BreezeConnect(api_key="my-key")
# Obtain your session key from https://api.icicidirect.com/apiuser/login?api_key=YOUR_API_KEY
…
-
I'm having trouble debugging the tradier.stock method. It seems that __init__ is not executing in the Quote class to add the correct self._path from quote.py. the request tradier.stock('V', 'VZ') is …
-
The interface and setup of this module work well but since the morningstar api is deprecated we could use https://github.com/alvarobartt/investpy/issues as a data source since there is thousands of st…
-
# Validation Error
## Minimal Reproduction
Simply do as mentioned in the `screener` docs.
```js
import yahooFinance from 'yahoo-finance2';
const queryOptions = { scrIds: 'aggressive_small_cap…
-
This issue relates to stocks that at some point in time had a ticker containing a special character. I will illustrate it based on BATR.A vs BATRA.
**URL**
https://api.polygon.io/v3/reference/tick…
-
Hi,
Ver: `github.com/alpacahq/alpaca-trade-api-go/v2 v2.5.0`
Seems that trade updates using the `client.StreamTradeUpdates()` functionality differ quite a bit from stocks to crypto.
For stocks …
-
Create a shared package that could be installed and then reused by different projects (local research notebook, different instances of v2realbot, scripts etc.) to serve as one point of fetching the da…