psx-data-reader icon indicating copy to clipboard operation
psx-data-reader copied to clipboard

A scraper for downloading Pakistan stock exchange's data into Python Pandas DataFrame.

Results 5 psx-data-reader issues
Sort by recently updated
recently updated
newest added

Is it legal to use this API for daily personal usage?

Hello, @gitguardian has identified that a commit recently introduced into your repository is exfiltrating the secrets used in your GitHub actions: https://github.com/MuhammadAmir5670/psx-data-reader/commit/5ceb104aa239e05b1ef36a20fe4e012ba998bbea We recommend that you act quickly, starting by...

## Problem The PSX website changed the date column name from "TIME" to "DATE", causing the library to fail with the error: `"None of ['TIME'] are in the columns"` ##...

When even running the sample code: data = stocks("EFERT", start=datetime.date(2010, 1, 1), end=datetime.date.today()) fails because of the error Key Error: "None of ['TIME'] are in the columns" This is a...

Background & Motivation Until August 2022, the PSX historical-data table used a column header labelled TIME for the trading date. In a recent site update, PSX renamed that column to...