Metadata-Version: 2.4
Name: finflux
Version: 0.1.0
Summary: A Python wrapper for fetching financial data
Author-email: Ingyu Bahng <ibahng21@gmail.com>
License: MIT
Project-URL: Repository, https://github.com/ibahng/datafetch/tree/main
Keywords: finance,api,funds,stocks,forex,crypto
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests<3.0,>=2.32.3
Requires-Dist: pandas<3.0,>=2.2.3
Requires-Dist: numpy<3.0,>=2.1.3
Requires-Dist: yfinance<1.0,>=0.2.54
Requires-Dist: matplotlib<4.0,>=3.9.2

<!--README.md files serve as the main landing page on this directory's github repository. It is the first thing that a viewer sees when he or she enters the github repo.

-->

# Heading 1

## Heading 2

### Heading 3

#### Heading 4

##### Heading 5

###### Heading 6

<!--This is writing comments-->

#---------------------------------------------------------------------

normal text

*italic*

**bold**

***bold/italic***

~~strike through~~

<mark>highlight</mark>

FILLER<sup>superscript</sup>

FILLER<sub>subcript</sub>
