No project description provided
Project description
📈 PyInvestingDataFetcher
A simple Python library to fetch equity data from investing.com.
Disclaimer: I created this library for fun and learning. I'm not sure about the proper ways to utilize this data. Maybe it's useful for someone out there! 🤷♂️ Also, I haven't checked the terms of service of investing.com closely, so using this might not align with their policies. Please ensure you're in compliance before using! 🚫 📜 Table of Contents
📜 Table of Contents
- Installation
- Usage
- Configuration
- Contributing
- License
🛠 Installation
To install the library, just do:
pip install PyInvestingDataFetcher
🚀 Usage
Fetching data is a breeze with PyInvestingDataFetcher. Here's how:
from investingfetcher.equity import Equity
from investingfetcher.fetchers import LazyEquityFetcher
if __name__ == "__main__":
fetcher = LazyEquityFetcher('api_key.config', as_single_df=True)
res = fetcher[Equity.tesla]
Replace Equity.tesla with your desired equity name and see the magic! 🎩✨
⚙ Configuration
Remember to set up your api_key.config with the necessary keys and configurations to access investing.com data. api_key.config should look like this:
api_key=[your_api_key_here]
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 investingfetcher-0.1.0.tar.gz.
File metadata
- Download URL: investingfetcher-0.1.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.9.12 Darwin/20.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
807ccf4c36828a21dad696f2ac1b45e53dce5c507d16040c16e33b5200c191f7
|
|
| MD5 |
7803b41174597b3655438529a30eaf97
|
|
| BLAKE2b-256 |
291b4dcc45827ecfbc99c9de8607b8169a1bc6ed0ffd730a3e6930cd2112bfd7
|
File details
Details for the file investingfetcher-0.1.0-py3-none-any.whl.
File metadata
- Download URL: investingfetcher-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.9.12 Darwin/20.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9b240fd6588fde493a9d870084252178210bf00c9207964559cc3706e95ebf1
|
|
| MD5 |
99b261b12ac5ca2831723368cb3126eb
|
|
| BLAKE2b-256 |
e844d2d1e601faac9f7ab76792345b970712cfbcdea2202bb670843d05556a40
|