Fugle Realtime
Project description
fugle-realtime-py
Documentation
https://developer.fugle.tw/realtime
Installation
pip install fugle-realtime
Usage
from fugle_realtime import intraday
intraday.chart: https://api.fugle.tw/realtime/v0/intraday/chart
intraday.chart(apiToken="demo", output="dataframe", symbolId="2884")
intraday.meta: https://api.fugle.tw/realtime/v0/intraday/meta
intraday.meta(apiToken="demo", output="dataframe", symbolId="2884")
intraday.quote: https://api.fugle.tw/realtime/v0/intraday/quote
intraday.quote(apiToken="demo", output="dataframe", symbolId="2884")
intraday.trades: https://api.fugle.tw/realtime/v0/intraday/trades
intraday.trades(apiToken="demo", output="dataframe", symbolId="2884")
output="dataframe" will return pandas DataFrame, which is the default. output="raw" will return python built-in dict or list accordingly.
symbolId="2884" is only allowed when apiToken="demo". To access more symbolId, you will have to get your own apiToken. Please visit https://developer.fugle.tw/realtime/apiToken for detailed instructions.
For complete documentation of each URL specified above, please visit https://developer.fugle.tw/realtime/document.
Contributing
Git clone the repository:
git clone https://github.com/fortuna-intelligence/fugle-realtime-py.git
cd fugle-realtime-py
Install poetry if not yet installed:
curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
Then install dependencies and setup pre-commit:
poetry install
poetry run pre-commit install
Code formatting using black:
poetry run black .
Testing using pytest:
poetry run pytest
Publishing
PyPI: fugle-realtime
poetry publish --build --repository pypi --username username --password password
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fugle-realtime-0.1.6.tar.gz.
File metadata
- Download URL: fugle-realtime-0.1.6.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.16 CPython/3.7.3 Darwin/18.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63b3c78ea33827db265603eb45698013148099f601ebd6fff6d80ea217bd7fae
|
|
| MD5 |
6d10f88883e3635ed8585368e41855cf
|
|
| BLAKE2b-256 |
1829520c14f5adee3880f5f251c7f1feca80f8e7f5659537516f773b1d937328
|
File details
Details for the file fugle_realtime-0.1.6-py3-none-any.whl.
File metadata
- Download URL: fugle_realtime-0.1.6-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.16 CPython/3.7.3 Darwin/18.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbc890e07c60b58a44633b5b7fef440ab22c1231c52be1bb94459ffcc2ffc6ae
|
|
| MD5 |
16150fa0fdcb0853a7e05e1280566c64
|
|
| BLAKE2b-256 |
7ad49df58b19b94ac322b5815a8b9da7a414f81595f58a9718ddf05cdca81c42
|