Skip to content

bossdown123/pyFinazon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upload Python Package Python package

pyFinazon

A Python package for fetching financial data from the Finazon API.

Installation

!pip install pyFinazon

Example usage

from finazon import Finazon
api=Finazon(api_key='your api key')
data=api.get_time_series('sip', ['AAPL','tsla'], '1d',page=4)
data.df
datetime ('AAPL', 'open') ('AAPL', 'high') ('AAPL', 'low') ('AAPL', 'close') ('AAPL', 'volume') ('TSLA', 'open') ('TSLA', 'high') ('TSLA', 'low') ('TSLA', 'close') ('TSLA', 'volume')
2022-06-01 04:00:00 0 0 0 0 0 0 0 0 0 0
2022-06-02 04:00:00 0 0 0 0 0 0 0 0 0 0
2022-06-03 04:00:00 0 0 0 0 0 0 0 0 0 0
2022-06-06 04:00:00 0 0 0 0 0 0 0 0 0 0
2022-06-07 04:00:00 0 0 0 0 0 0 0 0 0 0

About

community python wrapper from Finazon api

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages