A Python library for scraping financial data from various sources.
Project description
MarketMiner
MarketMiner is a Python library for scraping finance-related information — from market news to company fundamentals — in an easy and structured way.
It is designed for analysts, traders, and developers who want quick programmatic access to financial data without relying on expensive APIs.
Features
- News Scraper: Get historical news articles from various sources.
- Company Fundamentals: Access financial statements and key metrics for public companies.
- Utility Functions: Common helpers for parsing, cleaning, and making requests.
Installation
pip install marketminer
Usage
from marketminer import scrape_economic_times
df = scrape_economic_times(start_date='2023-01-01', end_date='2023-10-01')
print(df.head())
Project details
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 marketminer-0.3.0.tar.gz.
File metadata
- Download URL: marketminer-0.3.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf1f6e9d02580aaba91dde27bde59db1f4d6886a37872c6ac1fc4829d62a353e
|
|
| MD5 |
c9812739fe92daff3bf0a31840a83884
|
|
| BLAKE2b-256 |
f17dc1a0c4ffb7f0404e643545dcbcdbf51ad0e00cc44f8785684097625cac68
|
File details
Details for the file marketminer-0.3.0-py3-none-any.whl.
File metadata
- Download URL: marketminer-0.3.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56608bcea3ff9fdcba7cf8f9c0d3b812c824edba480e7a387d83e04891058c96
|
|
| MD5 |
2f18e1bf9c93d56fd2ca1ee7a5c21320
|
|
| BLAKE2b-256 |
f76b02590166d57a1bae66cb25a8061e11ce2f1876418a0704d806e0f1e78f79
|