https://github.com/guidefari/get-scraped
https://github.com/guidefari/get-scraped
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/guidefari/get-scraped
- Owner: guidefari
- Created: 2024-08-15T15:21:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T18:05:00.000Z (almost 2 years ago)
- Last Synced: 2025-06-28T22:55:11.051Z (about 1 year ago)
- Language: TypeScript
- Size: 575 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desired response
```json
{
"2024-08-17": [
{
"CompanyName": "Ariston Holdings Limited",
"OpeningPrice": "4.001",
"ClosingPrice": "4.5",
"TotalTradedValue": "5850"
},
{
"CompanyName": "Bridgefort Capital Limited",
"OpeningPrice": "1.51",
"ClosingPrice": "1.53",
"TotalTradedValue": "153"
}
],
"2024-08-18": [
{
"CompanyName": "Ariston Holdings Limited",
"OpeningPrice": "3.001",
"ClosingPrice": "4.5",
"TotalTradedValue": "850"
},
{
"CompanyName": "Bridgefort Capital Limited",
"OpeningPrice": "1.51",
"ClosingPrice": "1.53",
"TotalTradedValue": "30"
}
]
}
```