The Wayback Machine - https://web.archive.org/web/20200905105842/https://github.com/topics/stocks
Skip to content
#

stocks

Here are 629 public repositories matching this topic...

dolibarr
egils-consulting
egils-consulting commented Jul 26, 2020

Feature Request

Dolibarr has a lot of bugs IMO that could be easily discovered before releases if we had some kind of testing suite.
I suggest we make one. I can contribute tests, but I have never written tests in PHP before. I could write some in Python to test the API.

Suggested implementation

no idea, never done this before
see https://www.tutorialspoint.com/software_testing_diction

backtesting.py

Backtest 1000s of minute-by-minute trading algorithms for training AI with automated pricing data from: IEX, Tradier and FinViz. Datasets and trading performance automatically published to S3 for building AI training datasets for teaching DNNs how to trade. Runs on Kubernetes and docker-compose. >150 million trading history rows generated from +5000 algorithms. Heads up: Yahoo's Finance API was disabled on 2019-01-03 https://developer.yahoo.com/yql/

  • Updated Aug 8, 2019
  • Jupyter Notebook
bionicles
bionicles commented Jan 5, 2019

What's your feature?
it's hard to know what the data mean

Why are you interested in it being added?

>>> print(spy.keys())
dict_keys(['margin_initial_ratio', 'rhs_tradability', 'id', 'market', 'simple_name', 'min_tick_size', 'maintenance_ratio', 'tradability', 'state', 'type', 'tradeable', 'fundamentals', 'quote', 'symbol', 'day_trade_ratio', 'name', 'tradable_chain_id', 'splits'
whyrv
whyrv commented May 26, 2020

For intraday prices, Tiingo can provide the IEX volume if explicitly requested as
"?columns=open,high,low,close,volume" per their docs.

Unfortunately the get_dataframe doesn't expose this, when no metric_name is provided, it passes no value for the column parameter to Tiingo's APIs

                url = self._get_url(stock, frequency)
                response = self._request('GET', ur

Improve this page

Add a description, image, and links to the stocks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stocks topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.