-
Updated
Dec 19, 2019 - Go
#
alpaca
Here are 98 public repositories matching this topic...
Given a web API, Generate client libraries in node, php, python, ruby
DataFrame Server for Financial Timeseries Data
golang
database
time-series
trading
pandas-dataframe
cryptocurrency
financial-analysis
gdax
timeseries-database
alpaca
bitmex
binance
marketstore
hdf5-files
financial-timeseries-data
-
Updated
Mar 16, 2022 - Go
Functional programming inspired by ML for the Erlang VM
-
Updated
Jun 13, 2020 - Erlang
Example Order Book Imbalance Algorithm
python
finance
real-time
trading
async
numpy
python3
asyncio
trading-algorithms
hft
hft-trading
orderbook
alpaca
nats-streaming
-
Updated
Jun 11, 2021 - Python
A working example algorithm for scalping strategy trading multiple stocks concurrently using python asyncio
api
async
trading-bot
python3
fintech
asyncio
algotrading
market-data
hft-trading
algorithmic-trading
alpaca
scalping
trading-strategy
-
Updated
Jul 20, 2021 - Python
Alpaca Trading API integrated with backtrader
python
finance
trading
trading-bot
stock-market
algotrading
trading-algorithms
hacktoberfest
alpaca
backtesting
stock-trading
backtrader
quants
-
Updated
Mar 20, 2022 - Python
Making it easy to backtest and create trading bots
finance
trading
trading-bot
investing
forex
cryptocurrency
broker
strategy
trading-strategies
trading-algorithms
trade
quantitative-finance
backtester
algorithmic-trading
backtesting-trading-strategies
backtesting-engine
alpaca
backtesting
-
Updated
Mar 18, 2022 - Python
A Java API for the commission free, algo friendly, stock trading broker "Alpaca" https://alpaca.markets
java
api
gradle
stock-market
market-data
trade
algorithmic-trading
alpaca
alpaca-trading-api
alpaca-markets
alpaca-java
-
Updated
Mar 11, 2022 - Java
A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.
-
Updated
Mar 16, 2022 - TypeScript
Python driver for MarketStore
-
Updated
Feb 18, 2022 - Python
Alpaca algo stock trading bot
python
algo-trading
stock-market
trading-algorithms
stocks
trade
nasdaq
algorithmic-trading
alpaca
stock-prediction
stock-trading
auto-trading
alpaca-trading-api
alpaca-markets
-
Updated
Feb 21, 2021 - Python
a command-line ui for market data and algo management. currently integrates with iexcloud for stock and crypto charts 💹 and market data 🗃 , and alpaca 🦙 for trading.
-
Updated
Jan 13, 2022 - JavaScript
Examples of trading strategies based on indicators. Pre-configured environment for working with the Debut algo-trading constructor. (Javascript)
-
Updated
Jan 29, 2022 - TypeScript
Trading bot service using NestJs with mean reversion & long short algorithms. Using https://alpaca.markets/ as the broker.
-
Updated
Dec 10, 2020 - TypeScript
A crate for interacting with the Alpaca API at alpaca.markets.
-
Updated
Mar 13, 2022 - Rust
C++ client library for the Alpaca Trading API.
-
Updated
Dec 16, 2020 - C++
-
Updated
Feb 11, 2022 - Python
Alpaca riding on a zipline
trading
docker-image
trading-bot
algo-trading
python3
quantopian
algorithmic-trading
alpaca
zipline
zipline-live
-
Updated
Jun 18, 2018 - Python
A fully automated trading bot which analyses stock market data with a variety of technical indicators
nodejs
docker
websockets
socket-io
trading-bot
stock-market
technical-indicators
alpaca
stock-screener
market-analysis
alpaca-trading-api
-
Updated
Oct 12, 2021 - JavaScript
Code snippets for Alpaca Trading API Guide published on AlgoTrading101's Blog
-
Updated
Apr 2, 2021 - Python
Cira algorithmic trading made easy. A Façade library for simpler interaction with alpaca-trade-API from Alpaca Markets.
python
finance
trading
pypi
trading-bot
algo-trading
python3
stock-market
algotrading
stocks
python-package
alpaca
libray
cira
stocks-api
alpaca-trading-api
alpaca-api
alpaca-markets
alpaca-trade-api
paper-trader
-
Updated
Dec 24, 2021 - Python
Swift client for Alpaca’s trade API
-
Updated
May 22, 2020 - Swift
High Frequency Trading (HFT) done using the Alpaca Trade API and Python.
-
Updated
Aug 25, 2019 - Python
A command line tool for trading stocks on Alpaca (alpaca.markets).
-
Updated
Mar 12, 2022 - Rust
A simple algorithmic trading bot using Alpaca API
-
Updated
Dec 13, 2021 - Python
Pull price targets from IEXCloud and paper trade on Alpaca 🦙
algotrading
alpaca
stock-trading
price-target
paper-trading
iexcloud
price-targets
porfolio-rebalancing
-
Updated
Dec 8, 2020 - Python
KendelChopp
commented
Sep 12, 2020
Allow users to pass in data instead of requesting it through passed in Alpaca. This would benefit us in 2 ways:
-
Most importantly, users would not have to pass in their authenticated Alpaca object into the package. Instead, they can fetch the data themselves then pass it in, and we never touch Alpaca.
-
Allow users to retrieve data from sources outside of Alpaca to use for testing.
For
An experimental interactive shell for Alpaca, the ML language that runs on the Erlang VM
-
Updated
Jun 7, 2017 - Erlang
Improve this page
Add a description, image, and links to the alpaca topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the alpaca topic, visit your repo's landing page and select "manage topics."


Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Having docstrings for all methods and classes will help new contributors understand the codebase and also provide a method of autogenerated API docs. Right now only some methods and classes have docstrings.
Describe the solution you'd