Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/highfestiva/finplot
Performant and effortless finance plotting for Python
https://github.com/highfestiva/finplot
Last synced: about 1 month ago
JSON representation
Performant and effortless finance plotting for Python
- Host: GitHub
- URL: https://github.com/highfestiva/finplot
- Owner: highfestiva
- License: mit
- Created: 2018-08-22T23:56:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T20:34:27.000Z (4 months ago)
- Last Synced: 2024-09-25T06:38:45.852Z (3 months ago)
- Language: Python
- Size: 1.34 MB
- Stars: 913
- Watchers: 36
- Forks: 186
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-quant-cn - finplot - - finance plot, 相比mpl_finance, plotly和Bokeh性能突出,可以实时更新数据,操作简单 (可视化)
- awesome-quant - finplot - Performant and effortless finance plotting for Python. (Python / Visualization)
README
# Finance Plot
Finance Plotter, or finplot, is a performant library with a clean api to help you with your backtesting. It's
optionated with good defaults, so you can start doing your work without having to setup plots, colors, scales,
autoscaling, keybindings, handle panning+vertical zooming (which all non-finance libraries have problems with).
And best of all: it can show hundreds of thousands of datapoints without batting an eye.
## Features
* Great performance compared to mpl_finance, plotly and Bokeh
* Clean api
* Works with both stocks as well as cryptocurrencies on any time resolution
* Show as many charts as you want on the same time axis, zoom on all of them at once
* Auto-reload position where you were looking last run
* Overlays, fill between, value bands, symbols, labels, legend, volume profile, heatmaps, etc.
* Can show real-time updates, including orderbook. Save screenshot.
* Comes with a [dozen](https://github.com/highfestiva/finplot/blob/master/finplot/examples) great examples.![feature1](https://raw.githubusercontent.com/highfestiva/finplot/master/feature1.png)
![feature2](https://raw.githubusercontent.com/highfestiva/finplot/master/feature2.jpg)
![feature3](https://raw.githubusercontent.com/highfestiva/finplot/master/feature3.jpg)
![feature3](https://raw.githubusercontent.com/highfestiva/finplot/master/feature-nuts.jpg)
## What it is not
finplot *is not a web app*. It does not help you create an homebrew exchange. It does not work with Jupyter Labs.
It is only intended for you to do backtesting in. That is not to say that you can't create a ticker or a trade
widget yourself. The library is based on the eminent pyqtgraph, which is fast and flexible, so feel free to hack
away if that's what you want.## Easy installation
```bash
$ pip install finplot
```## Example
It's straight-forward to start using. This shows every daily candle of Apple since the 80'ies:
```python
import finplot as fplt
import yfinancedf = yfinance.download('AAPL')
fplt.candlestick_ochl(df[['Open', 'Close', 'High', 'Low']])
fplt.show()
```For more examples and a bunch of snippets, see the [examples](https://github.com/highfestiva/finplot/blob/master/finplot/examples/)
directory or the [wiki](https://github.com/highfestiva/finplot/wiki). There you'll find how to plot MACD, Parabolic SAR, RSI,
volume profile and much more.## Coffee
For future support and features, consider a small donation.
BTC: bc1qk8m8yh86l2pz4eypflchr0tkn5aeud6cmt426m
ETH: 0x684d7d4C52ed428AE9a36B2407ba909D896cDB67