Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 3.57 KB

README.md

File metadata and controls

59 lines (40 loc) · 3.57 KB

Historical data for specific hungarian instruments

Scrape and publish

This repository contains scraped financial information for Hungarian instruments which are either unlisted or listed by speicific brokers and they don't have common feeds which Portfolio Performance automatically supports.

This data is primarily presented in a format which is compatible with Portfolio Performance.

There are 2 types of data available:

  • historical prices
  • instrument data in csv format

Available data

Data source name Directory
Alfa alfa_nyugdij
Allianz allianz_nyugdij
Aranykor aranykor
Bamosz bamosz
Budapest budapest_nyugdij
Erste erste_nyugdij
Honved honved_nyugdij
Horizont horizont_nyugdij
MÁK mak
MBH mbh_nyugdij
OTP otp_nyugdij
Pannónia pannonia_nyugdij
Szövetség szovetseg_nyugdij

How to use this data in Portfolio Performance

Importing instruments

This repository provides a CSV file where you all the active instruments are listed grouped by data source. These files are placed under instruments directory. You need to download the needed CSV files in order to import them.

This data can be used to import securities straight into Portfolio Performance. This guide can help in guiding on how to do it.

Adding historicalfeed for instrument

  1. Right click on your instrument and select Edit in the context menu

    Select Edit after right click in the context menu

  2. Select Historical Quotes tab in the pop-up window

    1. Select JSON in Provider.

    2. Populate Feed URL.

      It is advised to use https://statically.io/ for better caching of data.

      You can populate the URL by some pattern as well: https://cdn.statically.io/gh/havasd/pp-data/main/<source>/<instrumnet>.json

      Where <source> is a directory in this repository and instrument is the name of the file within that directory.

    3. Set Path to Date to $.[*].date and Path to Close to $.[*].price

  3. This should populate the the table in the popup menu

    Change Provider to JSON. Fill out Feed URL, Path to Date and Path to Close fields.