Skip to content

Economic indicators, currency equivalencies, exchange rates, and much more to keep track of the mexican economy. Python, Django, MySQL, numpy, scipy.

Notifications You must be signed in to change notification settings

davidjairala/misindicadores

Repository files navigation

Mis Indicadores

Translation: My Indicators.

It provides an almost real time reading of a great number of Mexican Economic Indicators, such as Dollar, Yen, British Pound, Euro equivalencies, Gold, Oil, Silver values, Dow Jones, NASDAQ, S&P 500, Nikkei 225, Consumer Prices Indexes, UDIS, Government Bonds, Unemployment rates, Federal Reserves, and much more.

It obtained these values automatically through a series of crons that were set to run at different but very often intervals, some of which still function, but some may need some updating.

Eventually this system became the basis for a profitable Mexican startup started on 2010 and the system was discountinued in this form, but I thought the code could maybe help someone make a something similar.

See it in action: http://misindicadores.davemode.com/

Sections

The site could prove difficult to understand because it's entirely in spanish (it was a Mexican venture). So I'll go over the interesting parts and link them here directly.

Obtains the US dollar - Mexican Pesos equivalency from the main banks in Mexico throughout the day, plots the buy, sell and market values, obtains maximums, minimums, predictions, etc.

Same as the US Dollar equivalency but for the Euro.

Same as the US Dollar equivalency but for the British Pound.

Market values for aluminum, copper, zinc, etc.

Market buy and sell values for all the gold types in Mexico.

Market values for Mexican Oil, Brent and WTI.

Market values for silver types in Mexico.

Same as the US Dollar equivalency but for the Yen.

A simple chart comparing different types of currencies and their tendencies.

Data, charts, tendencies and predictions for all stocks and bonds in the Mexican Stock Market.

It's also possible to obtain more info on a specific stock, for example: ALFA day, ALFA week, ALFA month, ALFA 3 months, ALFA 6 months.

Data, charts, tendencies and predictions for the Dow Jones.

Data, charts, tendencies and predictions for the NASDAQ.

Data, charts, tendencies and predictions for the S&P 500.

Data, charts, tendencies and predictions for the Nikkei 225.

Data, charts, tendencies and predictions for the Mexican Consumer Price Index.

Data, charts, tendencies and predictions for the US Consumer Price Index.

Data, charts, tendencies and predictions for unemployment percentages in Mexico.

Data, charts, tendencies and predictions for the Mexican Federal Reserves.

News aggregation and grouping of related articles from several mexican economic news sources.

  • Note: there are more sections to the site, but these ones were the most used ones

Requirements

  • Python
  • Django
  • MySQL
  • numpy
  • scipy
  • matplotlib

Installation

Should be good to go as soon as you create the database, user and password for it and run a quick:

python manage.py syncdb

Of course, it's pretty useless without the data, which, as I mentioned, could be hard to get through the crons unless updated. If you wanna see it working with the last used data (minus forums posts, users, etc.), you can visit misindicadores.davemode.com.

About

Economic indicators, currency equivalencies, exchange rates, and much more to keep track of the mexican economy. Python, Django, MySQL, numpy, scipy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published