Skip to main content

Fallen Financial Tools - Tools for Argentinian Market

Project description

Fallen

Overview

Fallen Financial Tools es una recopilación de herramientas creadas mayormente por St1tch, Franco Lamas y Marcelo Colom.

Fuentes

Sitio Datos
Cohen Históricos
Yahoo Finance Históricos
Rava Bursátil Históricos
Ambito Financiero Dolar Blue, Oficial y Solidario
Macrotrends Históricos, Balances

Metodos

Yahoo Finance

Ejemplo de data histórica:

from Fallen import *

#Fechas en formato Año-Mes-Día como string
yahoo.get_history("GGAL.BA","2020-01-01","2021-12-01")

Ambito Financiero

Ejemplo

  from Fallen import *
  
  #Fechas en formato Año-Mes-Día como string
  ambito.dolar_blue("2016-10-01","2021-01-04")

El mismo metodo es valido tamto para dolar_oficial y dolar_solidario

Rava Bursátil

Ejemplo

from Fallen import *

#Fechas en formato Año-Mes-Día como string
rava.get_history("GGAL","2020-01-01","2021-12-01")

Macrotrends

Cohen

Metodos disponibles:

  • stocks(Acciones)
  • fixed_income(Renta Fija)
  • options(Opciones)
  • cedears(CEDEARs)

Ejemplo

from Fallen import *

#Fechas en formato Año-Mes-Día como string
cohen.stocks("GGAL","2023-09-01","2023-11-01")

Macrotrends

Ejemplo de data histórica:

from Fallen import *

#Trae todo el histórico disponible, no se necesita especificar fecha.
macrotrends.history("SPY")

Ejemplo de balances:

from Fallen import *

#freq es un parametro opcional, puede ser solo 'Q'(por defecto) o 'A'
macrotrends.incomes("GGAL",freq='A')

Colaboradores

Paduel

Installation

pip install Fallen==0.6.0

pip install git+https://github.com/franco-lamas/Fallen --upgrade --no-cache-dir

DISCLAIMER

La información es mostrada “tal cual es”, puede ser incorrecta o contener errores, eso es responsabilidad de cada sitio. No somos responsables por el uso indebido de los Scripts.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fallen-0.6.0.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

fallen-0.6.0-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page