header

VERSION

API created for my Toy projects

TYPESCRIPT JAVASCRIPT NODE EXPRESS HEROKU

Author

👤 leehyeokjae

Used Information

✨ List

URL

SeviceNameForm : daum
WeekNum : 0~7 (7 = Finished Webtoon)

https://toy-projects-api.herokuapp.com/webtoon/info?weeknum={WeekNum}&service={ServiceName}

form

{
  "title": "0.0MHz",
  "artist": "장작",
  "url": "http://m.webtoon.daum.net/m/webtoon/view/mhz",
  "img": "http://t1.daumcdn.net/webtoon/op/5496570b740722974c771c3aac3d5a9fb333c0c8",
  "service": "daum",
  "state": "완결",
  "weekday": 7
}

You can check the ticker in the list information

URL

DateForm : 20210325

https://toy-projects-api.herokuapp.com/insidertrade/list
https://toy-projects-api.herokuapp.com/insidertrade/{Ticker}?from={FromDate}&to={ToDate}

Form

List Info
[
  {
    "ticker": "SAII",
    "trade_date": "2021-03-24T15:00:00.000Z",
    "company_name": "Software Acquisition Group Inc. II",
    "insider_name": "Mithaq Capital Spc",
    "price": 10.01,
    "qty": 21489,
    "owned": 11170962,
    "value": 215105
  },
  {
    "ticker": "TPL",
    "trade_date": "2021-03-24T15:00:00.000Z",
    "company_name": "Texas Pacific Land Corp",
    "insider_name": "Stahl Murray",
    "price": 1532.01,
    "qty": 31,
    "owned": 374729,
    "value": 47492
  }
]
Stock Info
{
  "ticker": "SAII",
  "data": [
    {
      "date": "2020-10-07T04:30:00.000Z",
      "open": 9.649999618530273,
      "high": 9.649999618530273,
      "low": 9.649999618530273,
      "close": 9.649999618530273,
      "volume": 400000,
      "adjclose": 9.649999618530273
    },
    {
      "date": "2020-10-09T04:30:00.000Z",
      "open": 9.699999809265137,
      "high": 9.699999809265137,
      "low": 9.670000076293945,
      "close": 9.699999809265137,
      "volume": 30300,
      "adjclose": 9.699999809265137
    }
  ]
}

RegionList

  • Lazaretto
  • Jeju
  • Gyeongsangnam-do
  • Gyeongsangbuk-do
  • Jeollanam-do
  • Jeollabuk-do
  • Chungcheongnam-do
  • Chungcheongbuk-do
  • Gangwon-do
  • Gyeonggi-do
  • Sejong
  • Gwangju
  • Busan
  • Ulsan
  • Incheon
  • Daejeon
  • Daegu
  • Seoul
  • Total

URL

DateForm : 20210325

https://https://toy-projects-api.herokuapp.com/covid19/{Region}?from={FromDate}&to={ToDate}

form

{
  "region": "Seoul",
  "data": [
    {
      "date": "2020-04-10T01:52:03.030Z",
      "confirmed": {
        "infected": {
          "new": {
            "local": 5,
            "overseas": 7,
            "total": 12
          },
          "existing": 402,
          "total": 414
        },
        "recovered": {
          "new": 0,
          "existing": 174,
          "total": 174
        },
        "death": {
          "new": 0,
          "existing": 2,
          "total": 2
        },
        "total": 590
      }
    }
  ]
}

To-Do

  • Add token authentication function

  • Add QueryString Filter (ver 1.8.14)

  • Create GUI API navigation

  • Create MainPage

  • Improved parallel processing method

  • Korean-Webtoon-API

    • Create API (ver 1.1.0)
    • Add Daum Webtoon Info
    • Add Naver Webtoon Info
    • Connect DB
  • Insider-Trade-API

    • Create API (ver 1.2.0)
    • Add Insider Trade List (ver 1.3.0)
    • Add Insider Trade Stock information
  • Korea-COVID19-API

    • Create API (ver 1.6.4)
    • Convert xml data to json format and complete appropriate data form (ver 1.6.5)
    • Add Junk Value Filter (ver 1.6.10)
    • Add AI Data (modification)
    • Fix Junk Value Filter Bug (ver 1.8.4)
    • Add Monthly Information