Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fx-kirin/yfjpscraper
Get stock price data from yahoo finance Japan(jp).
https://github.com/fx-kirin/yfjpscraper
Last synced: about 1 month ago
JSON representation
Get stock price data from yahoo finance Japan(jp).
- Host: GitHub
- URL: https://github.com/fx-kirin/yfjpscraper
- Owner: fx-kirin
- Created: 2021-05-25T02:31:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T12:51:38.000Z (4 months ago)
- Last Synced: 2024-11-02T15:50:14.432Z (2 months ago)
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yfjpscraper
Yahoo Finance JP Scraper
## install
``` bash
pip install yfjpscraper
```## usage
```python
def get_data(tick_id: str,
start_dt: datetime.date,
end_dt: datetime.date):
```# Authors
`yfjpscraper` was written by `fx-kirin `_.