Python package to fetch NASDAQ-100 stock news from FMP API
Project description
nasdaq_news
Get JSON news data for NASDAQ-100 stocks using a simple Python method.
Install
pip install git+https://github.com/shekharbiswas/nasdaq_news.git
import nasdaq_news
from nasdaq_news import get_news
# Fetch local news data for Apple
data = get_news("AAPL")
# View first few articles
print(data)
Structure
Below is the project structure:
nasdaq_news/ ├── nasdaq_news/ │ ├── __init__.py │ ├── fetcher.py │ └── data/ │ ├── AAPL.json │ ├── MSFT.json │ └── ... (up to 100 files) ├── setup.py ├── README.md ├── LICENSE └── .gitignore
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
nasdaq_news-0.1.0.tar.gz
(11.0 MB
view details)
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 nasdaq_news-0.1.0.tar.gz.
File metadata
- Download URL: nasdaq_news-0.1.0.tar.gz
- Upload date:
- Size: 11.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e64f10e448b4a9a78146b73b5217ee0a37e18e30129633ecca39141cb6767bd
|
|
| MD5 |
7944e9c458e7988b1b2d496f486ec1c6
|
|
| BLAKE2b-256 |
dd36c1ac972f9dc3906dde1188be631f726c92de29adc85adbcd730b3f01fb27
|
File details
Details for the file nasdaq_news-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nasdaq_news-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d8480e343ab53b61b4472cc7281173a080bd4dc1290e66b00133d6c3936723d
|
|
| MD5 |
62e46ef3c13c12e28a5c9191d91ebcde
|
|
| BLAKE2b-256 |
70bf5e8fda28d5d8d96ce79d2730117bae8bbbff836a80b87227cacdbefd6b78
|