Basic Data Source For Stock,FX,Coin
Project description
Financedata allows you to extract daily financial data from yahoo.
Other sources will be added in the future.
Quick Start
Fetching FX data
from DataFinder import data df = data.financeFXData( "USDTRY", ##Symbol "2021-01-01", ##Start Date "2021-05-11") ##End Date
Fetching Stock data
df = data.financeData( "TSLA", ##Symbol "NASDAQ", ##Stock Market "2021-01-01", ##Start Date "2021-05-11") ##End Date
*For BIST companies
df = data.financeData( "CCOLA", ##Symbol "Bist", ##Stock Market "2021-01-01", ##Start Date "2021-05-11") ##End Date
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
financeData-0.0.2.tar.gz
(3.8 kB
view details)
File details
Details for the file financeData-0.0.2.tar.gz.
File metadata
- Download URL: financeData-0.0.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c25aa355a65907a35b1daec90f882b1085413d09d7e7e15e81d921743ba697b4
|
|
| MD5 |
713110767877fe846c1c9c81773ee5a5
|
|
| BLAKE2b-256 |
60526a66aabb0d0cd4bd39f8dc0b86e4b87dc9c6d774475386f696d2e91f263b
|