SkillAgentSearch skills...

Stock

Get intraday stock information from alphavantage, barchart, finnhub, tiingo, and native IB API. Provide rules for choosing a given API and charting the day trade.

Install / Use

/learn @MikePia/Stock

README

Pulling this project out of mothballs to make it independent from structjour.

The state of the software is development

  • Make it a PyPi package when it approaches the point of general usefulness to:
    • get intraday chart data from free apis or IBAPI
    • create an intraday candle chart with optional entries and exits shown as markers
    • These APIS can generlly to a ton more stuff. The main goal here is for a unified access from free APIs to chart data for intraday trades.
      • In the meantime, make the interface clean enough to expand it to include what ever they got in a uniform way

The initial change is to move files

  • next get rid of unused APIS that started charging or restricted usage too much

  • Update to include Tiingo API which will use the new model using inheritance to provide the interface

  • Change the other APIs to match the interface

  • Re do the apichooser to use the new model (before that, will use a temporary function call that works with the current apichooser)

  • Note that generally this software is in use in structjour now and I will keep it more or less in sync with this project during development

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated6mo ago
Forks3

Languages

Python

Security Score

67/100

Audited on Sep 28, 2025

No findings