stock price crawler
Project description
# Financial Crawler
This projects presents some clients which can fetch stock and oil price, currencies and parities from various market web sites.
This is an experimental work about detectiong correlations and causations in stock prices by looking at stock prices, commodities, currencies etc...
## Installation
It is available in pip.
```bash
apt-get install libxml2-dev libxslt1-dev
pip install financialCrawler
```
## Usage
```python
from financialCrawler import clients
>>> print ("\nfetching Facebook's stock price from marketwatch.com")
>>> print clients.Uzmanpara.getStock("FB")
{'date': <Arrow [2015-02-23T15:08:43.631594+00:00]>,
'price': 79.18,
'volume': 455285000.0}
>>> print clients.Google.getParitiy("eurusd")
{'date': <Arrow [2015-02-23T15:30:09.162236+00:00]>, 'parity': 1.1338}
```
For more examples and documentation please have a look at [wiki pages](https://github.com/muatik/financial-crawler/wiki).
This projects presents some clients which can fetch stock and oil price, currencies and parities from various market web sites.
This is an experimental work about detectiong correlations and causations in stock prices by looking at stock prices, commodities, currencies etc...
## Installation
It is available in pip.
```bash
apt-get install libxml2-dev libxslt1-dev
pip install financialCrawler
```
## Usage
```python
from financialCrawler import clients
>>> print ("\nfetching Facebook's stock price from marketwatch.com")
>>> print clients.Uzmanpara.getStock("FB")
{'date': <Arrow [2015-02-23T15:08:43.631594+00:00]>,
'price': 79.18,
'volume': 455285000.0}
>>> print clients.Google.getParitiy("eurusd")
{'date': <Arrow [2015-02-23T15:30:09.162236+00:00]>, 'parity': 1.1338}
```
For more examples and documentation please have a look at [wiki pages](https://github.com/muatik/financial-crawler/wiki).
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
File details
Details for the file financialCrawler-0.1.0.7.tar.gz
.
File metadata
- Download URL: financialCrawler-0.1.0.7.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d48c700840b29c1ec0e86f1f47dc7e109795599ad584c28a9386ce41037d4a2 |
|
MD5 | 8feb60fa6f4c1a779930c32102524551 |
|
BLAKE2b-256 | 683b37836542d564deb0c5012e442c2b8113bc109f0a523328964f1ca78fb6dd |