Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/texascoding/alpaca-api-strategies
Working with Alpaca's API, to help make develping strategies an easier task
https://github.com/texascoding/alpaca-api-strategies
alpaca-markets alpaca-py alpaca-trading-api financial-analysis heroku openai-api pandas-dataframe poetry-python python yfinance yfinance-api
Last synced: about 2 months ago
JSON representation
Working with Alpaca's API, to help make develping strategies an easier task
- Host: GitHub
- URL: https://github.com/texascoding/alpaca-api-strategies
- Owner: TexasCoding
- License: mit
- Created: 2024-05-05T02:31:52.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-06-26T22:52:15.000Z (7 months ago)
- Last Synced: 2024-12-05T23:06:11.654Z (about 2 months ago)
- Topics: alpaca-markets, alpaca-py, alpaca-trading-api, financial-analysis, heroku, openai-api, pandas-dataframe, poetry-python, python, yfinance, yfinance-api
- Language: Python
- Homepage: https://github.com/TexasCoding/alpaca-api-strategies
- Size: 2.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Alpaca API Strategies
This project is now just a launch point for testing and running 2 of my other projects. I decided to make seperate packages for Alpaca Markets API. The main project, [PyAlpacaApi](https://github.com/TexasCoding/py-alpaca-api) is only focused on Alpaca API functionality. It aims to make trading through Alpaca's API much easier. It is under development, but functioning well as is. Though lacking some features. Updating daily/weekly.The [Daily Losers](https://github.com/TexasCoding/py-alpaca-daily-losers) project is a strategy using [PyAlpacaApi](https://github.com/TexasCoding/py-alpaca-api) to trade automatically with Alpaca Markets API. This is the idea that started with this project, but has morphed into a seperate package.