https://github.com/hamzacham/data_set_projet-5
https://github.com/hamzacham/data_set_projet-5
data-analysis data-science database dataset jupyter jupyter-notebook paython training
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hamzacham/data_set_projet-5
- Owner: hamzacham
- Created: 2024-12-06T14:37:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T14:38:49.000Z (about 1 year ago)
- Last Synced: 2025-02-02T16:42:01.791Z (12 months ago)
- Topics: data-analysis, data-science, database, dataset, jupyter, jupyter-notebook, paython, training
- Language: Jupyter Notebook
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Extracting Stock Data Using a Python Library##
A company's stock share is a piece of the company more precisely:
A stock (also known as equity) is a security that represents the ownership of a fraction of a corporation.
This entitles the owner of the stock to a proportion of the corporation's assets and profits equal to how much stock they own. Units of stock are called "shares."
An investor can buy a stock and sell it later. If the stock price increases, the investor profits, If it decreases,the investor with incur a loss.
Determining the stock price is complex; it depends on the number of outstanding shares, the size of the company's future profits, and much more.
People trade stocks throughout the day the stock ticker is a report of the price of a certain stock, updated continuously throughout the trading session by the various stock market exchanges.
You are a data scientist working for a hedge fund; it's your job to determine any suspicious stock activity. In this lab you will extract stock data using a Python library.
We will use the yfinance library, it allows us to extract data for stocks returning data in a pandas dataframe. You will use the lab to extract.