https://github.com/nelsondane/public-invest-api
Unofficial reverse-engineered Public.com Invest API written in Python Requests
https://github.com/nelsondane/public-invest-api
graphql-api investing-api reverse-engineering stocks-api
Last synced: 8 months ago
JSON representation
Unofficial reverse-engineered Public.com Invest API written in Python Requests
- Host: GitHub
- URL: https://github.com/nelsondane/public-invest-api
- Owner: NelsonDane
- License: mit
- Created: 2024-01-21T00:23:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T02:51:21.000Z (about 2 years ago)
- Last Synced: 2024-10-11T13:03:33.928Z (over 1 year ago)
- Topics: graphql-api, investing-api, reverse-engineering, stocks-api
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 12
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unofficial Public.com Invest API
## Update
With the release of the official Public API [python SDK](https://github.com/PublicDotCom/publicdotcom-py), this unofficial implementation is now deprecated. Please move to the official SDK for continued support and updates. Thank you to everyone who contributed to and used this project!
## About
This is an unofficial API for Public.com. It is a simple Python wrapper around the Public.com requests API. It is not affiliated with Public.com in any way. Use at your own risk.
This is still a very work in progress, so it might have bugs or missing features. Feel free to contribute!
## Quickstart
```bash
pip install public-invest-api
```
Then see the [examples](https://docs.nelsondane.me/public-invest-api/examples.html) for how to use the API.
## Documentation
Check out the new documentation site at [https://docs.nelsondane.me/public-invest-api/](https://docs.nelsondane.me/public-invest-api/)! It has a full API reference, examples, and more.
## Contributing
Found or fixed a bug? Have a feature request? Feel free to open an issue or pull request!
See the [contributing guide](https://docs.nelsondane.me/public-invest-api/contributing.html) for more information.
## Supporting the Project
Enjoying the project? Feel free to Sponsor me on GitHub or Ko-fi!
[](https://github.com/sponsors/NelsonDane)
[](https://ko-fi.com/X8X6LFCI0)
## DISCLAIMER
DISCLAIMER: I am not a financial advisor and not affiliated with Public.com. Use this tool at your own risk. I am not responsible for any losses or damages you may incur by using this project. This tool is provided as-is with no warranty.