Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wasdee/pythainav
a Pythonic interface to pull thai mutual fund NAV
https://github.com/wasdee/pythainav
financial-data hacktoberfest python
Last synced: 2 months ago
JSON representation
a Pythonic interface to pull thai mutual fund NAV
- Host: GitHub
- URL: https://github.com/wasdee/pythainav
- Owner: wasdee
- License: other
- Created: 2020-01-23T08:48:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:22:11.000Z (about 1 year ago)
- Last Synced: 2024-10-08T12:51:50.925Z (3 months ago)
- Topics: financial-data, hacktoberfest, python
- Language: Python
- Homepage: https://pythainav.nutchanon.org/
- Size: 2.01 MB
- Stars: 15
- Watchers: 3
- Forks: 10
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-thai-dev - pythainav - ดึงข้อมูลกองทุนไทย (Python) (ไลบรารี่)
README
# PythaiNAV: ทำให้การดึงข้อมูลกองทุนไทยเป็นเรื่องง่าย
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FCircleOnCircles%2Fpythainav.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FCircleOnCircles%2Fpythainav?ref=badge_shield)
![Tests](https://github.com/CircleOnCircles/pythainav/workflows/Tests/badge.svg?branch=master)
[![codecov](https://codecov.io/gh/CircleOnCircles/pythainav/branch/develop/graph/badge.svg)](https://codecov.io/gh/CircleOnCircles/pythainav)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f868488db4ba4266a112c3432301c6b4)](https://www.codacy.com/manual/nutchanon/pythainav?utm_source=github.com&utm_medium=referral&utm_content=CircleOnCircles/pythainav&utm_campaign=Badge_Grade)![cover image](https://github.com/CircleOnCircles/pythainav/raw/master/extra/pythainav.png)
> อยากชวนทุกคนมาร่วมพัฒนา ติชม แนะนำ เพื่อให้ทุกคนเข้าถึงข้อมูลการง่ายขึ้น [เริ่มต้นได้ที่นี้](https://github.com/CircleOnCircles/pythainav/issues) หรือเข้ามา Chat ใน [Discord](https://discord.gg/jjuMcKZ) ได้เลย 😊
📖 Documentation is here. คู่มือการใช้งานอยู่ที่นี่
## Get Started - เริ่มต้นใช้งาน
```bash
$ pip install pythainav
``````python
import pythainav as navnav.get("KT-PRECIOUS")
> Nav(value=4.2696, updated='20/01/2020', tags={'latest'}, fund='KT-PRECIOUS')nav.get("TISTECH-A", date="1 week ago")
> Nav(value=12.9976, updated='14/01/2020', tags={}, fund='TISTECH-A')nav.get_all("TISTECH-A", range="MAX")
> [Nav(value=12.9976, updated='21/01/2020', tags={}, fund='TISTECH-A'), Nav(value=12.9002, updated='20/01/2020', tags={}, fund='TISTECH-A'), ...]nav.get_all("KT-PRECIOUS", asDataFrame=True)
> pd.DataFrame [2121 rows x 4 columns]
```## Source of Data - ที่มาข้อมูล
ดูจาก
## Disclaimer
เราไม่รับประกันความเสียหายใดๆทั้งสิ้นที่เกิดจาก แหล่งข้อมูล, library, source code,sample code, documentation, library dependencies และอื่นๆ
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Nutchanon Ninyawee
💻 🚇
sctnightcore
💻 📢 🤔
angonyfox
💻 ⚠️
Pongpira Upra
💻
namv2012
💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FCircleOnCircles%2Fpythainav.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FCircleOnCircles%2Fpythainav?ref=badge_large)