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 nasdaq-news
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.1.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.1.tar.gz.
File metadata
- Download URL: nasdaq_news-0.1.1.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 |
cc157dceb92378ced79c5b3d4e683057b6dfa6b45e375e5d6b0b867f956997d6
|
|
| MD5 |
6900a054d20e6b90cd7b1a9634b1b5be
|
|
| BLAKE2b-256 |
145977b65a1f36eae2b1111c7e8f1d5678b7ecc0034d98b2712870e737ae97b2
|
File details
Details for the file nasdaq_news-0.1.1-py3-none-any.whl.
File metadata
- Download URL: nasdaq_news-0.1.1-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 |
9fb2ea1b18cf79d2740eb2149600a4f7f923a9d1e33516a8e029fb1f91ca7f04
|
|
| MD5 |
720e9ba605a591a71b77e1142b62b362
|
|
| BLAKE2b-256 |
74d2fefe76b74ff5886f7d1ad0fe2072cf38014f6c48ed985b4d151a445b0deb
|