Python client for ArticleAlpha Wikipedia-based market attention data.
Project description
ArticleAlpha Python Client
The official Python wrapper for the ArticleAlpha API.
ArticleAlpha tracks investor curiosity by monitoring Wikipedia pageview trends for hundreds of stocks. This library allows data scientists and analysts to pull that "Attention Data" directly into Pandas for behavioral finance research.
Installation
pip install articlealpha
Usage
from articlealpha import ArticleAlpha
# Get daily time-series for all stocks
df = ArticleAlpha.get_timeseries()
print(df.head())
# Get deep details for a specific ticker
nvda = ArticleAlpha.get_ticker_details("NVDA")
Data Source & Attribution
This project utilizes data from the Wikimedia Metrics API.
- Source: Wikimedia API
- Trademark Notice: Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. ArticleAlpha is an independent project and is not affiliated with or endorsed by the Wikimedia Foundation.
Disclaimer
This data is for informational purposes only. ArticleAlpha does not provide investment advice. Wikipedia pageviews represent public interest and curiosity, which may or may not correlate with market performance.
License
MIT
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 articlealpha-0.1.1.tar.gz.
File metadata
- Download URL: articlealpha-0.1.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0a365b52f18b328584377f78697e3ecf403f8636dd05b6f0e9eb696202b9d57
|
|
| MD5 |
5817b8f4eef6be3d5e81a0fb3659c926
|
|
| BLAKE2b-256 |
b7bfd2e638d10549c75cad9ba79fe22c437fe29cd6ac3bb3bff5deb19844122f
|
File details
Details for the file articlealpha-0.1.1-py3-none-any.whl.
File metadata
- Download URL: articlealpha-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6dfb8c944da66e4cffbed489ed36b8db0a877686fc63f483d5491fa650537941
|
|
| MD5 |
365de8f7eb847ecd7a88b22fbcf53cc8
|
|
| BLAKE2b-256 |
ad54d88d430f08d16c315d9781a28aaf25b0069494de89eb4712954b95c335a9
|