Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Python-Repository-Hub
/
alpaca-trade-api-python
Public
forked from
alpacahq/alpaca-trade-api-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Branch selector
socketexception
User selector
All users
All time
Commit history
Commits on Oct 2, 2019
Avoid swallowing user exceptions
umitanuki
committed
e57bea7
View commit details
Copy full SHA for e57bea7
Browse repository at this point
Commits on Sep 17, 2019
Bump version to v0.39
ttt733
committed
5ef52cc
View commit details
Copy full SHA for 5ef52cc
Browse repository at this point
Commits on Sep 16, 2019
Merge pull request #113 from alpacahq/add-configs-and-replace-order
Show description for 99368c1
ttt733
authored
99368c1
View commit details
Copy full SHA for 99368c1
Browse repository at this point
Add AccountConfigurations entity and fix flake8 errors
ttt733
committed
735cbb8
View commit details
Copy full SHA for 735cbb8
Browse repository at this point
Commits on Sep 13, 2019
renamed handlers
andrewkim316
committed
1e4583d
View commit details
Copy full SHA for 1e4583d
Browse repository at this point
Commits on Sep 11, 2019
Added account_config and replace_order endpoints
Show description for 083a12d
andrewkim316
committed
083a12d
View commit details
Copy full SHA for 083a12d
Browse repository at this point
Commits on Aug 23, 2019
Bump version to v0.38
ttt733
committed
b237367
View commit details
Copy full SHA for b237367
Browse repository at this point
Commits on Aug 21, 2019
Merge pull request #111 from alpacahq/feature/alpaca-stream-reconnect
Show description for 91d84d3
ttt733
authored
91d84d3
View commit details
Copy full SHA for 91d84d3
Browse repository at this point
Fix bare except
ttt733
committed
fe72f28
View commit details
Copy full SHA for fe72f28
Browse repository at this point
Clean up test exceptions
ttt733
committed
ad6f8b0
View commit details
Copy full SHA for ad6f8b0
Browse repository at this point
Commits on Aug 20, 2019
Change sleep to async
ttt733
committed
3e13ac5
View commit details
Copy full SHA for 3e13ac5
Browse repository at this point
Fix flake8 errors
ttt733
committed
f976e1a
View commit details
Copy full SHA for f976e1a
Browse repository at this point
Add automatic reconnection for Alpaca stream
ttt733
committed
9848f58
View commit details
Copy full SHA for 9848f58
Browse repository at this point
Merge pull request #110 from alpacahq/feature/oauth-support
Show description for 71646b0
ttt733
authored
71646b0
View commit details
Copy full SHA for 71646b0
Browse repository at this point
Merge pull request #104 from fjctp/fix-asyncio-not-main-loop
Show description for ee06988
ttt733
authored
ee06988
View commit details
Copy full SHA for ee06988
Browse repository at this point
Add '_TOKEN' to environment variable
ttt733
committed
d95978d
View commit details
Copy full SHA for d95978d
Browse repository at this point
Commits on Aug 19, 2019
Add oauth authentication method
ttt733
committed
b226dcb
View commit details
Copy full SHA for b226dcb
Browse repository at this point
Commits on Aug 15, 2019
Add short description of other examples to readme
ttt733
authored
7a12f44
View commit details
Copy full SHA for 7a12f44
Browse repository at this point
Commits on Aug 14, 2019
Merge pull request #105 from austintraver/patch-2
Show description for 7ebc7c8
ttt733
authored
7ebc7c8
View commit details
Copy full SHA for 7ebc7c8
Browse repository at this point
Commits on Aug 11, 2019
Fix typo on line 249
austintraver
authored
62ba048
View commit details
Copy full SHA for 62ba048
Browse repository at this point
Commits on Aug 9, 2019
get a new event loop if there is none
fjctp
committed
582882d
View commit details
Copy full SHA for 582882d
Browse repository at this point
Commits on Aug 6, 2019
Merge pull request #103 from alpacahq/feature/martingale-example
Show description for 1cdaa28
ttt733
authored
1cdaa28
View commit details
Copy full SHA for 1cdaa28
Browse repository at this point
Address code review comment
ttt733
committed
d1e2151
View commit details
Copy full SHA for d1e2151
Browse repository at this point
Add example MartingaleTrader script
ttt733
committed
a0c86f6
View commit details
Copy full SHA for a0c86f6
Browse repository at this point
Commits on Aug 5, 2019
Fixed readme
andrewkim316
authored
dd66f47
View commit details
Copy full SHA for dd66f47
Browse repository at this point
Commits on Aug 1, 2019
Bump version to v0.37
ttt733
committed
e11354d
View commit details
Copy full SHA for e11354d
Browse repository at this point
Merge pull request #102 from alpacahq/feature/fix-close-positions
Show description for 5dd718f
ttt733
authored
5dd718f
View commit details
Copy full SHA for 5dd718f
Browse repository at this point
Remove unused parameter from close_all_positions
ttt733
committed
10ef414
View commit details
Copy full SHA for 10ef414
Browse repository at this point
Commits on Jul 31, 2019
Bump version to v0.36
ttt733
committed
c89b8d3
View commit details
Copy full SHA for c89b8d3
Browse repository at this point
Merge pull request #94 from alpacahq/fix/example_messages
Show description for 993397f
ttt733
authored
993397f
View commit details
Copy full SHA for 993397f
Browse repository at this point
Merge pull request #101 from alpacahq/feature/liquidate-all-positions
Show description for db47082
ttt733
authored
db47082
View commit details
Copy full SHA for db47082
Browse repository at this point
Merge pull request #99 from eliNorth/polygon-streaming-reference-fix
Show description for 653b607
ttt733
authored
653b607
View commit details
Copy full SHA for 653b607
Browse repository at this point
Merge pull request #96 from alpacahq/add-long-short-example
Show description for ff5d254
ttt733
authored
ff5d254
View commit details
Copy full SHA for ff5d254
Browse repository at this point
Fix whitespace issue
ttt733
committed
6436bbf
View commit details
Copy full SHA for 6436bbf
Browse repository at this point
Add position liquidation endpoints
ttt733
committed
8b5734b
View commit details
Copy full SHA for 8b5734b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.