stockapi

[🤩 Stockpy, offical api wrapper for StockAPI written in Python. 🤩 ]


License
MIT
Install
pip install stockapi==0.0.1

Documentation

🚀 StockPY 🚀

🤩 Stockpy[🚀], offical api wrapper for StockAPI written in Python. 🤩

About StockAPI

The StockAPI is minimal and free "finance" api. Right now it can only search for stock symbols by queries and check some information about stocks by their symbol. The StockAPI is currently at open-beta test.

🔑 Get API Key 🔑

Go to https://tomdanilov.pythonanywhere.com/ and just click "GET YOUR API KEY", you don't need to fill nothing :).

🚀 Install and import 🚀

pip install stockapi
import stockpy

Short Documentation

class StockAPI(key: str)

StockAPI.isAlive()

StockAPI.search(query: str)

StockAPI.price(symbol: str)